-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve events #122
Merged
Merged
Improve events #122
Conversation
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
…to multiasset-integration
This was
linked to
issues
Mar 18, 2021
shekohex
reviewed
Mar 20, 2021
shekohex
approved these changes
Mar 22, 2021
drewstone
added a commit
that referenced
this pull request
Apr 27, 2021
* Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]>
drewstone
added a commit
that referenced
this pull request
May 4, 2021
* Update README.md * Update README.md (#125) * Update build.sh * Develop to master merge (#136) * Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Update README.md * Update README.md (#125) * Update build.sh * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Fix service Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: Nathan Barnavon <[email protected]>
drewstone
added a commit
that referenced
this pull request
Jul 5, 2021
* Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint * switch to ubuntu as base docker image * Add anchor (#140) * Update README.md * Update README.md (#125) * Update build.sh * Develop to master merge (#136) * Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Update README.md * Update README.md (#125) * Update build.sh * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Fix service Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: Nathan Barnavon <[email protected]> * Update * Update toml/lock * Ups frontier * Up lock * Fix readme * rename scripts to use webb-node (#141) * Merkle bytes interface (#144) * Moving zk logic outside the pallet * Moving bulletproofs verification outside the pallet * Using bytes vec for inputs * Updated mixer with new types * Fixed tests * Updated job hooks, ran cargo fmt * Fix compile errors * Removed unused hasher * Bring back hooks * Merkle arkworks support (#145) * Updated job hooks, ran cargo fmt * Bring back hooks * Compiling to no_std * Added arkworks hashing * Error handling improvements * Cargo fmt * Updated cryoto-primitives * Compiled * Update zero tree gen, types * Updated verify function * Passing test * Fixed mixer * Moved to mixer gadget * Using pallet Error enum * Updates after review part 1 * Update after review part 2 * Rename args, hasher.rs -> setup.rs * Added more tests * Remove ts-tests * Bridge pallet stubbed implementation (#138) * Update traits for bridge, add bridge wrap fn * stub deposit * Unwrap fn for webb wrapped assets on bridge * More updates * Stub out more functions * Tidy up mock * Change mixer to anchor in bridge docs * Update branch in bridge toml * use webb-tools/substrate fork * Updates frontier dependency (#146) * Update and add new inherent * Update * Update lock * Ups * Merge develop * Updates * Fixes Co-authored-by: Shady Khalifa <[email protected]> * Verify guard (#147) * Added verification guard * Updated verifying key storage * Update verification key storage (#149) * Fix bridge mock * Update verification key flow * Add pallet functions * Function comment update * Key storage - Storing verifying key data in runtime using 2-step initialization. (#157) * Storing keys in runtime storage, [wip] * Fix tests, get_mixer requires initialized trees * Update initialization with new pallet function * Updates to key storage - master merge (#159) * Merge master * Remove contracts * Ups * Upds * Fmt * Remove warnings for bridge until implemented * Remove options * Fmt * Bulletproofs precompiles (#148) * Added precompiles * Using chacha * cargo fmt * Added tests for invalid casees * Add precompile test * Added verify directly test * Fix comments * Update frontier fork, substrate deps, rebuild/receive same error * Toml updates * More attempts * Compiles * Merge dev * fmt Co-authored-by: Filip Lazovic <[email protected]> * Fixes to the CI / benchmarking & cleanup of unused params (#162) * Fix compile issues * Ups * Build benchmarks works * Build mixer benchmarks * Fmt * Fix test script * Add pallet-assets support for a mixer (#163) * Add pallet-assets support for a mixer * Add pallet * Fmt * Fix Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: Nathan Barnavon <[email protected]> Co-authored-by: nepoche <[email protected]>
drewstone
added a commit
that referenced
this pull request
Jul 8, 2021
* Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint * switch to ubuntu as base docker image * Add anchor (#140) * Update README.md * Update README.md (#125) * Update build.sh * Develop to master merge (#136) * Add EVM webb anchor contracts w/ CHAIN_ID (#123) * Adds merkle extension directory (#124) * Add EVM webb anchor contracts w/ CHAIN_ID * zkutil script * Add old evm files and wasm project for merkle extension * update toml * Add yarn lock * Upload to crates (#120) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Updated deps, remove wasm-utils * Using merkle from crates * Return back to local merkle dep * Improve events (#122) Co-authored-by: Shady Khalifa <[email protected]> * Multiasset integration (#119) * Added orml pallets * Update config and types * Added native currency id to config * Runtime config, benchmark errors * Testing mixer with non-native currency * Making create_new non-dispatchable Co-authored-by: Drew Stone <[email protected]> * Remove chain id * Renames group to tree (#126) * Renames group to tree * Rename more * Fix naming err * Update pallets/mixer/src/lib.rs Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Filip Lazovic <[email protected]> * Update rust * Give basic weight to create_new * Add RPC `merkle.treeLeaves` to `Merkle` pallet (#129) * remove yarn.lock * add rpc crate * add merkle rpc impl * fix some tests * Update runtime/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/src/lib.rs * Update pallets/merkle/rpc/src/lib.rs Co-authored-by: Drew Stone <[email protected]> * Chain id removal * New Github actions and Dockerfile (#131) * github actions and Dockerfile * dockerignore * fmt * cache lints * disable clippy for now * add build to the CI * remove old actions * no-override * Fix docker build (#132) * fix image name * New token pallet (#134) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests Co-authored-by: Shady Khalifa <[email protected]> * Adds frontier back (#135) * Updates * Updates * Merge pallet_assets w/ orml_tokens * Pallets compile, node doesn't * [wip] comment out frontier for now * Comment out EVM/Frontier, get node compiling * remove frontier service file from git * Newlines * ups (#133) * Test updates * Fix merge account * Fix no_op test * Updates, dust test not working * Fix all tests * Toml updates * Adds frontier, mocks orml for as new local packages * Add all rpc methods back, fix service * Change to webb node from template * Organising * Optional rpc in toml * Fix conflict * Update tests and mocks * Reverts Co-authored-by: Shady Khalifa <[email protected]> * fix failing tests * Update contracts, add mocks * Add ts-tests from edgeware/frontier for local anon testing * Tsconfig, package.json update * ups * Add edgeware types back * Add truffle config * Update to master substrate (#137) * Update to master substrate * Fix benchmarks and tests * Formatting/lint Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Update README.md * Update README.md (#125) * Update build.sh * Update README.md * Update README.md * Add anchor * Remove old anchor, replace with new submodule * Update submodule * Attempting to pass test for circom on locally generated keys * Get evm tests passing with solidity 0.7.6 on ganache * Change evm contracts readme * Link git submodule for anchor contracts and types to anon repo branch add-anchor * Add contract ABIs for a locally generated circuit * Update contracts ABI from build folder, still ignore build/circuits * Remove random seed * Fix service Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: Nathan Barnavon <[email protected]> * Update * Update toml/lock * Ups frontier * Up lock * Fix readme * rename scripts to use webb-node (#141) * Merkle bytes interface (#144) * Moving zk logic outside the pallet * Moving bulletproofs verification outside the pallet * Using bytes vec for inputs * Updated mixer with new types * Fixed tests * Updated job hooks, ran cargo fmt * Fix compile errors * Removed unused hasher * Bring back hooks * Merkle arkworks support (#145) * Updated job hooks, ran cargo fmt * Bring back hooks * Compiling to no_std * Added arkworks hashing * Error handling improvements * Cargo fmt * Updated cryoto-primitives * Compiled * Update zero tree gen, types * Updated verify function * Passing test * Fixed mixer * Moved to mixer gadget * Using pallet Error enum * Updates after review part 1 * Update after review part 2 * Rename args, hasher.rs -> setup.rs * Added more tests * Remove ts-tests * Bridge pallet stubbed implementation (#138) * Update traits for bridge, add bridge wrap fn * stub deposit * Unwrap fn for webb wrapped assets on bridge * More updates * Stub out more functions * Tidy up mock * Change mixer to anchor in bridge docs * Update branch in bridge toml * use webb-tools/substrate fork * Updates frontier dependency (#146) * Update and add new inherent * Update * Update lock * Ups * Merge develop * Updates * Fixes Co-authored-by: Shady Khalifa <[email protected]> * Verify guard (#147) * Added verification guard * Updated verifying key storage * Update verification key storage (#149) * Fix bridge mock * Update verification key flow * Add pallet functions * Function comment update * Key storage - Storing verifying key data in runtime using 2-step initialization. (#157) * Storing keys in runtime storage, [wip] * Fix tests, get_mixer requires initialized trees * Update initialization with new pallet function * Updates to key storage - master merge (#159) * Merge master * Remove contracts * Ups * Upds * Fmt * Remove warnings for bridge until implemented * Remove options * Fmt * Bulletproofs precompiles (#148) * Added precompiles * Using chacha * cargo fmt * Added tests for invalid casees * Add precompile test * Added verify directly test * Fix comments * Update frontier fork, substrate deps, rebuild/receive same error * Toml updates * More attempts * Compiles * Merge dev * fmt Co-authored-by: Filip Lazovic <[email protected]> * Fixes to the CI / benchmarking & cleanup of unused params (#162) * Fix compile issues * Ups * Build benchmarks works * Build mixer benchmarks * Fmt * Fix test script * Add pallet-assets support for a mixer (#163) * Add pallet-assets support for a mixer * Add pallet * Fmt * Fix * Add bn254 support (#165) * Add bn254 * fmt * fix tests * Fmt * lock update Co-authored-by: Filip Lazovic <[email protected]> Co-authored-by: Shady Khalifa <[email protected]> Co-authored-by: Nathan Barnavon <[email protected]> Co-authored-by: nepoche <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
to be merged after #120