Skip to content
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

Update geth version to 1.9.25 #16

Merged
merged 1,904 commits into from
Apr 7, 2021
Merged
Changes from 2 commits
Commits
Show all changes
1904 commits
Select commit Hold shift + click to select a range
7afdf79
params: update CHTs for v1.9.19
karalabe Aug 11, 2020
74925e5
Merge pull request #21437 from karalabe/cht-1.9.19
karalabe Aug 11, 2020
3e06419
params: release Geth v1.9.19
karalabe Aug 11, 2020
04926db
params: begin v1.9.20 release cycle
karalabe Aug 11, 2020
54add42
cmd/geth/tests: try to fix spurious travis failure in les tests (#21410)
holiman Aug 14, 2020
f3bafec
metrics: make meter updates lock-free (#21446)
MariusVanDerWijden Aug 18, 2020
2ff464b
core/state: fixed some comments (#21450)
Neurone Aug 19, 2020
32b078d
build: drop disco, enable groovy on Ubuntu PPAs
karalabe Aug 19, 2020
560d444
Merge pull request #21461 from karalabe/ppa-drop-disco
karalabe Aug 19, 2020
7ebc6c4
cmd/evm: statet8n output folder + tx hashes on trace filenames (#21406)
holiman Aug 19, 2020
0bdd295
core: more detailed metering for reorgs (#21420)
MariusVanDerWijden Aug 20, 2020
8cbdc86
core: define and test chain rewind corner cases (#21409)
karalabe Aug 20, 2020
15fdaf2
travis, dockerfile, appveyor, build: bump to Go 1.15
karalabe Aug 20, 2020
a70a79b
Merge pull request #21466 from karalabe/go1.15
karalabe Aug 20, 2020
4e54b1a
metrics: zero temp variable in updateMeter (#21470)
MariusVanDerWijden Aug 21, 2020
9f7b79a
eth/downloader: fix rollback issue on short chains
holiman Aug 21, 2020
b68929c
Merge pull request #21472 from holiman/fix_dltest_fail
karalabe Aug 21, 2020
87c0ba9
core, eth, les, trie: add a prefix to contract code (#21080)
rjl493456442 Aug 21, 2020
1b5a867
core: do less lookups when writing fast-sync block bodies (#21468)
holiman Aug 22, 2020
0f4e7c9
eth: utilize sync bloom for getNodeData (#21445)
holiman Aug 24, 2020
3ee91b9
core/state/snapshot: reduce disk layer depth during generation
karalabe Aug 24, 2020
bdde616
Merge pull request #21477 from karalabe/snapshotter-shallow-generator
karalabe Aug 24, 2020
7b5107b
p2p/discover: avoid dropping unverified nodes when table is almost em…
timcooijmans Aug 24, 2020
5655dce
core/rawdb: only complain loudly if truncating many items
karalabe Aug 25, 2020
d13b8e5
Merge pull request #21483 from karalabe/freezer-truncate-silent
karalabe Aug 25, 2020
341f451
graphql: add support for retrieving the chain id (#21451)
islishude Aug 25, 2020
ce5f949
params: update CHTs for v1.9.20 release
karalabe Aug 25, 2020
63a9d4b
Merge pull request #21486 from karalabe/cht-1.9.20
karalabe Aug 25, 2020
979fc96
params: release Geth v1.9.20
fjl Aug 25, 2020
fc20680
params: begin v1.9.21 release cycle
fjl Aug 25, 2020
92b12ee
accounts/abi/bind/backends: Disallow AdjustTime for non-empty blocks …
MariusVanDerWijden Aug 26, 2020
d8da0b3
core/state, eth, trie: stabilize memory use, fix memory leak
karalabe Aug 26, 2020
16d7eae
eth: updated comments (#21490)
MariusVanDerWijden Aug 26, 2020
856307d
go.mod | goleveldb latest update (#21448)
ucwong Aug 26, 2020
d97e006
Merge pull request #21491 from karalabe/state-sync-leak-fix
karalabe Aug 27, 2020
05280a7
eth/tracers: revert reason in call_tracer + error for failed internal…
libotony Aug 27, 2020
5883afb
rpc: fix issue with null JSON-RPC messages (#21497)
fjl Aug 28, 2020
12d8570
accounts/abi: fix a bug in getTypeSize method (#21501)
tofudfy Sep 1, 2020
ff23e26
internal: fix personal.sign() (#21503)
de1acr0ix Sep 1, 2020
5cdb476
"Downloader queue stats" is now provided once per minute (#21455)
Neurone Sep 1, 2020
d90bbce
go.mod : update goja dependency (#21432)
ucwong Sep 1, 2020
3010f9f
eth/downloader: change intial download size (#21366)
holiman Sep 2, 2020
eeaf191
core, eth, trie: prepare trie sync for path based operation
karalabe Aug 28, 2020
f86324e
Merge pull request #21504 from karalabe/trie-path-sync
karalabe Sep 2, 2020
de971cc
eth: added trace_call to trace on top of arbitrary blocks (#21338)
MariusVanDerWijden Sep 7, 2020
c5d28f0
accounts: abi/bid/backends; cleaned doc errors, camelCase refactors a…
muse254 Sep 7, 2020
d54f2f2
whisper: remove whisper (#21487)
gballet Sep 8, 2020
8327d1f
accounts/usbwallet, signer/core: show accounts from ledger legacy der…
holiman Sep 8, 2020
066c755
build: remove wnode from the list of packages binaries (#21526)
gballet Sep 8, 2020
86bcbb0
.github: remove whisper from CODEOWNERS (#21527)
gballet Sep 8, 2020
dc681fc
params: update CHTs for v1.9.21 release
karalabe Sep 9, 2020
24562d9
Merge pull request #21534 from karalabe/cht-1.9.21
karalabe Sep 9, 2020
0287d54
params: release Geth v1.9.21
karalabe Sep 9, 2020
8d35b1e
params: begin v1.9.22 release cycle
karalabe Sep 9, 2020
367f12f
eth/downloader: only roll back light sync if not fully validating
karalabe Sep 9, 2020
d81c9d9
accounts/abi/bind/backends: reverted some stylistic changes (#21535)
MariusVanDerWijden Sep 9, 2020
3a98c6f
Merge pull request #21537 from karalabe/les-reorg-fix
karalabe Sep 9, 2020
328901c
cmd, eth: offer maxprice flag for overwritting price cap (#21531)
rjl493456442 Sep 9, 2020
a3cd8a0
core/vm: fix benchmark overflow + prep for precompile repricings (#21…
holiman Sep 10, 2020
4ea9737
go.mod: remove golang.org/x/sync (#21541)
islishude Sep 10, 2020
1167639
ethclient: add BlockNumber method (#21500)
sosedoff Sep 10, 2020
d7f02b4
cmd/geth: print warning when whisper config is present in toml (#21544)
gballet Sep 10, 2020
7cf56d6
miner: use channels instead of atomics in update loop (#21536)
MariusVanDerWijden Sep 10, 2020
df219e2
miner: fix regression, add test for starting while download (#21547)
MariusVanDerWijden Sep 11, 2020
4e26413
p2p/discover: fix typo in comments (#21554)
gballet Sep 11, 2020
a99ac53
Dockerfile: unexpose port 8547 as GraphQL was merged into HTTP endpoi…
islishude Sep 13, 2020
4eb9296
p2p/nodestate: ensure correct callback order (#21436)
zsfelfoldi Sep 14, 2020
71c37d8
js/tracers: make calltracer report value in selfdestructs (#21549)
Sep 14, 2020
f7112cc
rlp: add SplitUint64 (#21563)
fjl Sep 14, 2020
4996fce
les, les/lespay/server: refactor client pool (#21236)
zsfelfoldi Sep 14, 2020
b65c384
eth/tracers: regenerate assets from #21549 (#21564)
holiman Sep 15, 2020
4764b2f
COYPING: restore the full text text of GPL (#21568)
kirelagin Sep 15, 2020
0185ee0
core/rawdb: single point of maintenance for writing and deleting tx l…
Neurone Sep 15, 2020
cf2a77a
ethclient: fix BlockNumber (#21565)
masonforest Sep 15, 2020
8696dd3
params: allow setting Petersburg block before chain head (#21473)
vdamle Sep 16, 2020
93f0470
les/lespay/server: bump database version (#21571)
rjl493456442 Sep 16, 2020
89884dc
tests/fuzzers/abi: add fuzzer for fuzzing package accounts/abi (#21217)
MariusVanDerWijden Sep 16, 2020
faba018
cmd/utils: use preconfigured testnet flags instead of networkid (#21561)
MariusVanDerWijden Sep 16, 2020
07751c3
cmd/geth: added counters to the geth inspect report (#21495)
Neurone Sep 17, 2020
fb835c0
eth/downloader: dynamically move pivot even during chain sync
karalabe Sep 8, 2020
2482ba0
Merge pull request #21529 from karalabe/dynamic-pivot
karalabe Sep 18, 2020
f354c62
core: fix a typo in comment (#21439)
gballet Sep 18, 2020
9a39c6b
accounts/abi: improve documentation and names (#21540)
muse254 Sep 20, 2020
2c097bb
mobile: better api for java users (#21580)
MariusVanDerWijden Sep 21, 2020
129cf07
p2p: move rlpx into separate package (#21464)
renaynay Sep 22, 2020
fdb7424
cmd/clef, cmd/geth: use SplitAndTrim from cmd/utils (#21579)
binacs Sep 22, 2020
e1365b2
trie: fix gaped range proof test case (#21484)
rjl493456442 Sep 23, 2020
25b1608
trie: support empty range proof (#21199)
rjl493456442 Sep 23, 2020
0921f8a
internal/ethapi: add optional parameter blockNrOrHash to estimateGas …
MariusVanDerWijden Sep 23, 2020
e5defcc
trie: extend range proof (#21250)
rjl493456442 Sep 23, 2020
c154442
internal/ethapi: fix nil deref + fix estimateGas console bindings (#2…
MariusVanDerWijden Sep 23, 2020
a25899f
cmd/devp2p: add eth protocol test suite (#21598)
renaynay Sep 23, 2020
39f8268
cmd/devp2p/internal/ethtest: update version in handshake (#21603)
renaynay Sep 23, 2020
fdd42d4
cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)
renaynay Sep 24, 2020
b5d362b
params: update CHTs for Geth v1.9.22
karalabe Sep 28, 2020
7ddb44b
Merge pull request #21635 from karalabe/cht-1.9.22
karalabe Sep 28, 2020
c71a7e2
params: release Geth v1.9.22
karalabe Sep 28, 2020
c995914
params: begin v1.9.23 release cycle
karalabe Sep 28, 2020
420b786
accounts/abi: ABI explicit difference between Unpack and UnpackIntoIn…
MariusVanDerWijden Sep 28, 2020
a90e645
mobile: added constructor for big int (#21597)
MariusVanDerWijden Sep 28, 2020
0ddd461
core/vm, params: make 2200 in line with spec (#21605)
holiman Sep 28, 2020
eebfb13
core: free pointer from slice after popping element from price heap (…
aaronbuchwald Sep 28, 2020
a04294d
internal/web3ext: improve eth_getBlockByNumber and eth_getBlockByHash…
mrFranklin Sep 28, 2020
b007df8
light: fix wrong description in a comment (#21573)
azuchi Sep 28, 2020
6660929
p2p/enode: remove unused code (#21612)
mrFranklin Sep 28, 2020
901471f
build: keep geth-sources.jar build result for JavaDoc (#21596)
MariusVanDerWijden Sep 28, 2020
4ee11b0
cmd/bootnode,internal/debug: fix some comments (#21623)
mrFranklin Sep 29, 2020
6c8310e
trie: use stacktrie for Derivesha operation (#21407)
gballet Sep 29, 2020
dad2658
accounts, signer: implement gnosis safe support (#21593)
holiman Sep 29, 2020
053ed9c
trie: polishes to trie committer (#21351)
rjl493456442 Sep 30, 2020
9d1e202
trie: add Commit-sequence tests for stacktrie commit (#21643)
holiman Sep 30, 2020
a15d71a
core/state/snapshot: stop generator if it hits missing trie nodes (#2…
karalabe Oct 5, 2020
d9890a6
cmd/faucet: enable DNS discovery for known networks (#21636)
fjl Oct 5, 2020
2b2fd74
params: update goerli testnet bootnodes (#21659)
q9f Oct 6, 2020
eb87121
core/bloombits: faster generator (#21625)
holiman Oct 6, 2020
e43d827
core/types: optimize bloom filters (#21624)
holiman Oct 6, 2020
716864d
cmd/devp2p/internal/ethtest: improve eth test suite (#21615)
renaynay Oct 7, 2020
015e789
node: relax websocket connection header check (#21646)
fjl Oct 7, 2020
6d29e19
signer/core: don't mismatch reject and no accounts (#21677)
holiman Oct 8, 2020
5e86e4e
p2p/discover: remove use of shared hash instance for key derivation (…
fjl Oct 8, 2020
43cd31e
core/vm: dedup config check in markdown logger (#21655)
gballet Oct 8, 2020
905ed10
eth/downloader: fix data race around the ancientlimit (#21681)
rjl493456442 Oct 9, 2020
19a1c95
eth/downloader: cache parent hash instead of recomputing (#21678)
MariusVanDerWijden Oct 9, 2020
706f5e3
core: fix txpool off-by-one error (#21683)
holiman Oct 9, 2020
86dd005
trie: polish commit function (#21692)
rjl493456442 Oct 12, 2020
66c3eb2
accouts, consensus, core: fix some comments (#21617)
mrFranklin Oct 12, 2020
32341f8
console: fix admin.sleepBlocks (#21629)
de1acr0ix Oct 13, 2020
c37e68e
all: replace RWMutex with Mutex in places where RLock is not used (#2…
mrFranklin Oct 13, 2020
94d1f58
consensus/clique: unexport calcDifficulty and improve comment (#21619)
mrFranklin Oct 13, 2020
348c3bc
trie: fix flaw in stacktrie pool reuse (#21699)
holiman Oct 13, 2020
5c6155f
internal/web3ext: improve some web3 apis (#21639)
mrFranklin Oct 13, 2020
7a5a822
eth, p2p: use truncated names (#21698)
holiman Oct 13, 2020
2a9ea6b
cmd/geth, cmd/utils: fixed flags name (#21700)
Neurone Oct 13, 2020
1e10489
miner: don't interrupt mining after successful sync (#21701)
holiman Oct 13, 2020
1fed223
accounts/keystore: fix flaky test (#21703)
MariusVanDerWijden Oct 13, 2020
bdc7554
params: update CHTs (#21706)
rjl493456442 Oct 14, 2020
4eb01b2
miner: set etherbase even if mining isn't possible at the moment (#21…
holiman Oct 14, 2020
524aaf5
p2p/discover: implement v5.1 wire protocol (#21647)
fjl Oct 14, 2020
8c2f271
params: go-ethereum v1.9.23 stable
fjl Oct 15, 2020
51d026c
params: begin v1.9.24 release cycle
fjl Oct 15, 2020
b305591
core/vm: marshall returnData as hexstring in trace logs (#21715)
MariusVanDerWijden Oct 16, 2020
cef3e2d
console: don't exit on ctrl-c, only on ctrl-d (#21660)
renaynay Oct 20, 2020
6e71371
miner: fixed race condition in tests (#21664)
MariusVanDerWijden Oct 20, 2020
9d25f34
core: track and improve tx indexing/unindexing (#21331)
rjl493456442 Oct 20, 2020
3e82c9e
eth/api: fix potential nil deref in AccountRange (#21710)
aaronbuchwald Oct 20, 2020
85d81b2
les: remove clientPeerSet and serverSet (#21566)
zsfelfoldi Oct 21, 2020
91c4607
core: fix blockchain insert report time interval calculation (#21723)
hwanjo Oct 21, 2020
fb2c79d
accounts/usbwallet: fix ledger version check (#21733)
svenski123 Oct 21, 2020
6487c00
all: implement EIP-2929 (gas cost increases for state access opcodes)…
holiman Oct 23, 2020
95f720f
cmd/devp2p/internal/ethtest: update test chain (#21742)
fjl Oct 23, 2020
f5182c7
utils, params: add yolov2 bootnode
holiman Oct 23, 2020
8a94aa9
Merge pull request #21745 from holiman/yolov2_bootnodes
karalabe Oct 23, 2020
68ac4eb
params: update yolov2 bootnode with elastic ip
holiman Oct 23, 2020
7b748e5
Merge pull request #21747 from holiman/yolov2update
karalabe Oct 23, 2020
1a55e20
cmd/geth: fix dir path in geth attach for yolov2 network (#21749)
prestwich Oct 26, 2020
296a27d
accounts/abi/bind: restore error functionality (#21743)
MariusVanDerWijden Oct 27, 2020
18145ad
core/state: maintain one more diff layer (#21730)
rjl493456442 Oct 28, 2020
43c278c
core/state: disable snapshot iteration if it's not fully constructed …
rjl493456442 Oct 28, 2020
b63e3c3
core: improve snapshot journal recovery (#21594)
rjl493456442 Oct 29, 2020
b63bffe
les, p2p/simulations/adapters: fix issues found while simulating les …
rjl493456442 Oct 30, 2020
3eebf34
common: remove ToHex and ToHexArray (#21610)
MariusVanDerWijden Nov 4, 2020
e640267
core/state/snapshot: fix journal recovery from generating old journal…
rjl493456442 Nov 4, 2020
5d20fbb
cmd/devp2p, internal/utesting: implement TAP output (#21760)
fjl Nov 4, 2020
36bb7ac
cmd/devp2p/internal/ethtest: add correct chain files and improve test…
renaynay Nov 4, 2020
175506e
core/types, rlp: optimize derivesha (#21728)
holiman Nov 4, 2020
6cfe494
build: stop verbose output to keep travis from overflowing
karalabe Nov 5, 2020
97fc1c3
Merge pull request #21787 from karalabe/pod-non-verbose
karalabe Nov 5, 2020
81ff700
consensus/ethash: fix the percentage progress report
holiman Nov 9, 2020
7b7b327
core/state/snapshot: update generator marker in sync with flushes
karalabe Nov 9, 2020
8167897
trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (…
holiman Nov 9, 2020
eb694ea
travis: drop Go 1.13 builders as it's not supported any more
karalabe Nov 9, 2020
1143dc6
build: stop building for Ubuntu Eoan, not supported any more
karalabe Nov 9, 2020
9e688fb
Merge pull request #21806 from karalabe/deprecate-eoan
karalabe Nov 9, 2020
040928d
Merge pull request #21805 from karalabe/travis-drop-1.13
karalabe Nov 9, 2020
7c30f4d
Merge pull request #21804 from karalabe/snapshot-marker-sync
karalabe Nov 9, 2020
0c34eae
Merge pull request #21803 from holiman/ethash
karalabe Nov 9, 2020
c52dfd5
p2p/simulations/adapters/exec: fix some issues (#21801)
rjl493456442 Nov 10, 2020
941d8b5
scripts: create oss-fuzz script in go-ethereum (#21808)
holiman Nov 10, 2020
70868b1
fuzzers: removed fuzzbuzz configuration (#21813)
MariusVanDerWijden Nov 10, 2020
27d93c1
build: add -dlgo flag in ci.go (#21824)
fjl Nov 11, 2020
d990df9
consensus/ethash: use 64bit indexes for the DAG generation (#21793)
slavikus Nov 11, 2020
d494074
build: fix regressions with the -dlgo change (#21831)
fjl Nov 11, 2020
920a287
.travis.yml: move test builders after install builders (#21833)
fjl Nov 11, 2020
cc05b05
params: release Geth v1.9.24 with Go 1.15.5 (#21842)
karalabe Nov 12, 2020
919229d
params: begin v1.9.25 release cycle
fjl Nov 12, 2020
a19b423
crypto/bn256: improve bn256 fuzzer (#21815)
holiman Nov 13, 2020
9ded4e3
crypto/bn256: better comments for u, P and Order (#21836)
MariusVanDerWijden Nov 13, 2020
0703c91
tests/fuzzers: improve the fuzzers (#21829)
holiman Nov 13, 2020
6f4cccf
core/vm, protocol_params: implement eip-2565 modexp repricing (#21607)
holiman Nov 13, 2020
2045a2b
core, all: split vm.Context into BlockContext and TxContext (#21672)
MariusVanDerWijden Nov 13, 2020
cf856ea
accounts/abi: template: set events Raw field in Parse methods (#21807)
nfeignon Nov 13, 2020
92c56eb
common: fix documentation of Address.SetBytes (#21814)
PascalDierich Nov 16, 2020
1ea7537
crypto/bn256: refine comments according to #19577, #21595, and #21836…
SadPencil Nov 17, 2020
844485e
consensus/ethash: fix usage of *reflect.SliceHeader (#21372)
prestonvanloon Nov 17, 2020
d513584
cmd/geth: remove retesteth
holiman Nov 17, 2020
db87223
crypto/secp256k1: add checking z sign in affineFromJacobian (#18419)
hbakhtiyor Nov 17, 2020
6b98580
cmd/geth: improve les test on windows (#21860)
holiman Nov 17, 2020
23524f8
all: disable recording preimage of trie keys (#21402)
rjl493456442 Nov 18, 2020
b9ff57c
metrics: fix the panic for reading empty cpu stats (#21864)
rjl493456442 Nov 18, 2020
2808046
Merge pull request #21861 from holiman/remove_retesteth
karalabe Nov 19, 2020
f1e1d9f
node: support expressive origin rules in ws.origins (#21481)
wbt Nov 19, 2020
6f88d65
trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixe…
holiman Nov 19, 2020
ebb9591
crypto/bn256: fix bn256Mul fuzzer to not hang on large input (#21872)
holiman Nov 20, 2020
3ef5277
p2p: avoid spinning loop on out-of-handles (#21878)
holiman Nov 20, 2020
bddf5aa
les/utils: protect against WeightedRandomSelect overflow (#21839)
zsfelfoldi Nov 23, 2020
f6e1aed
github: Add new style of issue-templates
ligi Nov 23, 2020
6104ab6
tests/fuzzers/bls1381: add bls fuzzer (#21796)
holiman Nov 23, 2020
ead8146
Merge pull request #21890 from ligi/issue_templates
karalabe Nov 23, 2020
6b58409
cmd/faucet: improve handling of facebook post url (#21838)
LieutenantRoger Nov 24, 2020
bddd103
les: fix GetProofsV2 bug (#21896)
zsfelfoldi Nov 24, 2020
7e7a3f0
github: Remove vulnerability.md (#21894)
ligi Nov 24, 2020
59b480a
cmd/devp2p/internal/ethtest: add 'large announcement' tests (#21792)
MariusVanDerWijden Nov 24, 2020
29efe1f
core/types: fixed typo (#21897)
MariusVanDerWijden Nov 25, 2020
c92faee
all: simplify nested complexity and if blocks ending with a return st…
alexprut Nov 25, 2020
f59ed35
graphql: always return 400 if errors are present in the response (#21…
atoulme Nov 25, 2020
810f9e0
all: remove redundant conversions and import names (#21903)
alexprut Nov 25, 2020
429e714
p2p/discover: fix deadlock in discv5 message dispatch (#21858)
nisdas Nov 25, 2020
fa572cd
crypto: signing builds with signify/minisign (#21798)
gballet Nov 27, 2020
b71334a
accounts, signer: fix Ledger Live account derivation path (clef) (#21…
svenski123 Nov 29, 2020
566cb4c
accounts/keystore: add missing function doc for SignText (#21914)
pmerkleplant Nov 30, 2020
aba0c23
cmd/geth: make tests run quicker + use less memory and disk (#21919)
holiman Nov 30, 2020
a1ddd9e
cmd/devp2p/internal/ethtest: add transaction tests (#21857)
MariusVanDerWijden Nov 30, 2020
e7db1db
p2p/nodestate: fix deadlock during shutdown of les server (#21927)
holiman Nov 30, 2020
a2795c8
les: fix nodiscover option (#21906)
zsfelfoldi Dec 1, 2020
908c180
params: update CHTs (#21941)
rjl493456442 Dec 2, 2020
e9e86ae
eth: fix error in tracing if reexec is set (#21830)
holiman Dec 2, 2020
0b2f144
go.mod: update github.com/golang/snappy(#21934)
holiman Dec 2, 2020
d7a64dc
cmd/devp2p: add node filter for snap + fix arg error (#21950)
holiman Dec 3, 2020
62cedb3
core/vm/runtime: remove duplicated line (#21956)
ziogaschr Dec 4, 2020
7770e41
core: improve contextual information on core errors (#21869)
holiman Dec 4, 2020
15339cf
cmd/geth: implement vulnerability check (#21859)
holiman Dec 4, 2020
581c028
les: cosmetic rewrite of the arm64 float bug workaround (#21960)
gballet Dec 7, 2020
6a4e730
crypto/secp256k1: add workaround for go mod vendor (#21735)
steveruckdashel Dec 8, 2020
ed0670c
accounts/abi/bind: allow specifying signer on transactOpts (#21356)
MariusVanDerWijden Dec 8, 2020
bd848aa
common: improve printing of Hash and Address (#21834)
lobatt Dec 8, 2020
40b6ccf
core,les: headerchain import in batches (#21471)
holiman Dec 9, 2020
915643a
cmd/geth: add test to verify regexps in version check (#21962)
holiman Dec 9, 2020
f935b1d
crypto/signify, build: fix archive signing with signify (#21977)
fjl Dec 9, 2020
817a3fb
p2p/enode: avoid crashing for invalid IP (#21981)
fjl Dec 9, 2020
9f6bb49
les, light: remove untrusted header retrieval in ODR (#21907)
rjl493456442 Dec 10, 2020
b44f24e
core, trie: speed up some tests with quadratic processing flaw (#21987)
holiman Dec 10, 2020
0045410
les: introduce forkID (#21974)
rjl493456442 Dec 10, 2020
1d1f5fe
build: upgrade to Go 1.15.6 (#21986)
fjl Dec 11, 2020
e787272
params: go-ethereum v1.9.25 stable
fjl Dec 11, 2020
d31a99f
Merge branch 'release/1.9' of https://github.com/ethereum/go-ethereum…
czhang-nbai Apr 7, 2021
4c447a9
update README.md
czhang-nbai Apr 7, 2021
b3d439a
update Makefile
czhang-nbai Apr 7, 2021
f1627ce
add mining node as bootnode
czhang-nbai Apr 7, 2021
b0a2fa3
Merge branch 'release-1.0' of https://github.com/czhang-nbai/nbai-node
czhang-nbai Apr 7, 2021
390b183
Merge branch 'merge_v1.9' of https://github.com/czhang-nbai/nbai-node
czhang-nbai Apr 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ var (

// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint = &TrustedCheckpoint{
SectionIndex: 323,
SectionHead: common.HexToHash("0x2cab24d8502fb936799e4775c43b66eaec2981c9458f4676129b38bbd535a061"),
CHTRoot: common.HexToHash("0x30e9008a3e038a0e6b6d93cfc1726bdfdc40590a75e6dbe4feeafee2d7281ae6"),
BloomRoot: common.HexToHash("0x0fa8b4a19b77a454d1994864520bb8b427c829ac76967956c4ddddefe0407bf1"),
SectionIndex: 326,
SectionHead: common.HexToHash("0xbdec9f7056159360d64d6488ee11a0db574a67757cddd6fffd6719121d5733a5"),
CHTRoot: common.HexToHash("0xf9d2617f8e038b824a256025f01af3b3da681987df29dbfe718ad4c6c8a0875d"),
BloomRoot: common.HexToHash("0x712016984cfb66c165fdaf05c6a4aa89f08e4bb66fa77b199f2878fff4232d78"),
}

// MainnetCheckpointOracle contains a set of configs for the main network oracle.
Expand Down Expand Up @@ -112,10 +112,10 @@ var (

// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
RopstenTrustedCheckpoint = &TrustedCheckpoint{
SectionIndex: 257,
SectionHead: common.HexToHash("0x2193034371f50352e412a763b14d53ffafbb5b9c12d1835516fb04f5a3498a9c"),
CHTRoot: common.HexToHash("0x9a4601d7893e469f4987a3ac9450b4953ca7302689770d1840542a3fe0a8c7c1"),
BloomRoot: common.HexToHash("0x198d72f8a47694682367981ae8d9988d6b30c4f433425399726dc53357a79e6f"),
SectionIndex: 260,
SectionHead: common.HexToHash("0xdcf714d033b8be3f0786515649d76e526157f811e5ae89c59dbfd53029d0d165"),
CHTRoot: common.HexToHash("0x987759454d404cd393a6a7743da64610076f167e989ec2cf9e0c0be6578d1304"),
BloomRoot: common.HexToHash("0xb8ee6d34cc30d61410717e2dc1af3294bc056f4b32a5eed5f6f386a8c1daa2b1"),
}

// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
Expand Down Expand Up @@ -154,10 +154,10 @@ var (

// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint = &TrustedCheckpoint{
SectionIndex: 212,
SectionHead: common.HexToHash("0x47494484fe9696dfc7a351575b6b333566c79d2fad2a1f586165f58f3c2a553b"),
CHTRoot: common.HexToHash("0x6ec314ba06ce6e46c1be675dabbabc6fae464d394253e1647ba73480eb46d11d"),
BloomRoot: common.HexToHash("0x4ad93f0ddbe55baae629853971c6fd0de201ddef9f04892c05a1258fbacc88ca"),
SectionIndex: 214,
SectionHead: common.HexToHash("0x297b4daf21db636e76555c9d3e302d79a8efe3a3434143b9bcf61187ce8abcb1"),
CHTRoot: common.HexToHash("0x602044234a4ba8534286240200cde6e5797ae40151cbdd2dbf8eb8c0486a2c63"),
BloomRoot: common.HexToHash("0x9ccf6840ecc541b290c7b9f19edcba3e5f39206b05cd4ae5a7754040783d47d9"),
}

// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
Expand Down Expand Up @@ -194,10 +194,10 @@ var (

// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint = &TrustedCheckpoint{
SectionIndex: 96,
SectionHead: common.HexToHash("0xa038699854f0aa1624da55646e0219df4e319738319e65c38a270edcb7819a2a"),
CHTRoot: common.HexToHash("0x388fd4c8b58b76b76c2575211f5a6b83bce2be7ce628a750f67e4853680fa76a"),
BloomRoot: common.HexToHash("0xa8a61388f1240ea1d32413be1bdb056352c13e59278b6b31467bca77fb903fbc"),
SectionIndex: 99,
SectionHead: common.HexToHash("0xc9f09369acd657d5f77e6a389a68f673bf909ad98c269800c08229d75c1a90e3"),
CHTRoot: common.HexToHash("0x523218630348e98fa9f4e7fc3054aff717982d79c700cbecf5730c1479f21c6e"),
BloomRoot: common.HexToHash("0x75219ad4a3ec4682b89dd248ee56b52ef26fe577a426f4813297550deb5c4cb2"),
}

// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
Expand Down