-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Comparing changes
Open a pull request
base repository: ethereum/go-ethereum
base: master
head repository: mdehoog/go-ethereum
compare: eip-4844
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92d7fa9 - Browse repository at this point
Copy the full SHA 92d7fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562723e - Browse repository at this point
Copy the full SHA 562723eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc5155 - Browse repository at this point
Copy the full SHA 6bc5155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d43675 - Browse repository at this point
Copy the full SHA 1d43675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c62e93 - Browse repository at this point
Copy the full SHA 7c62e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for e552a93 - Browse repository at this point
Copy the full SHA e552a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a4b31 - Browse repository at this point
Copy the full SHA 46a4b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59dc43f - Browse repository at this point
Copy the full SHA 59dc43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e37223 - Browse repository at this point
Copy the full SHA 5e37223View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61cf36 - Browse repository at this point
Copy the full SHA e61cf36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78187b8 - Browse repository at this point
Copy the full SHA 78187b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c1e27 - Browse repository at this point
Copy the full SHA 89c1e27View commit details
Commits on Feb 20, 2022
-
Merge pull request #2 from lightclient/simple-blob
Implement `DATAHASH` opcode and sharding fork
Configuration menu - View commit details
-
Copy full SHA for 7a3a455 - Browse repository at this point
Copy the full SHA 7a3a455View commit details -
work in progress, tx wrapper for blob tx pool / journal / block build…
…ing / engine API
Configuration menu - View commit details
-
Copy full SHA for 204c556 - Browse repository at this point
Copy the full SHA 204c556View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbcdcdd - Browse repository at this point
Copy the full SHA cbcdcddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b878b7 - Browse repository at this point
Copy the full SHA 5b878b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfa618 - Browse repository at this point
Copy the full SHA dbfa618View commit details -
Introduce KZG crypto module (that implements the funcs from the mini-…
…danksharding EIP)
Configuration menu - View commit details
-
Copy full SHA for 72eced9 - Browse repository at this point
Copy the full SHA 72eced9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f83107f - Browse repository at this point
Copy the full SHA f83107fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f1230 - Browse repository at this point
Copy the full SHA f4f1230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da9ab7 - Browse repository at this point
Copy the full SHA 9da9ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c5515 - Browse repository at this point
Copy the full SHA b5c5515View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7db064 - Browse repository at this point
Copy the full SHA b7db064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e18fbd - Browse repository at this point
Copy the full SHA 5e18fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb0440 - Browse repository at this point
Copy the full SHA cfb0440View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d3882 - Browse repository at this point
Copy the full SHA b2d3882View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1dc9bc - Browse repository at this point
Copy the full SHA b1dc9bcView commit details -
core/vm,crypto/kzg,tests: update data blob kzg to use From/To Compres…
…sed, and change snake_case to camelCase
Configuration menu - View commit details
-
Copy full SHA for ff1a74f - Browse repository at this point
Copy the full SHA ff1a74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21836f0 - Browse repository at this point
Copy the full SHA 21836f0View commit details
Commits on Feb 21, 2022
-
Update test vectors for blobVerification/pointEvaluation
They broke when we changed blake2b to keccak in the versioned hash.
Configuration menu - View commit details
-
Copy full SHA for e0b5cde - Browse repository at this point
Copy the full SHA e0b5cdeView commit details -
Remove go-kzg dependency from kzg crypto module
We still use go-kzg for tests and cmd/kzg_dummy_setup. To remove that dependency there we would need to add a bunch of go-kzg code to go-ethereum or simplify the tests. Next step is to also remove the `go-kzg/bls` dependency and just use the one included in geth.
Configuration menu - View commit details
-
Copy full SHA for f500191 - Browse repository at this point
Copy the full SHA f500191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96bf205 - Browse repository at this point
Copy the full SHA 96bf205View commit details -
Configuration menu - View commit details
-
Copy full SHA for a38a121 - Browse repository at this point
Copy the full SHA a38a121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803f31e - Browse repository at this point
Copy the full SHA 803f31eView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c971490 - Browse repository at this point
Copy the full SHA c971490View commit details
Commits on Feb 25, 2022
-
core: consider blobs count for intrinsic gas check
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d19e6ee - Browse repository at this point
Copy the full SHA d19e6eeView commit details -
Merge pull request #3 from asn-d6/prune-gokzg
Prune gokzg from crypto/kzg
Configuration menu - View commit details
-
Copy full SHA for a922276 - Browse repository at this point
Copy the full SHA a922276View commit details
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 587a212 - Browse repository at this point
Copy the full SHA 587a212View commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b0c1cb - Browse repository at this point
Copy the full SHA 4b0c1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9279d9 - Browse repository at this point
Copy the full SHA e9279d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa43da - Browse repository at this point
Copy the full SHA 5fa43daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e539920 - Browse repository at this point
Copy the full SHA e539920View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 184ba49 - Browse repository at this point
Copy the full SHA 184ba49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd16f1 - Browse repository at this point
Copy the full SHA 6cd16f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dafbb4d - Browse repository at this point
Copy the full SHA dafbb4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c236b0 - Browse repository at this point
Copy the full SHA 0c236b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6e026 - Browse repository at this point
Copy the full SHA 9f6e026View commit details -
core/types: clean up blob and commitment parse methods, use ptr recei…
…ver on array blob type
Configuration menu - View commit details
-
Copy full SHA for 5009206 - Browse repository at this point
Copy the full SHA 5009206View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80048e - Browse repository at this point
Copy the full SHA f80048eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d48a83e - Browse repository at this point
Copy the full SHA d48a83eView commit details
There are no files selected for viewing