This repository was archived by the owner on Nov 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
chore(core/types): Header libevm PostCopy hook (5)
#759
Merged
Conversation
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
88fa9e2 to
bde7fb2
Compare
2 tasks
darioush
previously approved these changes
Jan 21, 2025
qdm12
commented
Jan 21, 2025
qdm12
commented
Jan 21, 2025
Header libevm Copy hook
da83d82 to
58f1171
Compare
Header libevm Copy hookHeader libevm PostCopy hook
0c98519 to
269fb9c
Compare
Header libevm PostCopy hookHeader libevm PostCopy hook
3593f92 to
1daa313
Compare
Header libevm PostCopy hookHeader libevm PostCopy hook (4)
269fb9c to
d98039c
Compare
1daa313 to
252114a
Compare
59ef836 to
c6f5f69
Compare
da70431 to
3ff7dea
Compare
ARR4N
suggested changes
Feb 24, 2025
Collaborator
ARR4N
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing status back to changes requested. See my response re keeping the tests.
3a78b42 to
afe92cc
Compare
Co-authored-by: Arran Schlosberg <[email protected]> Signed-off-by: Quentin McGaw <[email protected]>
afe92cc to
6b133ad
Compare
ceyonur
approved these changes
Feb 25, 2025
ARR4N
approved these changes
Feb 25, 2025
Collaborator
ARR4N
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete all the things!
darioush
approved these changes
Feb 25, 2025
ARR4N
added a commit
that referenced
this pull request
Mar 10, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 19, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 21, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 21, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 28, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Apr 1, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
node-druidx56y
added a commit
to node-druidx56y/subnet-evm
that referenced
this pull request
Sep 28, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
kevpaq-520
added a commit
to kevpaq-520/subnet2
that referenced
this pull request
Oct 27, 2025
- Implement `PostCopy` header hook - Remove `CopyHeader` and use imported one from libevm See original PR ava-labs/coreth#759 Signed-off-by: Quentin McGaw <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PostCopyheader hookCopyHeaderand use imported one from libevm➡️ header copy hooks libevm PR