-
Notifications
You must be signed in to change notification settings - Fork 555
PIP-74: state-sync txs inclusion #1726
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
452fb28
first working version of new state sync tx
lucca30 ada4bcc
remove logs
lucca30 4853b71
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
lucca30 d57e485
fix lint
lucca30 a6b395c
fix integration tests
lucca30 feb65bf
test fixes
lucca30 030eb31
lint fix
lucca30 854fabe
fix parallel processor
lucca30 6f8186c
type improvement and unit tests
lucca30 55ba461
remove duplicates
lucca30 340a5bb
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
lucca30 d634bc1
ignore data test output
lucca30 f76174b
fixing method calls and fields
lucca30 7f00fe6
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
lucca30 b23546e
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
lucca30 0b556fa
build fix
lucca30 90b03da
remove bor filter for after hf blocks
lucca30 15d3a69
sort logs just when necessary
lucca30 27562ef
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
kamuikatsurgi d028c82
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
kamuikatsurgi d56cdc0
ssTxs: fix receiptsHash mismatch (#1829)
kamuikatsurgi 2f5a20d
core(tx): fix Hash method for StateSyncTxType (#1830)
kamuikatsurgi be7f430
eth: fixes in receipt handling via p2p post HF (#1825)
manav2401 4b07936
core/types: return nil for chainID() call over state-sync tx
manav2401 6d6d37f
internal/ethapi: handle bor txs and receipts post HF (#1834)
manav2401 223f7f9
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
kamuikatsurgi 74627f0
fix: cumulativeGasUsed in insertStateSyncTransactionAndCalculateRecei…
kamuikatsurgi 09b31d5
fix: sort logs and remove duplicate append in Finalize (#1836)
kamuikatsurgi 8960a93
chore: nit (#1838)
kamuikatsurgi c1fb88e
chore: typos
kamuikatsurgi 64e78d6
fix: lint
kamuikatsurgi 1e3176e
Renaming to Madhugiri HF
lucca30 af543ae
chore: nits
kamuikatsurgi 097fc2f
(fix): handle pointers to receipt list received via p2p
manav2401 d1b7dbf
(chore): rename tests with HF name
manav2401 61d2113
chore: more nits
kamuikatsurgi bdab391
Merge branch 'lmartins/state-sync-txs-on-block-body' of ssh://github.…
kamuikatsurgi 24302c6
core: add blocktime in bor receipt logs (#1848)
manav2401 b1ddd41
core/types: derive bloom for bor receipts
manav2401 00768c5
Merge remote-tracking branch 'origin/develop' into lmartins/state-syn…
kamuikatsurgi 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.