-
Notifications
You must be signed in to change notification settings - Fork 206
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
Upstream merge up to 1.9.16 #1536
Merged
Merged
Changes from 2 commits
Commits
Show all changes
132 commits
Select commit
Hold shift + click to select a range
8523ad4
core: filter out txs with invalid signatures as soon as possible
duanhao0814 da06519
params: begin v1.9.16 release cycle
fjl 45b7535
cmd/ethkey: support --passwordfile in generate command (#21183)
libby 39abd92
ethstats: use timer instead of time.sleep (#20924)
ucwong cf66745
core/vm: use uint256 in EVM implementation (#20787)
chfast 80e887d
core/state: avoid escape analysis fault when accessing cached state
karalabe a0797e3
Merge pull request #21192 from karalabe/fix-escape-analysis
karalabe d5c267f
accounts/keystore: fix typo in error message (#21200)
p4u 89043cb
accounts/abi: make GetType public again (#21157)
natsukagami e9ba536
eth/downloader: fix spuriously failing tests (#21149)
holiman 4a19c0e
core, eth, internal: include read storage entries in structlog output…
rjl493456442 e30c0af
build, internal/ethapi, crypto/bls12381: fix typos (#21210)
howjmay c85fdb7
go.mod: update uint256 to 1.1.0 (#21206)
holiman 9371b2f
internal/web3ext: add missing params to debug.accountRange (#21208)
hackmod a981b60
eth/downloader: don't use defer for unlock before return (#21227)
six-days eb9d7d1
Merge pull request #21170 from duanhao0814/fix-dup-ecrecover
karalabe bcf19bc
core/rawdb: swap tailId and itemOffset for deleted items in freezer (…
zhangsoledad 56a319b
cmd, eth, internal, les: add txfee cap (#21212)
rjl493456442 e029cc6
go.mod: update snappy dependency (#21237)
ucwong 5435e0d
whisper : use timer.Ticker instead of sleep (#21240)
ucwong 3ebfeb0
core/rawdb: fix high memory usage in freezer (#21243)
AusIV 9a188c9
common/fdlimit: build on DragonflyBSD (#21241)
gballet dce533c
whisper: fix time.sleep by time.ticker in whisper_test (#21251)
ucwong 42ccb2f
p2p: measure packet throughput too, not just bandwidth
karalabe c42d139
Merge pull request #21256 from karalabe/p2p-packet-metrics
karalabe da180ba
cmd/devp2p: add commands for node key management (#21202)
fjl 23f1a0b
crypto/secp256k1: enable 128-bit int code and endomorphism optimizati…
fjl 93142e5
eth: don't block if transaction broadcast loop fails (#21255)
rjl493456442 b482423
trie: reduce allocs in insertPreimage (#21261)
MariusVanDerWijden 0c82928
core/vm: fix incorrect computation of BLS discount (#21253)
MariusVanDerWijden 413358a
cmd/geth: make import cmd exit with 1 if import errors occurred (#21244)
meowsbits 02cea23
eth: returned revert reason in traceTx (#21195)
MariusVanDerWijden c13df14
utils: fix ineffectual miner config flags (#21271)
meowsbits dd91c7c
cmd: abstract `getPassPhrase` functions into one (#21219)
binacs e376d2f
cmd/evm: add state transition tool for testing (#20958)
holiman ddeea1e
core: types: less allocations when hashing and tx handling (#21265)
MariusVanDerWijden b86b1e6
go.mod: bump gopsutil version (#21275)
gballet 1e635bd
go.mod: updated crypto deps causing build failure (#21276)
renaynay d671dbd
eth/downloader: fixes data race between synchronize and other methods…
MariusVanDerWijden ec51cbb
cmd/geth: LES priority client test (#20719)
adamschmideg 8dfd66f
rlp: avoid list header allocation in encoder (#21274)
MariusVanDerWijden af5c97a
core, txpool: less allocations when handling transactions (#21232)
MariusVanDerWijden 12867d1
rpc, internal/ethapi: default rpc gascap at 25M + better error messag…
holiman 7451fc6
internal/ethapi: default gas to maxgascap, not max int64 (#21284)
holiman 04c4e50
ethapi: don't crash when keystore-specific methods are called but ext…
holiman 07a95ce
les/checkpointoracle: don't lookup checkpoint more than once per minu…
holiman 61270e5
eth/gasprice: lighter gas price oracle for light client (#20409)
rjl493456442 490b380
cmd/geth: allow configuring metrics HTTP server on separate endpoint …
meowsbits fa01117
build/ci: handle split up listing (#21293)
holiman 6315b6f
rlp: reduce allocations for big.Int and byte array encoding (#21291)
fjl 6d8e51a
cmd, node: dump empty value config (#21296)
rjl493456442 e5871b9
cmd/clef: Update README with external v6.0.0 & internal v7.0.1 APIs (…
chris-j-h 6a48ae3
cmd/devp2p: add discv4 test suite (#21163)
adamschmideg c16967c
cmd/clef: Fix broken link in README and other minor fixes (#21303)
chris-j-h 5b1cfde
eth: increase timeout in TestBroadcastBlock (#21299)
holiman 7a556ab
go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304)
ucwong 967d8de
eth/downloader: fix peer idleness tracking when restarting state sync…
holiman bcb3087
Revert "core, txpool: less allocations when handling transactions (#2…
fjl 6ccce09
common/math: use math/bits intrinsics for Safe* (#21316)
fjl beabf95
cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests a…
renaynay feb40e3
accounts/external: remove dependency on internal/ethapi (#21319)
rjl493456442 ea3b00a
params: go-ethereum v1.9.16 stable
fjl 5d4d4e6
Merge commit '8523ad4' into hbandura/merge-upstream-1.9.16
hbandura dc7a211
Merge commit 'da06519' into hbandura/merge-upstream-1.9.16
hbandura f0bf283
Merge commit '45b7535' into hbandura/merge-upstream-1.9.16
hbandura 95d6aa4
Merge commit '39abd92' into hbandura/merge-upstream-1.9.16
hbandura 115b6ed
Merge commit 'cf66745' into hbandura/merge-upstream-1.9.16
hbandura 000c437
Merge commit '80e887d' into hbandura/merge-upstream-1.9.16
hbandura fc89fa8
Merge commit 'a0797e3' into hbandura/merge-upstream-1.9.16
hbandura ec185e1
Merge commit 'd5c267f' into hbandura/merge-upstream-1.9.16
hbandura 1c2dd15
Merge commit '89043cb' into hbandura/merge-upstream-1.9.16
hbandura 65d52ae
Remove lint warning
hbandura 8c15109
Merge commit 'e9ba536' into hbandura/merge-upstream-1.9.16
hbandura db3be27
Merge commit '4a19c0e' into hbandura/merge-upstream-1.9.16
hbandura b8c37ca
Merge commit 'e30c0af' into hbandura/merge-upstream-1.9.16
hbandura f1b572d
Merge commit 'c85fdb7' into hbandura/merge-upstream-1.9.16
hbandura f1959a7
Merge commit '9371b2f' into hbandura/merge-upstream-1.9.16
hbandura 962203f
Merge commit 'a981b60' into hbandura/merge-upstream-1.9.16
hbandura d4094cf
Merge commit 'eb9d7d1' into hbandura/merge-upstream-1.9.16
hbandura 96fbcfa
Merge commit 'bcf19bc' into hbandura/merge-upstream-1.9.16
hbandura e8cbf75
Merge commit '56a319b' into hbandura/merge-upstream-1.9.16
hbandura 8644d58
Fix error message
hbandura 815a5c9
Merge commit '5435e0d' into hbandura/merge-upstream-1.9.16
hbandura 6eaa509
Merge commit '3ebfeb0' into hbandura/merge-upstream-1.9.16
hbandura 23dec81
Merge commit '9a188c9' into hbandura/merge-upstream-1.9.16
hbandura 8b1cf76
Merge commit 'dce533c' into hbandura/merge-upstream-1.9.16
hbandura a8f2242
Merge commit '42ccb2f' into hbandura/merge-upstream-1.9.16
hbandura 76d8879
Merge commit 'c42d139' into hbandura/merge-upstream-1.9.16
hbandura 2ccdcca
Merge commit 'da180ba' into hbandura/merge-upstream-1.9.16
hbandura 97a8556
Merge commit '23f1a0b' into hbandura/merge-upstream-1.9.16
hbandura 69bf97c
Merge commit '93142e5' into hbandura/merge-upstream-1.9.16
hbandura bcad49c
Merge commit 'b482423' into hbandura/merge-upstream-1.9.16
hbandura 11da563
Merge commit '0c82928' into hbandura/merge-upstream-1.9.16
hbandura ea3049f
Merge commit '413358a' into hbandura/merge-upstream-1.9.16
hbandura 859bc7f
Merge commit '02cea23' into hbandura/merge-upstream-1.9.16
hbandura c14224e
Merge commit 'c13df14' into hbandura/merge-upstream-1.9.16
hbandura 95097a1
Merge commit 'dd91c7c' into hbandura/merge-upstream-1.9.16
hbandura fa637ff
Merge commit 'e376d2f' into hbandura/merge-upstream-1.9.16
hbandura f431aea
Merge commit 'ddeea1e' into hbandura/merge-upstream-1.9.16
hbandura 7aa5a35
Merge commit 'b86b1e6' into hbandura/merge-upstream-1.9.16
hbandura b03b296
Merge commit '1e635bd' into hbandura/merge-upstream-1.9.16
hbandura 4d97d6f
Merge commit 'd671dbd' into hbandura/merge-upstream-1.9.16
hbandura 4073a78
Merge commit 'ec51cbb' into hbandura/merge-upstream-1.9.16
hbandura da3a1de
Merge commit '8dfd66f' into hbandura/merge-upstream-1.9.16
hbandura b38dafb
Skip priority client test
hbandura f7bd67f
Merge commit 'af5c97a' into hbandura/merge-upstream-1.9.16
hbandura 6f4b23f
Merge commit '12867d1' into hbandura/merge-upstream-1.9.16
hbandura 84fe03b
Merge commit '7451fc6' into hbandura/merge-upstream-1.9.16
hbandura 249e44e
Merge commit '04c4e50' into hbandura/merge-upstream-1.9.16
hbandura 5c07222
Merge commit '07a95ce' into hbandura/merge-upstream-1.9.16
hbandura 230119d
Merge commit '61270e5' into hbandura/merge-upstream-1.9.16
hbandura 7af4144
Merge commit '490b380' into hbandura/merge-upstream-1.9.16
hbandura 2aff45f
Merge commit 'fa01117' into hbandura/merge-upstream-1.9.16
hbandura 6f94816
Merge commit '6315b6f' into hbandura/merge-upstream-1.9.16
hbandura 7f44edf
Merge commit '6d8e51a' into hbandura/merge-upstream-1.9.16
hbandura 631a661
Merge commit 'e5871b9' into hbandura/merge-upstream-1.9.16
hbandura 07ab6c9
Merge commit '6a48ae3' into hbandura/merge-upstream-1.9.16
hbandura 3ecb198
Merge commit 'c16967c' into hbandura/merge-upstream-1.9.16
hbandura e47a24f
Merge commit '5b1cfde' into hbandura/merge-upstream-1.9.16
hbandura 30fc32b
Merge commit '7a556ab' into hbandura/merge-upstream-1.9.16
hbandura b45edd4
Merge commit '967d8de' into hbandura/merge-upstream-1.9.16
hbandura d70a7f0
Merge commit 'bcb3087' into hbandura/merge-upstream-1.9.16
hbandura a9a09a2
Merge commit '6ccce09' into hbandura/merge-upstream-1.9.16
hbandura 1f93923
Merge commit 'beabf95' into hbandura/merge-upstream-1.9.16
hbandura b3481b4
Merge commit 'feb40e3' into hbandura/merge-upstream-1.9.16
hbandura 7694d1e
Merge commit 'ea3b00a' into hbandura/merge-upstream-1.9.16
hbandura 40ddf14
Add currency comparison when using RPCTxFeeCap in internal/ethapi/api.go
hbandura 8e59652
Fix flag doc
hbandura 72a85b7
Change RPCTxFeeCap to celo instead of wei
hbandura c0d414b
Merge remote-tracking branch 'origin/master' into hbandura/merge-upst…
hbandura 79ab857
Fix les priority client test
hbandura 494ffce
Merge remote-tracking branch 'origin/master' into hbandura/merge-upst…
hbandura 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 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
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.
😬
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.
funny one