-
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/limit-select-…
…utxo * origin/main: fix "get_proposed_runtime" command (#4624) fix: allow OldAsset to support unambiguously encoding Arb USDC and Eth USDC, while maintaining backcompat (PRO-1237) (#4614) fix: start localnet using correct commit (#4623) chore: migration housekeeping (#4612) feat: add arbitrum support (PRO-1154) (#4486) fix: swap subscription amounts as hex (#4611) feat: use swapping queue when swapping network fee for burn (#4584) 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) # Conflicts: # state-chain/pallets/cf-environment/src/lib.rs
- Loading branch information
Showing
159 changed files
with
4,575 additions
and
1,693 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
Validating CODEOWNERS rules …
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
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
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.