Skip to content
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

[TEST] Datastream Tests MVP #7

Closed
wants to merge 274 commits into from
Closed

Conversation

antdanchenko
Copy link

No description provided.

antdanchenko and others added 18 commits November 29, 2023 09:33
* feat(zk): tip sync

* feat(zk): tip sync improvements

* datastream bookmark fix (#53)

* datastream bookmark fix

* datastream bookmark fix

* stage_batches error handle

* feat(zk): verifications progress

* added progress and bug fix

* removed tx spam

* feat(zk): tip sync improvements

* feat(zk): tip sync improvements

* batches fix and exec progress percent

* feat(zk): tip sync improvements

* feat(zk): tip sync - initial to verified boundary

* feat(zk): tip sync - initial to verified boundary

* code betterment

* Proxy send transaction (#54)

* wip - proxy send transaction

* added rpc.url flag and sendtx upstream

---------

Co-authored-by: Valentin Staykov <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* initial infra

* some pr comments

* minor log level changes

* batchNumber and batchNumberByBlockNumber

* merge

* fix after merge renames

* verifiedbatchnumber

* IsBlockConsolidated

* ConsolidatedBlockNumber

* readme

* some rearrangement

* some work on get block

* quick fix to get the code building for zkevm rpc

* adding in L1 sequences stage ready to feed to RPC calls

* progress on zk rpc calls

* handing off zkevm_getBatchByNumber to upstream RPC

* feat(rpc): zkevm namespace enablement and docs

* further work on rpc endpoints data

* store correct tx root hash in the header of a block

* test added for receipts root calculation

* store gas used as part of execution

* further progress on filling in block details for RPC

* some minor progress on RPC

* updates to populate more RPC data

---------

Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Igor Mandrigin <[email protected]>
Co-authored-by: Scott Fairclough <[email protected]>
* fix the bloom in receipts for zk block requests

* no null logs in zkevm block calls

* zk genesis fixes

* hack for bloom bug

bloom is ommitted in zknode hash calculations so we need to replicate the same.  This will be fixed in a future hardfork

* test to prove off bloom issue in receipt roots
fixes a nil pointer problem when the tx used in the eridb instance has been committed and the tx is newed up again
* send all dynamic gas fix

* don't take cold access gas if no transfer

* staticcallfix in forkid5

* removed print

* removed debug prints
* datastream client doesn't close on each iteration

* removed debug log
* feat(stream): add stateroot to l2tx

* feat(rpcroots): remove roots files

* feat(rpcroots): consume stateroot from the l2 datastream

* fix(state_domain): temp fix effective gas %

* changed block stateroot to tx stateroot

* feat(rpcroots): remove lfs and update readme

---------

Co-authored-by: Valentin Staykov <[email protected]>
Copy link

cla-bot bot commented Dec 13, 2023

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: [email protected].
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@revitteth revitteth changed the title datastream test mvp [TEST] Datastream Tests MVP Dec 13, 2023
@mandrigin mandrigin closed this Dec 14, 2023
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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

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

add mev-infra service

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#18)

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

chore(mev): improve histoical state response (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

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

add mev-infra service

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#18)

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

chore(mev): improve histoical state response (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

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

add mev-infra service

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#18)

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

chore(mev): improve histoical state response (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

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

add mev-infra service

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#18)

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

chore(mev): improve histoical state response (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

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

add mev-infra service

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#18)

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

chore(mev): improve histoical state response (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#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 (0xPolygonHermez#9)

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

more fix on tracecall many format error

fix txn index, block hash in context

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

code address for mapping keys (0xPolygonHermez#13)

return gas price of execution

ignore init code size limit (0xPolygonHermez#15)

api change

code address field (0xPolygonHermez#16)

emit output field for revert (0xPolygonHermez#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants