-
Notifications
You must be signed in to change notification settings - Fork 115
Fix E2E #2980
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
Merged
Merged
Fix E2E #2980
Conversation
This file contains hidden or 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
sukantoraymond
commented
Oct 31, 2025
sukantoraymond
commented
Oct 31, 2025
felipemadero
previously approved these changes
Nov 3, 2025
* relayer version * update cache logic * lint * lint
* relayer version * update cache logic * lint * lint * remove granite devnet support
sukantoraymond
added a commit
that referenced
this pull request
Nov 3, 2025
* update granite dependencies * remove apm * remove apm * update version * update version url * verified granite * update latest.json * update sig agg * update sig agg * signature aggregator dependency * update subnet evm dependencies * update sig agg for fuji * change fuji back * handle sig agg version * handle p chain height * update sig agg version * update fuji version * lint * lint * update latest * update avalanche-tooling-sdk-go dependency * update relayer * fix go mod * update relayer dependency * Fix E2E (#2980) * e2e * remove print precompiles * fix e2e * e2e * update binary * fix e2e * fix e2e * update e2e * fix * update e2e * fix lint * lint * fix e2e a bit more * more e2e fix * unit * unit test * e2e * starting fixing some e2e * update e2e * update go mod * remove wait times * lint * lint * fix e2e * activate granite on c-chain * bump times in pregenerates genesis * remove mixed sov/nonsov e2e relayer case * Use latest version relayer (#2981) * relayer version * update cache logic * lint * lint * Remove granite devnet support (#2982) * relayer version * update cache logic * lint * lint * remove granite devnet support * lint --------- Co-authored-by: Felipe Madero <[email protected]> * lint --------- Signed-off-by: sukantoraymond <[email protected]> Co-authored-by: Felipe Madero <[email protected]>
sukantoraymond
added a commit
that referenced
this pull request
Nov 4, 2025
* granite devnet * granite * add connection settings * granite e2e * granite * granite alt (#2966) * update tooling sdk * fixes * remove test * lint * lint * merge error * Remove apm (#2969) * update granite dependencies * remove apm * remove apm * update version * update version url * verified granite * update latest.json * update sig agg * update sig agg * lint * lint * fix go mod --------- Signed-off-by: sukantoraymond <[email protected]> * Update latest dependencies (#2973) * update granite dependencies * remove apm * remove apm * update version * update version url * verified granite * update latest.json * update sig agg * update sig agg * signature aggregator dependency * update subnet evm dependencies * update sig agg for fuji * change fuji back * handle sig agg version * handle p chain height * update sig agg version * update fuji version * lint * lint * update latest * update avalanche-tooling-sdk-go dependency * update relayer * fix go mod * update relayer dependency * Fix E2E (#2980) * e2e * remove print precompiles * fix e2e * e2e * update binary * fix e2e * fix e2e * update e2e * fix * update e2e * fix lint * lint * fix e2e a bit more * more e2e fix * unit * unit test * e2e * starting fixing some e2e * update e2e * update go mod * remove wait times * lint * lint * fix e2e * activate granite on c-chain * bump times in pregenerates genesis * remove mixed sov/nonsov e2e relayer case * Use latest version relayer (#2981) * relayer version * update cache logic * lint * lint * Remove granite devnet support (#2982) * relayer version * update cache logic * lint * lint * remove granite devnet support * lint --------- Co-authored-by: Felipe Madero <[email protected]> * lint --------- Signed-off-by: sukantoraymond <[email protected]> Co-authored-by: Felipe Madero <[email protected]> * update url * update url * fix e2e * update versions * revert url * update main --------- Signed-off-by: sukantoraymond <[email protected]> Co-authored-by: felipemadero <[email protected]>
felipemadero
added a commit
that referenced
this pull request
Nov 4, 2025
* granite devnet * granite * add connection settings * granite e2e * granite * granite alt (#2966) * update tooling sdk * fixes * remove test * lint * lint * merge error * Remove apm (#2969) * update granite dependencies * remove apm * remove apm * update version * update version url * verified granite * update latest.json * update sig agg * update sig agg * lint * lint * fix go mod --------- Signed-off-by: sukantoraymond <[email protected]> * Update latest dependencies (#2973) * update granite dependencies * remove apm * remove apm * update version * update version url * verified granite * update latest.json * update sig agg * update sig agg * signature aggregator dependency * update subnet evm dependencies * update sig agg for fuji * change fuji back * handle sig agg version * handle p chain height * update sig agg version * update fuji version * lint * lint * update latest * update avalanche-tooling-sdk-go dependency * update relayer * fix go mod * update relayer dependency * Fix E2E (#2980) * e2e * remove print precompiles * fix e2e * e2e * update binary * fix e2e * fix e2e * update e2e * fix * update e2e * fix lint * lint * fix e2e a bit more * more e2e fix * unit * unit test * e2e * starting fixing some e2e * update e2e * update go mod * remove wait times * lint * lint * fix e2e * activate granite on c-chain * bump times in pregenerates genesis * remove mixed sov/nonsov e2e relayer case * Use latest version relayer (#2981) * relayer version * update cache logic * lint * lint * Remove granite devnet support (#2982) * relayer version * update cache logic * lint * lint * remove granite devnet support * lint --------- Co-authored-by: Felipe Madero <[email protected]> * lint --------- Signed-off-by: sukantoraymond <[email protected]> Co-authored-by: Felipe Madero <[email protected]> * update url * update url * fix e2e * update versions * revert url * Migrate ledger implementation from avalanchego to SDK Avalanchego ledger implementations are being deprecated in favor of the SDK. This updates the codebase to use the SDK's ledger package. Changes: - Replace avalanchego ledger imports with SDK ledger imports - Update API calls: Addresses() → PubKeys() with .Address() - Update keychain creation: NewLedgerKeychainFromIndices() → ledger.NewKeychainFromIndices() - Update SDK dependency to latest version * nit --------- Signed-off-by: sukantoraymond <[email protected]> Co-authored-by: Raymond Sukanto <[email protected]>
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.
Cleans up E2E for Granite PR