-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rln-relay): use new atomic_operation ffi api (#1733)
* chore(rln-relay): bump zerokit * feat(rln-relay): use new atomic_operations ffi api * fix(rln-relay): static gm
- Loading branch information
Showing
8 changed files
with
113 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule zerokit
updated
11 files
+416 −235 | Cargo.lock | |
+11 −0 | rln/src/ffi.rs | |
+46 −0 | rln/src/pm_tree_adapter.rs | |
+118 −1 | rln/src/public.rs | |
+65 −0 | rln/tests/ffi.rs | |
+1 −1 | utils/Cargo.toml | |
+45 −0 | utils/src/merkle_tree/full_merkle_tree.rs | |
+6 −0 | utils/src/merkle_tree/merkle_tree.rs | |
+44 −0 | utils/src/merkle_tree/optimal_merkle_tree.rs | |
+2 −3 | utils/src/pm_tree/sled_adapter.rs | |
+37 −0 | utils/tests/merkle_tree.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters