-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feature/fuzzy-event-e…
…ncoding * origin/main: (21 commits) chore: update chainspecs (#4615) feat: Add channel opening fee to *DepositAddressReady Events (#4609) refactor: pass out CFE incompatibility exit information to main (#4563) feat: Introduce tx fee multiplier storage item (#4594) fix: debug cli (#4605) fix: patch 1.2 broker test (#4607) feat: add block height and deposit details to PrewitnessedDeposit (#4606) chore: add myself as codeowner to upgrade-test (#4603) fix: RUSTSEC-2024-0019 (#4604) fix: upgrade test pnpm install from commit (#4600) chore: add notification on failed release build (#4589) chore: add Zellic audit to Security.md (#4599) update changelog for 1.2.1 (#4597) fix: use correct pnpm deps for upgrade-test (#4596) chore(bouncer): Use stable sdk version (#4595) chore(bouncer): Update sdk to 1.2.1 (#4582) log meaningful message if docker login fails (#4553) Added bouncer command to download a runtime update from a proposal (#4592) chore: add asset to withdrawal event (#4590) ingress-egress-tracker: add tx_ref to redis (#4573) ... # Conflicts: # state-chain/runtime/src/lib.rs
- Loading branch information
Showing
91 changed files
with
1,054 additions
and
508 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
/bouncer/ @martin-chainflip | ||
|
||
/bouncer/shared/upgrade_network.ts @kylezs | ||
/bouncer/commands/upgrade_network.ts @kylezs | ||
.github/workflows/upgrade-test.yml @kylezs | ||
|
||
/state-chain/custom-rpc/ @chainflip-io/web | ||
/api/bin/chainflip-ingress-egress-tracker @chainflip-io/web | ||
|
||
/engine/config/CI/config/Settings.toml @chainflip-io/platform | ||
/localnet/ @chainflip-io/platform | ||
/engine/src/witness/ @kylezs @AlastairHolmes | ||
/engine/src/witness.rs @kylezs @AlastairHolmes | ||
/engine/multisig/ @msgmaxim | ||
|
||
/state-chain/pallets/cf-pools/ @AlastairHolmes | ||
/state-chain/amm/ @AlastairHolmes | ||
|
||
/state-chain/ @dandanlen | ||
|
||
/utilities/with_std/task_scope @AlastairHolmes | ||
|
||
/engine/multisig/ @msgmaxim | ||
/engine/src/p2p/ @msgmaxim | ||
/engine/src/p2p.rs @msgmaxim | ||
|
||
/engine/state_chain_observer/client/ @AlastairHolmes | ||
/engine/src/witness/ @kylezs @AlastairHolmes | ||
/engine/src/witness.rs @kylezs @AlastairHolmes | ||
/engine/src/eth/ @kylezs | ||
/engine/src/btc/ @kylezs | ||
/engine/src/dot/ @kylezs | ||
/engine/src/p2p/ @msgmaxim | ||
/engine/src/p2p.rs @msgmaxim | ||
/engine/src/retrier.rs @kylezs |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
3 changes: 2 additions & 1 deletion
3
...nflip_ingress_egress_tracker__witnessing__state_chain__tests__handle_broadcast_calls.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
source: api/bin/chainflip-ingress-egress-tracker/src/witnessing/state_chain.rs | ||
assertion_line: 598 | ||
expression: "store.storage.get(\"broadcast:Ethereum:1\").unwrap()" | ||
--- | ||
{"tx_out_id":{"signature":{"k_times_g_address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"s":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}} | ||
{"tx_out_id":{"signature":{"k_times_g_address":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"s":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"tx_ref":{"hash":"0x0000000000000000000000000000000000000000000000000000000000000000"}} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ impl QueryApi { | |
false, | ||
false, | ||
false, | ||
None, | ||
) | ||
.await?; | ||
|
||
|
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
Oops, something went wrong.