Skip to content

Sequencing stage#53

Merged
mandrigin merged 10 commits into
zkevmfrom
sequencing-stage
Jan 16, 2024
Merged

Sequencing stage#53
mandrigin merged 10 commits into
zkevmfrom
sequencing-stage

Conversation

@hexoscott

Copy link
Copy Markdown

Semi working stages. I can replay the first tx from blueberry here no problem but the second one fails.

Bringing over the txpool from erigon-lib to the project so that we can make tweaks. Changes to the pool code have been moved to pool_zk.go file to help with rebasing / merging in the future.

@hexoscott hexoscott requested a review from mandrigin January 12, 2024 13:12
@cla-bot cla-bot Bot added the cla-signed label Jan 12, 2024
Comment thread cmd/rpcdaemon/commands/send_transaction.go
Comment thread eth/stagedsync/stage_mining_create_block.go
Comment thread eth/stagedsync/stage_mining_exec.go
@mandrigin mandrigin merged commit 333aa8b into zkevm Jan 16, 2024
@mandrigin mandrigin deleted the sequencing-stage branch January 16, 2024 09:53
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

chore: revert format changes, and add mev config json (0xPolygon#6)

add mev-infra service

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

fix(mev): fix parent block nil panic (0xPolygon#17)

chore(mev): improve histoical state response (0xPolygon#19)

patch after merge

no block para
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

chore: revert format changes, and add mev config json (0xPolygon#6)

add mev-infra service

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

fix(mev): fix parent block nil panic (0xPolygon#17)

chore(mev): improve histoical state response (0xPolygon#19)

patch after merge

no block para
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

chore: revert format changes, and add mev config json (0xPolygon#6)

add mev-infra service

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

fix(mev): fix parent block nil panic (0xPolygon#17)

chore(mev): improve histoical state response (0xPolygon#19)

patch after merge

no block para
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

chore: revert format changes, and add mev config json (0xPolygon#6)

add mev-infra service

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

fix(mev): fix parent block nil panic (0xPolygon#17)

chore(mev): improve histoical state response (0xPolygon#19)

patch after merge

no block para
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
migrate sentio tracers

fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

chore: revert format changes, and add mev config json (0xPolygon#6)

add mev-infra service

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

fix(mev): fix parent block nil panic (0xPolygon#17)

chore(mev): improve histoical state response (0xPolygon#19)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 3, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Nov 8, 2024
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Mar 17, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Mar 17, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
googgoog pushed a commit to googgoog/cdk-erigon that referenced this pull request Apr 2, 2025
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Apr 30, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Apr 30, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Apr 30, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request May 22, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
zfy0701 added a commit to sentioxyz/cdk-erigon that referenced this pull request Jul 25, 2025
fix tracemany error format

migrate override and gas changes (0xPolygon#53)

fix race condition in p2p discover tab

add more information to root trace

correct handle call with value

set transfer value to zero if can't transfer

migrate memory compression (0xPolygon#7)

correctly handle tracecallmany didn't find block

correctly handle if transaction index out of bound

fix(rpc): eth_blockNumber returns unsynced block number

adjust after api change

Add Mapping keys to post account (0xPolygon#9)

fix when tracer failed before start and zero gas (0xPolygon#11)

more fix on tracecall many format error

fix txn index, block hash in context

distinguish code address by storage slot (0xPolygon#12)

code address for mapping keys (0xPolygon#13)

return gas price of execution

ignore init code size limit (0xPolygon#15)

api change

code address field (0xPolygon#16)

emit output field for revert (0xPolygon#18)

patch after merge

no block para

fix stack encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants