Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't set code red on "agg-key set by gov-key" #4813

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

AlastairHolmes
Copy link
Contributor

@AlastairHolmes AlastairHolmes commented Apr 30, 2024

As discussed with Dan, we don't want to enable safe mode, when the agg-key is set by governance, as this is a normal situation (on new external chain contract deployment) and governance can independently set safe mode if required.

This also solves a problem were bouncer was intermittently failing, due to code red being set, on initializing Arbitrum.

@AlastairHolmes AlastairHolmes force-pushed the fix/dont-set-code-red-automatically branch from 3c1a77a to 6dd8a11 Compare April 30, 2024 09:38
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72%. Comparing base (5b074d5) to head (8edd207).
Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #4813    +/-   ##
======================================
- Coverage     72%     72%    -0%     
======================================
  Files        424     424            
  Lines      72319   72173   -146     
  Branches   72319   72173   -146     
======================================
- Hits       52261   52045   -216     
- Misses     17519   17588    +69     
- Partials    2539    2540     +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlastairHolmes AlastairHolmes force-pushed the fix/dont-set-code-red-automatically branch from 6dd8a11 to 6dde30f Compare April 30, 2024 09:52
@AlastairHolmes AlastairHolmes force-pushed the fix/dont-set-code-red-automatically branch from 6dde30f to 8edd207 Compare April 30, 2024 09:54
@dandanlen dandanlen added this pull request to the merge queue Apr 30, 2024
Merged via the queue into main with commit b216ee0 Apr 30, 2024
44 checks passed
@dandanlen dandanlen deleted the fix/dont-set-code-red-automatically branch April 30, 2024 10:47
syan095 added a commit that referenced this pull request May 1, 2024
* origin/main:
  Arbitrum gas limit multiplier (#4781)
  fix: don't set code red on "agg-key set by gov-key" (#4813)
  fix: sign tx with correct key during rotation (#4794)
  chore: arbitrum witnesser permission (#4798)
  Solana (#4414)
  feat: try-runtime build step on dev ci (#4807)
  feat: optimistic build, streamlined ci-main (#4806)
  chore: log raw dispatch error (#4809)
  feat: allow for single binary CFE upgrades (#4634)
  fix: take fee on to usdc (#4801) (#4804)
  refactor: minor cleanup of retrier code and vault pallet (#4803)
  feat: cf_boost_pool_details rpc (#4780)

# Conflicts:
#	Cargo.lock
#	state-chain/chains/src/sol.rs
#	state-chain/chains/src/sol/program_instructions.rs
#	state-chain/chains/src/sol/sol_tx_building_blocks.rs
#	state-chain/chains/src/sol/token_instructions.rs
#	state-chain/runtime/src/safe_mode.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants