tangle-network / protocol-substrate

Webb protocol implementation in Substrate.
https://docs.webb.tools/v1/anchor-system/overview/
Apache License 2.0
37 stars 11 forks source link

ark circom #292

Closed akileshtangella closed 1 year ago

akileshtangella commented 1 year ago

Summary of changes Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

dutterbutter commented 1 year ago

@saiakilesh I resolved your issue with fetching fixtures, and provided an easy script ./scripts/fetch-fixtures.sh for future reference. I also resolved the formatting issues and the incorrect file paths to the fixtures.

The CI will still fail as you have not properly implemented the trait pallet::Config<pallet_balances::Instance1> is not implemented for mock::Test in pallets/mixer/src/tests.rs:. To resolve the issue refer to implementation of Instance1 in vanchor pallet.

Other TODOs on this PR I noticed: