issues
search
gballet
/
multiproof-rs
A rust implementation of Alexey Akhunov's multiproof algorithm
Apache License 2.0
33
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Proof of missing key fails if missing key has the same prefix as existing key
#61
gballet
closed
4 years ago
0
[WIP] use iterators to progress over binary keys
#60
gballet
opened
4 years ago
0
CBOR encode/decode with serde
#59
gballet
closed
4 years ago
0
CBOR encoding
#58
gballet
closed
4 years ago
1
[DONTMERGE] Use iterator for keys
#57
gballet
opened
4 years ago
1
Support for binary trees
#56
gballet
closed
4 years ago
0
Key trait + move code for each key to its own file
#55
gballet
closed
4 years ago
1
insert can now overwrite leaves
#54
gballet
closed
4 years ago
0
insert can now overwrite leaves
#53
gballet
closed
4 years ago
2
[wip] Implement binary tree
#52
gballet
closed
4 years ago
1
Make has_key part of the tree trait
#51
gballet
closed
4 years ago
0
Refactor node type
#50
gballet
closed
4 years ago
0
Binary key support + key trait
#49
gballet
closed
4 years ago
2
Tree and Node names are confusing
#48
gballet
opened
4 years ago
0
Tree's new_* methods are MPT-specific
#47
gballet
opened
4 years ago
0
Export Multiproof for client libraries
#46
gballet
closed
4 years ago
0
Use clippy in circleci
#45
gballet
closed
4 years ago
3
Multiproof with tree trait
#44
gballet
closed
4 years ago
3
Add tree trait
#43
gballet
closed
4 years ago
1
Turn insert_leaf into self.insert + add tree trait
#42
gballet
closed
5 years ago
1
Break code into smaller files
#41
gballet
closed
5 years ago
0
Support graphviz output
#40
gballet
closed
5 years ago
0
Support for null keys
#39
gballet
closed
5 years ago
7
Add tests for when the RLP payload is <= 32 bytes
#38
gballet
closed
5 years ago
0
Some code cleanup
#37
gballet
closed
5 years ago
2
EmptyNode now default root, make insertion into empty node possible
#36
gballet
closed
5 years ago
2
Remove HASHER's operand
#35
s1na
closed
5 years ago
0
Add the Display trait to multiproof
#34
gballet
closed
5 years ago
0
Fix make_multiproof for extension nodes
#33
s1na
closed
5 years ago
0
make_multiproof only takes keys
#32
gballet
closed
5 years ago
0
Add failing test case for hashing embedded nodes
#31
s1na
closed
5 years ago
2
Use NibbleKey for insert_leaf
#30
gballet
closed
5 years ago
2
Fix roundtrip test
#29
gballet
closed
5 years ago
0
Proving keys not in the trie
#28
s1na
closed
5 years ago
0
Keys are not truncated when parsing an Extension
#27
s1na
closed
5 years ago
1
Use `NibbleKey` as input type for `insert_leaf`
#26
gballet
closed
5 years ago
1
Re-constructing paths of leaves during verification
#25
s1na
opened
5 years ago
1
Add NodeEncoding trait
#24
axic
opened
5 years ago
2
Proof generator should not modify leaf values
#23
s1na
closed
5 years ago
0
Move make_multiproof/insert_leaf/rebuild to be a trait/impl on Node
#22
axic
closed
5 years ago
4
Remove exposed stack from rebuild
#21
axic
closed
5 years ago
1
Add HASH opcode
#20
s1na
opened
5 years ago
1
Drop LEAF's operand
#19
s1na
opened
5 years ago
0
Flat instructions encoding
#18
s1na
opened
5 years ago
2
Use named enum fields for complex enums
#17
axic
opened
5 years ago
0
Add roundtrip test case using all the features
#16
axic
closed
5 years ago
2
Pull out RLP constants for visibility
#15
axic
closed
5 years ago
0
Fix the readme to use nightly in tests and fix the examples
#14
axic
closed
5 years ago
0
various fixes for a json test case
#13
cdetrio
closed
5 years ago
0
RLP proof serialization
#12
gballet
closed
5 years ago
0
Next