Péter Szilágyi
3dc45a3e1d
params: begin v1.13.3 release cycle
2023-09-28 10:23:25 +03:00
Péter Szilágyi
dc34fe8291
params: release Geth v1.13.2
2023-09-28 10:22:09 +03:00
rjl493456442
73f5bcb75b
core, accounts, eth, trie: handle genesis state missing ( #28171 )
...
* core, accounts, eth, trie: handle genesis state missing
* core, eth, trie: polish
* core: manage txpool subscription in mainpool
* eth/backend: fix test
* cmd, eth: fix test
* core/rawdb, trie/triedb/pathdb: address comments
* eth, trie: address comments
* eth: inline the function
* eth: use synced flag
* core/txpool: revert changes in txpool
* core, eth, trie: rename functions
2023-09-28 10:00:53 +03:00
0xbstn
a081130081
core/txpool: fix typos ( #28213 )
...
fix(core/txpool): fix typos
2023-09-28 09:48:14 +08:00
bnovil
614804b33c
core/txpool: fix typos ( #28208 )
...
core/txpool:fix typos
2023-09-27 11:08:53 +08:00
rjl493456442
b85c183ea7
eth/downloader: remove header rollback mechanism ( #28147 )
...
* eth/downloader: remove rollback mechanism in downloader
* eth/downloader: remove the tests
2023-09-26 16:29:13 +03:00
Sina Mahmoodi
adb9b319c9
internal/ethapi: eth_call block parameter is optional ( #28165 )
...
So apparently in the spec the base block parameter of eth_call is optional.
I agree that "latest" is a sane default for this that most people would use.
2023-09-26 14:22:11 +02:00
Marius van der Wijden
2b7bc2c36b
eth/fetcher: allow underpriced transactions in after timeout ( #28097 )
...
This PR will allow a previously underpriced transaction back in after a timeout
of 5 minutes. This will block most transaction spam but allow for transactions to
be re-broadcasted on networks with less transaction flow.
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-09-26 13:12:44 +02:00
phenix3443
40219109b0
eth/downloader: typo in comment ( #28196 )
2023-09-26 11:59:41 +03:00
hzysvilla
4de89e92e4
core/vm: minor code formatting ( #28199 )
...
Adding a space beween function opOrigin() and opcCaller() in instruciton.go.
Adding a space beween function opkeccak256() and opAddress() in instruciton.go.
2023-09-26 11:58:01 +03:00
Andryanau Kanstantsin
4985d83b8f
ethclient: fix BlockReceipts parameter encoding ( #28087 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-09-25 23:24:20 +02:00
buddho
f6f64cc43d
cmd/utils: fix bootnodes config priority ( #28095 )
...
This fixes an issue where the --bootnodes flag was overridden by the config file.
---------
Co-authored-by: NathanBSC <Nathan.l@nodereal.io>
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-09-25 19:17:39 +02:00
Delweng
3d297fc2d7
cmd/geth: ensure db is closed before exit ( #28150 )
2023-09-25 18:28:20 +02:00
Felix Lange
c3742a9ae0
internal/debug: add --log.rotate to the logging category ( #28190 )
2023-09-25 17:02:44 +03:00
Marius van der Wijden
1fa3362ea7
core/forkid: add forkid test for holesky ( #28193 )
2023-09-25 17:02:19 +03:00
tokikuch
c2cfe35f12
core/bloombits: fix deadlock when matcher session hits an error ( #28184 )
...
When MatcherSession encounters an error, it attempts to close the session.
Closing waits for all goroutines to finish, including the 'distributor'. However, the
distributor will not exit until all requests have returned.
This patch fixes the issue by delivering the (empty) result to the distributor
before calling Close().
2023-09-25 15:35:24 +02:00
Péter Szilágyi
d051ea5e89
params: update hash for Holesky relaunch ( #28192 )
2023-09-25 16:13:56 +03:00
Péter Szilágyi
323542af50
core, params: update Holesky testnet to relaunched spec ( #28191 )
2023-09-25 16:10:23 +03:00
Arpit Temani
6dd5bf7334
fix lint
2023-09-24 20:35:28 +04:00
Arpit Temani
a45a334b7b
skip tests
2023-09-24 20:15:09 +04:00
Arpit Temani
00fc681967
fix tests
2023-09-23 22:07:49 +05:30
Arpit Temani
a0d10ec572
fix tests
2023-09-23 22:02:37 +05:30
Arpit Temani
ea2cd2dc5d
fix test
2023-09-23 16:54:27 +05:30
Arpit Temani
6134461aae
fix gomod
2023-09-23 16:28:20 +05:30
Arpit Temani
08b4937cb6
fix lint
2023-09-23 16:26:23 +05:30
Arpit Temani
c763560f88
fix testcases
2023-09-23 15:18:40 +05:30
Arpit Temani
5848a0cb32
fix tests
2023-09-22 17:59:02 +05:30
Péter Szilágyi
82ec555d70
cmd: add state.scheme to the database flag group for local flag handling ( #28107 )
2023-09-22 14:56:48 +03:00
Arpit Temani
e8b83a0c86
Merge branch 'arpit/pos-1731' of github.com:maticnetwork/bor into arpit/pos-1731
2023-09-22 17:03:32 +05:30
Arpit Temani
7f727cb65d
skip tests
2023-09-22 17:03:17 +05:30
Delweng
f1b2ec0833
core/rawdb: use readonly file lock in readonly mode ( #28180 )
...
This allows using the freezer from multiple processes at once
in read-only mode.
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-09-22 12:10:50 +02:00
Manav Darji
7a4f491ba6
use ethdb package to generate mocks
2023-09-22 15:18:09 +05:30
Arpit Temani
766a84558a
fix tests
2023-09-22 15:03:56 +05:30
Arpit Temani
11eb53be2b
fix tests
2023-09-22 15:03:24 +05:30
Péter Szilágyi
d135bafdcb
cmd/geth: print progress logs when iterating large contracts too ( #28179 )
2023-09-22 11:07:20 +03:00
Péter Szilágyi
83f3fc2e80
core/state/snapshot: be very noisy if the generator hits a trie error ( #28178 )
2023-09-22 10:27:58 +03:00
rjl493456442
03c2176a1d
trie/triedb/pathdb: improve error log ( #28177 )
2023-09-22 09:33:17 +03:00
rjl493456442
4773dcbc81
trie: remove internal nodes between shortNode and child in path mode ( #28163 )
...
* trie: remove internal nodes between shortNode and child in path mode
* trie: address comments
* core/rawdb, trie: address comments
* core/rawdb: delete unused func
* trie: change comments
* trie: add missing tests
* trie: fix lint
2023-09-22 09:31:10 +03:00
Anshal Shukla
da58cbc660
update discord links
2023-09-21 22:12:55 +05:30
Arpit Temani
4e3bcbc90d
fix testcases
2023-09-21 21:07:50 +05:30
Delweng
545f4c5547
core/rawdb: no need to run truncateFile for readonly mode ( #28145 )
...
Avoid truncating files, if ancients are opened in readonly mode. With this change, we return error instead of trying (and failing) to repair
2023-09-21 04:05:55 -04:00
Manav Darji
8613ff1c06
internal/cli: add support to overwrite config.toml values via cli flags ( #1008 )
...
* internal/cli: add support to overwrite config.toml via cli flags
* fix lint and refactor
* add extensive tests for flagset
* fix type conversion for big.Int
* add more tests for coverage
* add t.parallel
* internal/cli/flagset: handle flag conversion using interface
* internal/cli/flagset: fix test
2023-09-21 12:52:59 +05:30
Pratik Patil
ef38194156
Merge pull request #1013 from maticnetwork/master-to-develop
...
Backport master to develop after v1.0.4
2023-09-21 11:05:14 +05:30
Arpit Temani
cc2c27dbd3
fix linters
2023-09-21 10:50:01 +05:30
Arpit Temani
735ae740fa
fix test-integration
2023-09-20 22:10:54 +05:30
Arpit Temani
046030df1f
merge latest develop
2023-09-20 21:56:08 +05:30
Arpit Temani
8653c83007
fix test-integration
2023-09-20 21:44:07 +05:30
Pratik Patil
2943db974d
Merge pull request #1010 from maticnetwork/v1.0.2-beta-candidate
...
1.0.2 beta candidate to master
2023-09-20 18:40:20 +05:30
Pratik Patil
70255b74ec
Merge branch 'master' into v1.0.2-beta-candidate
2023-09-20 17:38:09 +05:30
Arpit Temani
1918b4163a
Merge pull request #1009 from maticnetwork/develop
...
develop to v1.0.2-beta-candidate
2023-09-20 17:35:50 +05:30