-
Couldn't load subscription status.
- Fork 159
Move atomic state #709
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
Move atomic state #709
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
bc26c83
new atomic pkg
ceyonur fe45c37
Merge branch 'master' into move-atomic-txs
ceyonur 9c3e284
bump avago
ceyonur ddbbab7
bump versions
ceyonur 0ecd789
move attomic gossip
ceyonur 019bb04
lint
ceyonur aa50ce6
change newimport clk to time
ceyonur 52081a9
move utils
ceyonur d93257b
remove extra heaps files
ceyonur 0b10cc4
move database to own pkg
ceyonur 8eb3056
move atomic trie/state/backend to separaet pkg
ceyonur 397c535
Merge branch 'seperate-atomic-pkg-base' into move-atomic-txs
ceyonur 2b13c8e
bump avago
ceyonur 2798ad6
go mod tidy
ceyonur 6bf2ff2
Merge branch 'move-atomic-txs' into move-atomic-gossip
ceyonur 278e055
update releases md
ceyonur e5f2c27
use address methods from avago
ceyonur 71babe6
bump avago
ceyonur aab47b6
bump e2e avago version
ceyonur b9b67bc
Merge branch 'move-atomic-txs' into move-atomic-gossip
ceyonur 6f1adc8
Update plugin/evm/atomic/gossip_test.go
ceyonur 876716f
Update plugin/evm/atomic/mempool.go
ceyonur 682e4bc
Update plugin/evm/config/config.go
ceyonur 38ad868
Update plugin/evm/atomic/tx_heap.go
ceyonur de328e9
Update plugin/evm/config/config.go
ceyonur 55c0be9
fix reviews
ceyonur 3ac1a1a
Merge branch 'move-atomic-gossip' of github.com:ava-labs/coreth into …
ceyonur 9c148ff
Merge branch 'move-atomic-gossip' into move-atomic-state
ceyonur 803e50a
fix linter
ceyonur 0b40185
nits
ceyonur 2f1dbc5
Update plugin/evm/vm_test.go
ceyonur 936bb59
Update plugin/evm/syncervm_test.go
ceyonur 4019a34
review fix
ceyonur 266a55f
Merge branch 'move-atomic-state' of github.com:ava-labs/coreth into m…
ceyonur 1958ee8
Merge branch 'seperate-atomic-pkg-base' into move-atomic-state
ceyonur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ go 1.22.8 | |
|
|
||
| require ( | ||
| github.com/VictoriaMetrics/fastcache v1.12.1 | ||
| github.com/ava-labs/avalanchego v1.12.1-0.20241209214115-1dc4192013aa | ||
| github.com/ava-labs/avalanchego v1.12.2-0.20241224181600-fade5be3051d | ||
|
||
| github.com/cespare/cp v0.1.0 | ||
| github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 | ||
| github.com/davecgh/go-spew v1.1.1 | ||
|
|
@@ -38,11 +38,11 @@ require ( | |
| github.com/urfave/cli/v2 v2.25.7 | ||
| go.uber.org/goleak v1.3.0 | ||
| go.uber.org/mock v0.4.0 | ||
| golang.org/x/crypto v0.26.0 | ||
| golang.org/x/crypto v0.31.0 | ||
| golang.org/x/exp v0.0.0-20231127185646-65229373498e | ||
| golang.org/x/sync v0.8.0 | ||
| golang.org/x/sys v0.24.0 | ||
| golang.org/x/text v0.17.0 | ||
| golang.org/x/sync v0.10.0 | ||
| golang.org/x/sys v0.28.0 | ||
| golang.org/x/text v0.21.0 | ||
| golang.org/x/time v0.3.0 | ||
| google.golang.org/protobuf v1.34.2 | ||
| gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
|
|
@@ -121,7 +121,7 @@ require ( | |
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.26.0 // indirect | ||
| golang.org/x/net v0.28.0 // indirect | ||
| golang.org/x/term v0.23.0 // indirect | ||
| golang.org/x/term v0.27.0 // indirect | ||
| gonum.org/v1/gonum v0.11.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect | ||
|
|
||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this change be in its own PR (maybe before that PR)?