Skip to content

Commit

Permalink
feat: update MantaPay circuits (#484)
Browse files Browse the repository at this point in the history
* feat: update MantaPay circuits

Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes authored Apr 14, 2022
1 parent d39fef1 commit 1c5c4b8
Show file tree
Hide file tree
Showing 10 changed files with 385 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
SCCACHE_DIR: /home/runner/.cache/sccache
run: |
source ${HOME}/.cargo/env
cargo test --features=runtime-benchmarks,try-runtime
cargo test --release --features=runtime-benchmarks,try-runtime -- --test-threads=2
-
name: stop sccache server
run: sccache --stop-server || true
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/generate_dolphin_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ jobs:
id: pallet_asset_manager
name: pallet_asset_manager
iterations: 20
-
extrinsic:
id: '*'
name: pallet_manta_pay
pallet:
id: pallet_manta_pay
name: pallet_manta_pay
iterations: 20
steps:
-
uses: actions/download-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Breaking changes

### Features
- [\#484](https://github.com/Manta-Network/Manta/pull/484) Update to [latest MantaPay circuits](https://github.com/Manta-Network/manta-rs/pull/50)
- [\#430](https://github.com/Manta-Network/Manta/pull/419) Add private payment to dolphin runtime.
- [\#419](https://github.com/Manta-Network/Manta/pull/419) Add asset manager and XCM support.
- [\#358](https://github.com/Manta-Network/Manta/pull/358) Underperforming collators are automatically removed from the collator set after each session
Expand Down
Loading

0 comments on commit 1c5c4b8

Please sign in to comment.