forked from ethereum/go-ethereum
-
Couldn't load subscription status.
- Fork 5
feat(core/types): fine-grained Body RLP override
#109
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 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dd502c5
test(core/types): lock in `Body` RLP encoding
ARR4N 95828a3
feat(core/types): `Body.{En,De}codeRLP()` with hookable points
ARR4N d5b6b82
test(core/types): use methodless `Body` as gold-standard + add test f…
ARR4N 1efa2eb
fix(core/types): failing tests differentiating nil/empty optional slice
ARR4N 05463ce
test(core/types): fuzz `Body` RLP backwards compatibility
ARR4N 7f6289d
chore: placate the linter
ARR4N c114751
doc: new functions in `rlp` package
ARR4N f61ec75
feat: `types.BodyHooks` with test for C-chain compatibility
ARR4N 069b026
chore: placate the linter
ARR4N 3fac457
feat: `cmpeth` package for testing C-chain `Body` RLP decoding
ARR4N 0eed36d
chore: import ordering for `gci`
ARR4N 1ebcae8
Update core/types/rlp_backwards_compat.libevm_test.go
ARR4N 43eb635
Apply suggestions from code review
ARR4N 6e24dbd
refactor: use `rlp.EncoderBuffer.WriteBytes()`
ARR4N 3367753
doc: `types.BodyHooks` and related identifiers
ARR4N 683245c
feat: `common.PointerTo[T](T) *T`
ARR4N 51fe62b
test(rlp): list-helper functions
ARR4N d509bd2
refactor: direct testing of `Body` RLP roundtrip
ARR4N 77188ef
Update core/types/rlp_backwards_compat.libevm_test.go
ARR4N f072b4d
Apply suggestions from code review
ARR4N b3ce131
refactor: response to review comments
ARR4N be3132a
refactor: remove RNG from compatibility test
ARR4N c07df8d
Merge branch 'main' into arr4n/body-rlp-override
ARR4N 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
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.