This repository was archived by the owner on Dec 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
sync: coreth PR #1392: chore: Add lint link check job #1870
Merged
michaelkaplan13
merged 26 commits into
master
from
JonathanOppenheimer/sync-pr-1392-links-lint
Dec 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ca70d01
chore: Add lint link check job (#1392)
JonathanOppenheimer 6514a54
chore: lint markdown
JonathanOppenheimer 885adc2
fix: update broken links
JonathanOppenheimer b03acd5
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer 80bc72b
Update plugin/evm/config/config.md
JonathanOppenheimer de0818c
Update sync/README.md
JonathanOppenheimer 8b7f384
chore: fix coreth cherry-pick mistakes
JonathanOppenheimer 6d45128
chore: remove path support
JonathanOppenheimer 0ee527b
chore: revert upstream file changes
JonathanOppenheimer d0c8053
fix: use subnet-evm rather than coreth items
JonathanOppenheimer 807560d
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer 75f8372
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer 6cc0d55
chore: Austin feedback
JonathanOppenheimer 0698fa1
fix: wrong readme
JonathanOppenheimer 42a1e95
docs: align with coreth
JonathanOppenheimer 4a57943
fix: compatability links
JonathanOppenheimer 4756463
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer 92b0321
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer 3b35ce2
fix: bug bounty link
JonathanOppenheimer a0b1798
Update sync/README.md
JonathanOppenheimer 906241a
style: revert comma removal
JonathanOppenheimer ac9ef22
fix: bug bounty correct link
JonathanOppenheimer 80e349c
style: revert capitilization change
JonathanOppenheimer f2dcbbf
style: revert capitilization change
JonathanOppenheimer cecac17
fix: more links
JonathanOppenheimer 46028d5
Merge remote-tracking branch 'origin' into JonathanOppenheimer/sync-p…
JonathanOppenheimer 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
chore: revert upstream file changes
- Loading branch information
commit 0ee527b5400b260914bbec3f34c73b43579aa6be
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ## Input transactions in RLP form | ||
|
|
||
| This testdata folder is used to exemplify how transaction input can be provided in rlp form. | ||
| Please see the README in `evm` folder for how this is performed. | ||
| This testdata folder is used to exemplify how transaction input can be provided in rlp form. | ||
| Please see the README in `evm` folder for how this is performed. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| # Invalid rlp | ||
|
|
||
| This folder contains a sample of invalid RLP, and it's expected | ||
| that the t9n handles this properly: | ||
| that the t9n handles this properly: | ||
|
|
||
| ```bash | ||
| ``` | ||
| $ go run . t9n --input.txs=./testdata/18/invalid.rlp --state.fork=London | ||
| ERROR(11): rlp: value size exceeds available input length | ||
| ``` | ||
| ``` |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| These files exemplify how to sign a transaction using the pre-EIP155 scheme. | ||
| These files exemplify how to sign a transaction using the pre-EIP155 scheme. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| These files exemplify a transition where a transaction (executed on block 5) requests | ||
| the blockhash for block `1`. | ||
| the blockhash for block `1`. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| These files exemplify a transition where a transaction (executed on block 5) requests | ||
| the blockhash for block `4`, but where the hash for that block is missing. | ||
| the blockhash for block `4`, but where the hash for that block is missing. | ||
| It's expected that executing these should cause `exit` with errorcode `4`. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| These files exemplify a transition where there are no transactions, two ommers, at block `N-1` (delta 1) and `N-2` (delta 2). | ||
| These files exemplify a transition where there are no transactions, two ommers, at block `N-1` (delta 1) and `N-2` (delta 2). |
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.