-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Unwrap ETHChain * hook in vm.ethConfig * statesync for subnet-evm * remove unused configJSON * add err check * add synchronization * add default config values * delay initialization of gossiper * Revert "add synchronization" This reverts commit 6234a1b. * fix test * fix statesync code prefix issue * fix comment * wip * wip2 * add coreth changes * Merge branch 'master' into coreth-0.8.16-rc2 * updates * remove coreth from go.mod * fix linter * fix * update gas prices (?) * fix tracer test * move dependabot yml to upper file * more changes ported in from coreth 0.8.16 * Update sync/README.md Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org> * Update sync/README.md Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org> * Update sync/README.md Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org> * Update core/rawdb/accessors_state_sync.go * port missing file from coreth * fix-import * subscribe before goroutine * Rebase apply coreth diff onto statesync * fix EOF in tests * Nits (#265) * Nits * Add EIP-1559 link to readme * Fix linting introduced by merge
- Loading branch information
Showing
205 changed files
with
4,508 additions
and
2,483 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "daily" |
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ linters: | |
- misspell | ||
- unconvert | ||
- varcheck | ||
- whitespace | ||
|
||
linters-settings: | ||
gofmt: | ||
|
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
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.