forked from bnb-chain/bsc
-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: merge with upstream bsc v1.4.6 #26
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4bb1bd1
deps: update prsym to solve warning about quic-go version (#2389)
buddh0 b7972bc
feat: greedy merge tx in bid (#2363)
irrun 335be39
chore: fix function names in comment (#2390)
hugehope 3a6e3c6
core/trie: persist TrieJournal to journal file instead of kv database…
jingjunLi 11503ed
chore: render system bytecode by go:embed (#2201)
j75689 b4fb2f6
fix: print value instead of pointer in ConfigCompatError (#2391)
buddh0 837de88
cmd/geth: fix importBlock (#2244)
weiihann 90eb5b3
fix: trieJournal format compatible old db format (#2395)
jingjunLi cbcd26c
fix: no import blocks before or equal to the finalized height (#2398)
buddh0 5cc253a
fix: NPE (#2403)
irrun fb435eb
fix: allow fast node to rewind after abnormal shutdown (#2401)
buddh0 c0afdc9
core: separated databases for block data (#2227)
jingjunLi fe1fff8
chore: fix some typos in comments (#2399)
TechVest 3b7f0e4
cmd, p2p: filter peers by regex on name (#2404)
weiihann 4b54601
chore: fix some typos in comments (#2408)
careworry d653cda
feat: adaptive for loading journal file or journal kv during loadJour…
jingjunLi 14023fa
fix: wrong way to get blob tx sidecar in `BidRuntime.commitTransactio…
pythonberg1997 182c841
fix: fix function names (#2416)
forcedebug 2a0e399
Revert "fix: wrong way to get blob tx sidecar in `BidRuntime.commitTr…
irrun 7cab9c6
eth/gasprice: add query limit to defend DDOS attack (#2423)
zlacfzy 31d92c5
chore: add metric & log for blobTx; (#2428)
galaio 6573254
fix: adapt journal for cmd (#2425)
jingjunLi ba67263
feat: recommit bid when newBidCh is empty to maximize mev reward (#2424)
irrun 9e17097
fix: oom caused by non-discarded mev simulation env (#2430)
irrun 9d8df91
metrics: add doublesign counter (#2419)
emailtovamos e55028d
metrics: refine the double sign detect code
zzzckck e32fcf5
Revert "github: add branch protect rule (#2343)"
zzzckck 0567715
release: prepare for release v1.4.6
zzzckck 43b2ffa
Merge pull request #2427 from bnb-chain/develop
zzzckck 3b33b87
Merge tag 'v1.4.6' into re/merge-v1.4.6
irrun 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
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,3 +1,21 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
* @zzzckck @zjubfd | ||
accounts/usbwallet @karalabe | ||
accounts/scwallet @gballet | ||
accounts/abi @gballet @MariusVanDerWijden | ||
cmd/clef @holiman | ||
consensus @karalabe | ||
core/ @karalabe @holiman @rjl493456442 | ||
eth/ @karalabe @holiman @rjl493456442 | ||
eth/catalyst/ @gballet | ||
eth/tracers/ @s1na | ||
graphql/ @s1na | ||
les/ @zsfelfoldi @rjl493456442 | ||
light/ @zsfelfoldi @rjl493456442 | ||
node/ @fjl | ||
p2p/ @fjl @zsfelfoldi | ||
rpc/ @fjl @holiman | ||
p2p/simulations @fjl | ||
p2p/protocols @fjl | ||
p2p/testing @fjl | ||
signer/ @holiman |
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
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
Oops, something went wrong.
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.
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.
No need to change this