bugfix: update stored epoch share when changing announce address (#6131)

* bugfix: update stored epoch share when changing announce address

* chore: remove placeholder legacy mixnode bonding test [mixnet contract]
This commit is contained in:
Jędrzej Stuczyński
2025-10-21 10:59:17 +01:00
committed by GitHub
parent 5a817e1df1
commit 88c4e0ce6c
6 changed files with 111 additions and 52 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --lib --manifest-path contracts/Cargo.toml
args: --lib --manifest-path contracts/Cargo.toml --all-features
- name: Check formatting
uses: actions-rs/cargo@v1