This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix/forking_earliest
- Loading branch information
Showing
61 changed files
with
1,770 additions
and
554 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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,21 @@ | ||
# global code owner: | ||
|
||
* @davidmurdoch | ||
|
||
# typed transactions: | ||
|
||
src/chains/ethereum/transaction/src/access-lists.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/base-transaction.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/eip1559-fee-market-transaction.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/eip2930-access-list-transaction.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/legacy-transaction.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/transaction-factory.ts @MicaiahReid | ||
src/chains/ethereum/transaction/src/transaction-types.ts @MicaiahReid | ||
|
||
# transaction pool: | ||
|
||
src/chains/ethereum/ethereum/src/transaction-pool.ts @MicaiahReid | ||
|
||
# miner: | ||
|
||
src/chains/ethereum/ethereum/src/miner @MicaiahReid |
This file contains 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 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 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 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 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 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 |
---|---|---|
|
@@ -200,7 +200,7 @@ fix: reduce bundle size and check size in CI (#1234) | |
Co-authored-by: TinusLorvalds <[email protected]> | ||
``` | ||
|
||
Notice how the description is in lowercase (except for initialisms/acronyms). The description should be clear and consise. The subject line does _not_ have to be fewer than 50 characters if making it shorter removes useful information. | ||
Notice how the description is in lowercase (except for initialisms/acronyms). The description should be clear and concise. The subject line does _not_ have to be fewer than 50 characters if making it shorter removes useful information. | ||
|
||
Co-authors should be preserved. | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.