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 |
zero
|
98fb3af981
runtime::{smt, merkle}: add missing call_idx to db_roots data
|
2 years ago |
zero
|
9074440105
runtime: remove call_idx from the payload, and add it as a Runtime param
|
2 years ago |
zero
|
69cf9c3a1a
runtime: add missing get_tx_hash()
|
2 years ago |
zero
|
fbe13ed480
DAO::propose(): goodbye nullifiers, hello SMT
|
2 years ago |
draoi
|
cb821b651e
chore: move excessively verbose debug statements to trace
|
2 years ago |
skoupidi
|
34dd60a9b7
blockchain/block_store: unified all trees into a single store structure
|
2 years ago |
skoupidi
|
ea93623ff8
blockchain/contract_store: unified wasm and states trees into a single store structure
|
2 years ago |
skoupidi
|
70aeb839f5
blockchain/tx_store: unified main tree with the pending tree into single store structure
|
2 years ago |
draoi
|
52e6ea0530
net: implement greylist downgrade and goldlist upgrade
|
2 years ago |
draoi
|
1cd330b798
net: create RefineSession
|
2 years ago |
draoi
|
c794507458
store: fix logic error in is_connection_to_self()
|
2 years ago |
draoi
|
1f1bfd3dce
net: flatten move_hosts() so unregister call happens outside function
|
2 years ago |
draoi
|
11c65a7705
store: cleanup move_host() to reduce code reuse
|
2 years ago |