forked from ava-labs/coreth
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subnet evm geth v1.13.8 (ava-labs#550)
* format as subnet-evm * Add rules api (#1162) * introduce e upgrade * map upgrades * check if upgrade is non-nil * fix checkForks * Fix tests * revert test changes * fix tests * remove block no param from IsCancun * add UT * use avalanche defaults for timestamps * sync API code from upstream * add GetActiveRulesAt API * use non-zero timestamps in genesis configs * fix test timestamps * add timestamp to ethapi genesis * fix blockchain test genesis timestamp * fix test * review fixes * fix deps * use vmerrs * mark TestExpDecaySampleNanosecondRegression flaky (#1163) * sync geth v1.13.8 from subnet-evm * format as coreth * fix issues * fix tests * fix tests * revert test to original * comment out test * comment out test * bump avago dep * rerun go mod tidy * bump avago version to commit * fix legacy lvls * geth-v1.13.8 sync nits (ava-labs#553) --------- Co-authored-by: Darioush Jalali <[email protected]>
- Loading branch information
Showing
196 changed files
with
5,747 additions
and
2,410 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ run: | |
linters: | ||
disable-all: true | ||
enable: | ||
- goconst | ||
- goimports | ||
- gosimple | ||
- govet | ||
|
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
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.