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 |
draoi
|
4d0c36a508
hosts: reject peers from other hosts that already exist on our greylist
|
2 years ago |
AgustinBadi
|
bb47e7ef0b
Improve anynomous assets page - Add minor explanation
|
2 years ago |
AgustinBadi
|
89bc896bd2
Improve anynomous assets page - Clarify terms of the explanation
|
2 years ago |
skoupidi
|
e8cb2d1f51
script/research/blockchain-explorer: updated to latest darkfi structures
|
2 years ago |
skoupidi
|
85c80e1bd3
blockchain: store txs locations using the new tree
|
2 years ago |
skoupidi
|
dad7577bed
blockchain/tx_store: new tx location tree added
|
2 years ago |
zero
|
83f5898de5
DAO::vote(): now with SMT flavor
|
2 years ago |
zero
|
732b9ae38a
drk: 'fix' make clippy error (just a temp patch)
|
2 years ago |