brion
be2f92bdc7
Merge branch 'debank' into multicall
2022-12-20 01:54:51 +08:00
brion
39a9e05c88
update
2022-12-20 01:39:36 +08:00
brion
21920416e8
update
2022-12-20 01:12:42 +08:00
brion
c7e7267ece
update
2022-12-20 01:03:11 +08:00
brion
98a30d9d43
update
2022-12-20 00:54:32 +08:00
brion
052ade3c8d
update
2022-12-20 00:40:27 +08:00
brion
a04e57e42a
fix type error
2022-12-20 00:33:34 +08:00
brion
6fc7bc6c3e
support get native token balance from multicall
2022-12-19 23:30:37 +08:00
brion
516f98e356
adjust implementation
2022-12-19 11:40:00 +08:00
brion
a05606e0a6
support eth_multiCall and rpc cache
2022-11-16 11:21:16 +08:00
0xfade
df4530d578
Merge pull request #46 from DeBankDeFi/merge_upstream
...
Merge upstream v1.10.26 to debank
2022-11-08 12:48:18 +08:00
barryz
a1b8741ea5
Merge tag 'v1.10.26' into merge_upstream
2022-11-08 11:11:39 +08:00
Felix Lange
e5eb32acee
params: release geth v1.10.26 stable
2022-11-03 11:59:33 +01:00
Jordan Krage
211dbb7197
rpc: handle wrong HTTP batch response length ( #26064 )
2022-11-03 01:15:36 +01:00
Martin Holst Swende
27600a5b84
eth/filters: change filter block to be by-ref ( #26054 )
...
This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
2022-11-03 01:15:36 +01:00
Péter Szilágyi
99bbb33701
eth: fix a rare datarace on CHT challenge reply / shutdown ( #25831 )
2022-11-03 01:15:27 +01:00
Péter Szilágyi
a32e69a28c
trie: check childrens' existence concurrently for snap heal ( #25694 )
2022-11-03 01:15:11 +01:00
Péter Szilágyi
937ea491f9
eth/protocols/snap: throttle trie heal requests when peers DoS us ( #25666 )
...
* eth/protocols/snap: throttle trie heal requests when peers DoS us
* eth/protocols/snap: lower heal throttle log to debug
Co-authored-by: Martin Holst Swende <martin@swende.se>
* eth/protocols/snap: fix comment
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-11-03 01:15:11 +01:00
Martin Holst Swende
85e469f787
eth/protocols/snap: fix problems due to idle-but-busy peers ( #25651 )
2022-11-03 01:14:47 +01:00
Zhang Guyu
aedf42a155
feat: gasUsed use result.UsedGas ( #45 )
2022-10-11 11:49:11 +08:00
cifer76
69c7e7b917
Merge pull request #43 from DeBankDeFi/fixhang
...
fix bloombits goroutine leak
2022-09-23 09:32:53 +08:00
Brion L
08c60f5978
update
2022-09-21 15:33:16 +08:00
Brion L
55370ce833
fix bloombits deadlock
2022-09-21 15:33:16 +08:00
Brion L
9b5443e9bd
update
2022-09-20 23:04:01 +08:00
Brion L
b3acf83e33
fix bloombits deadlock
2022-09-20 23:04:01 +08:00
cifer76
f10e1740ad
Merge pull request #41 from DeBankDeFi/merge_upstream
...
Merge upstream v1.10.25 to debank
2022-09-20 23:01:42 +08:00
Brion L
48d4d3bcb0
Merge tag 'v1.10.25' into merge_upstream
2022-09-19 15:06:20 +08:00
Péter Szilágyi
69568c5548
params: release Geth v1.10.25
2022-09-15 17:55:58 +02:00
Marius van der Wijden
8f61fc8b73
params: set TerminalTotalDifficultyPassed to true ( #25769 )
...
* params: set TerminalTotalDifficultyPassed to true
* Update params/config.go
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-09-15 17:54:48 +02:00
Péter Szilágyi
972007a517
Release Geth v1.10.24
2022-09-14 11:07:10 +02:00
barryz
84613dde1f
merge upstream v1.10.23 to debank
2022-09-14 16:55:10 +08:00
Sina Mahmoodi
3b41be695e
graphql: fixes missing tx logs ( #25745 )
...
* graphql: fix tx logs
* graphql: refactor test service setup
* graphql: add test for tx logs
2022-09-13 23:03:49 +02:00
Sina Mahmoodi
d0dc349fd3
graphql: return correct logs for tx ( #25612 )
...
* graphql: fix tx logs
* minor
* Use optimized search for selecting tx logs
2022-09-13 23:03:21 +02:00
Zhang Guyu
3760d68ce1
feat: gas estimateGas ( #40 )
2022-08-25 16:15:01 +08:00
Péter Szilágyi
d901d85377
params: release Geth v1.10.23
2022-08-24 12:09:02 +03:00
Péter Szilágyi
4c114af502
Merge pull request #25582 from holiman/err_handling
...
consensus/beacon: don't ignore errors
2022-08-23 22:26:33 +03:00
Péter Szilágyi
9ed10b9e48
Merge pull request #25581 from karalabe/triedb-fix-flush-order
...
core/state, trie: fix trie flush order for proper pruning
2022-08-23 22:13:33 +03:00
Martin Holst Swende
45a660a4f2
consensus/beacon: don't ignore errors
2022-08-23 20:48:50 +02:00
Péter Szilágyi
5758d1fb11
core/state, trie: fix trie flush order for proper pruning
2022-08-23 21:17:12 +03:00
Péter Szilágyi
81bd998353
core, eth/downloader: handle spurious junk bodies from racey rollbacks ( #25578 )
...
* eth/downloader: handle junkbodies/receipts in the beacon sync
* core: check for header presence when checking for blocks
2022-08-23 14:02:51 +03:00
Felix Lange
6d711f0c00
params: begin v1.10.23 release cycle
2022-08-22 10:39:52 +02:00
Felix Lange
2de49b04e5
params: release go-ethereum v1.10.22
2022-08-22 10:36:39 +02:00
Péter Szilágyi
395f3d4bf6
eth/catalyst: warn less frequently if no beacon client is available ( #25569 )
...
* eth/catalyst: warn less frequently if no beacon client is available
* eth/catalyst: tweak warning frequency a bit
* eth/catalyst: some more tweaks
* Update api.go
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-22 11:27:39 +03:00
Péter Szilágyi
02418c2fa9
Revert "eth/fetcher: don't spend too much time on transaction inclusion" ( #25567 )
...
Revert "eth/fetcher: don't spend too much time on transaction inclusion (#25524 )"
This reverts commit 0ce494b60c .
2022-08-22 10:14:56 +03:00
Zhang Guyu
4ba3e5414d
fix: remove unused log ( #39 )
2022-08-20 14:35:30 +08:00
Zhang Guyu
40b7dbbd9b
add log
2022-08-20 06:27:45 +00:00
Martin Holst Swende
0ce494b60c
eth/fetcher: don't spend too much time on transaction inclusion ( #25524 )
...
* eth/fetcher: introduce some lag in tx fetching
* eth/fetcher: change conditions a bit
* eth/fetcher: use per-batch quota check
* eth/fetcher: fix some comments
* eth/fetcher: address review concerns
* eth/fetcher: fix panic + add warn log
* eth/fetcher: fix log
* eth/fetcher: fix log
* cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests
* cmd/devp2p/internal/ethtest: fix TestLargeTxRequest
This increases the number of tx relay messages the test waits for. Since
go-ethereum now processes incoming txs in smaller batches, the
announcement messages it sends are also smaller.
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-19 16:59:36 +03:00
Felix Lange
ac7ad811b4
internal/ethapi: fix build regression ( #25555 )
2022-08-19 14:48:49 +02:00
zhiqiangxu
0865880626
accounts/abi: fix set function ( #25477 )
...
* accounts/abi: fix set function
* don't break things
* update test
2022-08-19 12:15:04 +02:00
Sina Mahmoodi
36874b63a1
eth/filters: add global block logs cache ( #25459 )
...
This adds a cache for block logs which is shared by all filters. The cache
size of is configurable using the `--cache.blocklogs` flag.
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-19 11:14:59 +02:00