zero
|
91bc56bee6
darkirc: add commented log and verbose settings + description to default toml config
|
2 년 전 |
skoupidi
|
930a511309
blockchain: major hashes cleanup
|
2 년 전 |
draoi
|
6b29e8c659
net: make blacklist settings more configurable + other fixes
|
2 년 전 |
draoi
|
8dad8dfc8f
lilith: add missing safety check
|
2 년 전 |
draoi
|
498a88e3b9
p2p: reorder shutdown sequence to reduce lag on CTRL-C
|
2 년 전 |
zero
|
dd341c156a
smt: add docstrings for runtime/SDK fns
|
2 년 전 |
zero
|
56d5281f6c
runtime: remove unused put_object_bytes()
|
2 년 전 |
zero
|
b42cb611c5
runtime: review and update ACL perms for fns
|
2 년 전 |
zero
|
cb4ef9b1fe
money: fix FIXME, add (tx_hash, call_idx) now the calls exist
|
2 년 전 |
zero
|
e0932c5c50
deployooor: fix instruction deserialization
|
2 년 전 |
zero
|
ac979a2e38
doc/wallet: expand scenegraph section
|
2 년 전 |
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 년 전 |
parazyd
|
2ef2f6560b
sdk/crypto/smt: Move tree recalculation into separate internal function
|
2 년 전 |
zero
|
0d3b3cf77c
deployooor: fix broken WASM fns
|
2 년 전 |
parazyd
|
d68619d84d
runtime/import/smt: Correct log message
|
2 년 전 |
parazyd
|
f425397115
sdk/crypto/smt: Implement leaf removal support
|
2 년 전 |
zero
|
dcf419b0ca
sdk: move find_subslice() and NextTupleN from zkas into SDK util.rs
|
2 년 전 |
zero
|
1cdbd03673
sdk/util.rs: add Itertools trait with .try_collect() method
|
2 년 전 |
zero
|
d3404939aa
sdk/crypto/util.rs: replace ugly CtOption mess with cleaner version using .into() and match
|
2 년 전 |
zero
|
b9cc42cdf4
SDK: move all WASM runtime fns into wasm/ submod
|
2 년 전 |
draoi
|
83549ccbf0
doc: add missing documentation to refine session and hosts
|
2 년 전 |
draoi
|
7ff45ea2a5
refinery: acquire exclusive lock on greylist before refining
|
2 년 전 |
zero
|
564089646d
sdk: add hex decoding fns
|
2 년 전 |
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 년 전 |
parazyd
|
5f922f836f
sdk/crypto/smt: Code style fixes
|
2 년 전 |
draoi
|
c47630366c
refinery: acquire exclusive lock on greylist before refining
|
2 년 전 |
draoi
|
24ec6fffd7
doc: add cautionary comments about unregister()
|
2 년 전 |
zero
|
ed01a1a76a
test-harness: update vks/pks hashes, put back to info and fix docstring in sdk
|
2 년 전 |
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 년 전 |
draoi
|
318c7bef49
inbound: remove duplicate call to unregister()
|
2 년 전 |