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
chore: merge with main and resolve conflicts, after sync with latest upstream #35
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
* feat(minor-ampd): register public key takes in key type * tofnd client parse ed25519 * cargo sort
…rst tick (axelarnetwork#480) * fix: directly pass interval to queued broadcaster and pass the first unwanted tick * refactor: address PR comments * refactor: simplify steps to take after interval tick in run function
…work#478) * feat: check caller authorization status for multisig * refactor: rename query function name to caller_authorized
…twork#476) * feat(minor-voting-verifier): consistent gas cost for voting
…xelarnetwork#488) * fix(minor-router): use sigular form for address in event attribute * update golden files
…twork#481) * feat(minor-voting-verifier): allow restarting expired polls
…#486) * docs: update compatibility matrix (axelarnetwork#475) * feat(minor-ampd): support ed25519 keygen and sign (axelarnetwork#465) * feat(minor-ampd): register public key takes in key type * tofnd client parse ed25519 * cargo sort * fix(ampd): enable derive for der crate (axelarnetwork#477) * refactor: generalize msg access control (axelarnetwork#473) * fix(ampd): directly pass interval to queued broadcaster and ignore first tick (axelarnetwork#480) * fix: directly pass interval to queued broadcaster and pass the first unwanted tick * refactor: address PR comments * refactor: simplify steps to take after interval tick in run function * feat(minor-router): add command to freeze all chains (axelarnetwork#472) * feat(multisig): query to check caller authorization status (axelarnetwork#478) * feat: check caller authorization status for multisig * refactor: rename query function name to caller_authorized * fix(ampd): increase number of retries when fetching block events (axelarnetwork#484) * feat(minor-voting-verifier): consistent gas cost for voting (axelarnetwork#476) * feat(minor-voting-verifier): consistent gas cost for voting * feat: improve msg permission control with derive macro (axelarnetwork#479) * refactor(coordinator): use generalized permission control (axelarnetwork#485) * feat: add two new test cases for low and high load in queue * fix: address cargo clippy errors with unused handle * refactor: remove old tests, address PR comments * refactor: use mpsc instead of oneshot ---------
…o only provers (axelarnetwork#499) * update permission control to set verifiers * remove unnecessary index * remove unnecessary record * use macro to generate index list
* Migrate ampd starknet verifier to v4
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.
No description provided.