zero
|
dd341c156a
smt: add docstrings for runtime/SDK fns
|
2 years ago |
zero
|
56d5281f6c
runtime: remove unused put_object_bytes()
|
2 years ago |
zero
|
b42cb611c5
runtime: review and update ACL perms for fns
|
2 years ago |
zero
|
cb4ef9b1fe
money: fix FIXME, add (tx_hash, call_idx) now the calls exist
|
2 years ago |
zero
|
e0932c5c50
deployooor: fix instruction deserialization
|
2 years ago |
zero
|
ac979a2e38
doc/wallet: expand scenegraph section
|
2 years ago |
zero
|
3a6707cb81
runtime/merkle: remove faulty asserts, we used to exit early with success if coins was empty but then that meant the merkle root -> blockheight wouldn't be updated. recently this was changed so the old asserts are no longer valid.
|
2 years ago |
parazyd
|
2ef2f6560b
sdk/crypto/smt: Move tree recalculation into separate internal function
|
2 years ago |
zero
|
0d3b3cf77c
deployooor: fix broken WASM fns
|
2 years ago |
parazyd
|
d68619d84d
runtime/import/smt: Correct log message
|
2 years ago |
parazyd
|
f425397115
sdk/crypto/smt: Implement leaf removal support
|
2 years ago |
zero
|
dcf419b0ca
sdk: move find_subslice() and NextTupleN from zkas into SDK util.rs
|
2 years ago |
zero
|
1cdbd03673
sdk/util.rs: add Itertools trait with .try_collect() method
|
2 years ago |
zero
|
d3404939aa
sdk/crypto/util.rs: replace ugly CtOption mess with cleaner version using .into() and match
|
2 years ago |
zero
|
b9cc42cdf4
SDK: move all WASM runtime fns into wasm/ submod
|
2 years ago |
draoi
|
83549ccbf0
doc: add missing documentation to refine session and hosts
|
2 years ago |
draoi
|
7ff45ea2a5
refinery: acquire exclusive lock on greylist before refining
|
2 years ago |
zero
|
564089646d
sdk: add hex decoding fns
|
2 years ago |
zero
|
c781936b12
replace usage of blake3::Hash for tx hashes with TransactionHash type. Change all occurances of `let txs: Vec<blake3::Hash> = block.txs.iter().map(|x| blake3::hash(&serialize(x))).collect();` to `let txs: Vec<TransactionHash> = block.txs.iter().map(|tx| tx.hash()).collect();`
|
2 years ago |
parazyd
|
5f922f836f
sdk/crypto/smt: Code style fixes
|
2 years ago |
draoi
|
c47630366c
refinery: acquire exclusive lock on greylist before refining
|
2 years ago |
draoi
|
24ec6fffd7
doc: add cautionary comments about unregister()
|
2 years ago |
zero
|
ed01a1a76a
test-harness: update vks/pks hashes, put back to info and fix docstring in sdk
|
2 years ago |
zero
|
88c39e5861
dao::propose(): fix get_tx_location(), by making the test-harness write the txs and their locs to the DB inside wallet.add_transactions()
|
2 years ago |
draoi
|
318c7bef49
inbound: remove duplicate call to unregister()
|
2 years ago |
zero
|
afa66e2bb0
MerkleNode: display as hex string instead of base58
|
2 years ago |
zero
|
b6e8c00243
replace all data strings output as [123, 78, ...] with big endian hex strings.
|
2 years ago |
draoi
|
84dcc54433
net: add blacklist field to settings and avoid for duration of program.
|
2 years ago |
zero
|
b24cde844c
dao: add usage of get_tx_location()
|
2 years ago |
zero
|
9188a62bb3
smt: simplify ZK gadget. Use `root = sparse_merkle_root(pos, path, leaf)` instead of the more complicated `is_member = sparse_tree_is_member(root, path, pos, leaf)`
|
2 years ago |