forked from axelarnetwork/axelar-amplifier
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: sync solana branch with upstream #15
Merged
Merged
Conversation
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
…es (axelarnetwork#327) * feat(minor-multisig-prover)!: idempotent resigning of workerset updates * allow update workerset to be called multiple times for the same workerset update * reuse the same created_at nonce when resigning
…rk#325) * feat: add CONTRACTS_PER_CHAIN map and execution message * test: add test_instantiation to monitoring * fix: remove redundant error types, address clippy lint issues * refactor: change scope to only include prover, add tests * fix: rollback changes made to rewards contract * fix: cargo formatting for rewards contract * refactor: address PR open conversations * refactor: add more description to Unauthorized and NoProversRegisteredForChain errors
…nt in the curve (axelarnetwork#331) * add unit tests * sort dependencies * fixed typos * review * remove unused import * fixed comments
…axelarnetwork#334) * feat: add CHAINS_PER_WORKER map to service registry * refactor: optimize CHAINS_PER_WORKER update, address PR conversations * refactor: remove extra service registry message, add unit test to state, refactor saving to maps * refactor: use update instead of may_load and save * fix: remove unused import from service registry state.rs * test: add three more unit tests to service registry, refactor variable names
…network#340) * moved couple of tests to unit tests * moved more tests to contract unit tests * move test to integration-tests module * move test to integration tests module and remove unused files * added comment
axelarnetwork#342) Co-authored-by: Milap Sheth <[email protected]>
…e-verifier contract (axelarnetwork#338) * refactor(client): add the client package and migrate for the aggregate-verifier contract * delete weird file * implement From trait for client * fix clippy
…ld (axelarnetwork#336) * feat(minor-multisig-prover)!: allow dynamic update of signing threshold
* implement trait for evm message id
* cleanup tests * renamed function
Governance can jail workers. A jailed worker cannot unbond or claim stake.
…elarnetwork#350) * fix(minor-nexus-gateway)!: make msg id consistent with evm chains
…rk#353) * remove response data from voting-verifier verify messages * remove duplicated test * remove unused response data
…ent instantiation msg parameters (axelarnetwork#355) * feat(multisig-prover): allow governance to update workerset and document instantiation msg parameters
eloylp
changed the title
Sync solana branch with upstream
feat: sync solana branch with upstream
Apr 19, 2024
eloylp
force-pushed
the
solana-sync-1904
branch
from
April 19, 2024 23:06
06fa588
to
e56482a
Compare
roberts-pumpurs
approved these changes
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Syncs our solana branch implementation with the code from the upstream.
Reviewer recommendations:
Not expected to review the upstream code, as it comes from main. This PR just creates some awareness of the touched files.