Commit graph

17575 commits

Author SHA1 Message Date
Jerry
ab66e61737
Fix getBlockTransactionCountByNumber/Hash (#1365) 2024-10-29 11:45:56 -07:00
Jerry
ff29b1f2ee
Bump version to v1.5.1 (#1362) 2024-10-28 08:22:17 -07:00
Jerry
698f22fd18
Fix panic on nil block in ethstats (#1360) 2024-10-24 23:11:10 -07:00
Jerry
356e77454c
Fix bor logs missing (#1361) 2024-10-24 23:10:53 -07:00
Jerry
c73129ee39
Merge pull request #1359 from maticnetwork/v1.5.0-candidate
v1.5.0 candidate
2024-10-22 19:24:32 -07:00
Jerry
10fa91f658
Bump version to v1.5.0 2024-10-21 12:42:10 -07:00
Jerry
31164fecf7
Bump version to v1.5.0-beta6 2024-10-17 14:46:52 -07:00
Daniel Jones
531028bc90
Merge pull request #1357 from maticnetwork/djpolygon/update_uploader
Updating uploader
2024-10-17 10:22:13 -05:00
Daniel Jones
38fabe91ab
Updating uploader 2024-10-17 07:57:53 -05:00
Jerry
cf648c941a
Bump version to v1.5.0-beta5 2024-10-16 10:51:25 -07:00
Marcello Ardizzone
63460bd20e
Merge pull request #1349 from luozexuan/develop
chore: fix function name
2024-10-16 18:31:07 +02:00
Daniel Jones
4ebe634eed
Merge pull request #1356 from maticnetwork/djpolygon/rpm_updates
Changing names of pbss profiles for consistency in deb and rpm
2024-10-16 10:57:53 -05:00
Daniel Jones
27a626d293
Changing names of pbss profiles for consistency in deb and rpm 2024-10-16 10:26:17 -05:00
Jerry
19ab4720ae Add flag discovery.dns 2024-10-15 11:04:42 -07:00
Jerry
57a7f7fd6f Fix eth_getTransactionReceipt 2024-10-15 11:04:42 -07:00
jj1980a
a106bd18f7 check block number and timestamp options when filtering conditional transactions 2024-10-11 10:17:57 -07:00
Daniel Jones
bfede06618
Merge pull request #1339 from maticnetwork/djpolygon/rpm_packaging
Adding rpm packagers
2024-10-10 10:46:27 -05:00
Daniel Jones
2cae584aa3
Merge pull request #1311 from maticnetwork/djpolygon/SPEC-154
Adding refactored packager, adding pbss configs, removal of mumbai ( …
2024-10-10 10:45:35 -05:00
luozexuan
69470888fa
chore: fix function name 2024-10-10 20:48:48 +08:00
Daniel Jones
4fd4ff01a4
Adding dns entries for the enrtree for pos mesh backbone nodes 2024-10-09 15:16:37 -05:00
Jerry
f416499fd4
Bump version to v1.5.0-beta3 2024-10-09 09:36:06 -07:00
Jerry
3b9f73ab69
Fix bor tx missing 2024-10-09 09:36:06 -07:00
Jerry
48bdfa7ffb Fix tx index limit not being used correctly 2024-10-09 07:59:21 -07:00
Jerry
a7578a3cea Fix panic on getting safe block
Since bor doesn't have "safe" block, the api should always return null when requested safe block.
2024-10-09 07:59:21 -07:00
Daniel Jones
f489fec9fc
Updated default branch to use to master per bor default branch 2024-10-08 07:48:20 -05:00
Daniel Jones
3e30a92790
Updating to use master instead of main per default bor branch 2024-10-08 07:47:04 -05:00
Jerry
2a7c58a616
Merge pull request #1344 from maticnetwork/mardizzone/promeserver_to
internal/cli: add prometheus sever timeouts
2024-10-07 12:55:16 -07:00
marcello33
63dd8d6315
fix: lint 2024-10-07 07:50:23 +02:00
marcello33
8185d48f71
internal/cli: add: prometheus sever timeouts 2024-10-07 07:40:19 +02:00
Jerry
c8c83116be
Bump up version to v1.5.0-beta2 2024-10-04 10:44:57 -07:00
Jerry
e29aea8ab4
Merge pull request #1342 from cffls/v1.5.0-candidate
Fix panic in eth_getLogs
2024-10-04 10:42:27 -07:00
Jerry
827811a8d2
Fix panic in eth_getLogs 2024-10-03 22:33:45 -07:00
Jerry
b35b0e01fd
Bump version to v1.5.0-beta 2024-10-03 10:43:29 -07:00
Jerry
3949415fc5
Merge pull request #1341 from cffls/develop
Backporting master to develop
2024-10-03 10:09:46 -07:00
Jerry
65d11a9326
Remove debug logs 2024-10-02 17:14:53 -07:00
Daniel Jones
5e52fe0e4e
Updated amoy static-nodes and bootnodes for amoy 2024-10-01 14:56:22 -05:00
Daniel Jones
abf89a683c
Adding mainnet bootnodes and static-nodes 2024-10-01 14:54:17 -05:00
Daniel Jones
bac860a754
Adding amoy static-nodes and bootnodes for amoy 2024-10-01 14:47:59 -05:00
Jerry
af5c2b1cad
Merge remote-tracking branch 'upstream/master' into develop 2024-10-01 11:59:32 -07:00
Jerry
b8901bcbfc
Merge pull request #1300 from maticnetwork/upstream_merge_1.14.6
Upstream merge 1.14.6
2024-10-01 11:00:04 -07:00
Péter Szilágyi
1015a42d90
Merge pull request #30522 from ethereum/master
Release Geth v1.14.10
2024-09-27 14:12:54 +03:00
Péter Szilágyi
269551876e params: release Geth v1.14.10 2024-09-27 14:09:42 +03:00
Péter Szilágyi
1df75dbe36
Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521)
Reverts ethereum/go-ethereum#30495

You are free to create a proper Clear method if that's the best way. But
one that does a proper cleanup, not some hacky call to set gas which
screws up logs, metrics and everything along the way. Also doesn't work
for legacy pool local transactions.

The current code had a hack in the simulated code, now we have a hack in
live txpooling code. No, that's not acceptable. I want the live code to
be proper, meaningful API, meaningful comments, meaningful
implementation.
2024-09-27 13:56:25 +03:00
Péter Szilágyi
52a9d89655
Merge pull request #30518 from holiman/blobpool_fix
core/txpool/blobpool: return all reinject-addresses
2024-09-27 13:05:35 +03:00
Péter Szilágyi
abbd3d9d21 core/txpool/blobpool: add test to check internal shuffling 2024-09-27 12:20:12 +03:00
Martin Holst Swende
9274f28210
core/txpool/blobpool: revert part of #30437, return all reinject-addresses 2024-09-27 08:24:23 +02:00
jwasinger
bb9897f11b
core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback (#30495)
Here we move the method that drops all transactions by temporarily increasing the fee
into the TxPool itself. It's better to have it there because we can set it back to the
configured value afterwards. This resolves a TODO in the simulated backend.
2024-09-26 11:08:36 +02:00
Martin HS
93675d1da7
deps: update supranational/blst (#30504)
This update should only affect the fuzzers, as far as I know. But it
seems like it might also fix some arm/macos compilation issue in
https://github.com/ethereum/go-ethereum/issues/30494

Closes #30494 (I think)
2024-09-26 10:28:40 +03:00
Martin HS
b5a88dafae
p2p/discover: fix flaky tests writing to test.log after completion (#30506)
This PR fixes two tests, which had a tendency to sometimes write to the `*testing.T` `log` facility after the test function had completed, which is not allowed. This PR fixes it by using waitgroups to ensure that the handler/logwriter terminates before the test exits.

closes #30505
2024-09-26 08:12:12 +02:00
Jerry
396c06da77
Reduce test-integration time 2024-09-24 17:10:59 -07:00