Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

implement extensions for eip-4844 #850

Closed
wants to merge 31 commits into from

Conversation

roberto-bayardo
Copy link
Contributor

No description provided.

@AskAlexSharov
Copy link
Collaborator

merge devel plz

@roberto-bayardo
Copy link
Contributor Author

merge devel plz

done, build all good now!

chain/chain_config.go Outdated Show resolved Hide resolved
go.mod Outdated
@@ -106,3 +109,5 @@ require (
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/ledgerwatch/interfaces => github.com/roberto-bayardo/interfaces v0.0.0-20230125140013-a42dd5f11cb5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a PR against ledgerwatch/interfaces.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w.sigHashEnd = end
originalBegin := begin
var err error
w.chainID, err = readUint256(payload, begin)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i guess this is ssz and we can move this helper func to erigon-lib/ssz package

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there's a lot of ssz stuff that should be migrated or made to use erigon-lib/ssz. I can look into this next week if someone hasn't started on it already.

@roberto-bayardo
Copy link
Contributor Author

Merged with upstream. Blob tx tests are currently failing since the blob tx format is out of date and doesn't pass current verification rules, but since we are converting to RLP probably not worth fixing?

@roberto-bayardo
Copy link
Contributor Author

cc: @yperbasis

@roberto-bayardo roberto-bayardo force-pushed the eip-4844 branch 2 times, most recently from dd9304d to 71b58ee Compare June 12, 2023 23:59
github-merge-queue bot pushed a commit that referenced this pull request Jun 23, 2023
Reworked bits of PR #850. Only stubs for transaction parsing.
calmbeing pushed a commit to calmbeing/bsc-erigon-lib that referenced this pull request Jul 10, 2023
Reworked bits of PR ledgerwatch#850. Only stubs for transaction parsing.
calmbeing pushed a commit to calmbeing/bsc-erigon-lib that referenced this pull request Jul 12, 2023
Reworked bits of PR ledgerwatch#850. Only stubs for transaction parsing.
@yperbasis
Copy link
Collaborator

Superseded by PRs #1034 & #1037.

@yperbasis yperbasis closed this Jul 13, 2023
AskAlexSharov pushed a commit that referenced this pull request Sep 6, 2023
Reworked bits of PR #850. Only stubs for transaction parsing.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants