anshalshukla
cec3ee18d8
fix: testcases
2024-09-03 16:21:20 +05:30
anshalshukla
43043ed7ec
fix: few linting errors
2024-09-02 11:00:33 +05:30
anshalshukla
c0c129859d
fix: testcases
2024-09-01 15:19:05 +05:30
Manav Darji
1a98c5cba2
internal/ethapi/testdata: add note
2024-09-01 14:27:07 +05:30
Manav Darji
20b83d1dc1
internal/ethapi/testdata: revert genesis hash
2024-09-01 14:23:20 +05:30
anshalshukla
fc30355849
fix: TestRPCGetTransactionReceiptsByBlock
2024-09-01 13:36:21 +05:30
anshalshukla
02faed0a32
fix:testcases
2024-08-31 16:15:31 +05:30
anshalshukla
9f94e3ec6a
fix: commit logic
2024-08-31 16:05:47 +05:30
Manav Darji
1d86ab346d
internal/cli: skip tests due to dev mode not working
2024-08-31 15:39:36 +05:30
Manav Darji
8285ea7b8c
eth/protocols/snap: skip test
2024-08-31 15:28:58 +05:30
anshalshukla
da49748cd2
fix: Eth2NewBlock, add: tip check in commit txn
2024-08-31 14:53:02 +05:30
anshalshukla
c0ff6dbf81
fix: testcases, add: block broadcasting mechanism
2024-08-30 14:43:02 +05:30
anshalshukla
3c48fca257
fix: testcases
2024-08-27 00:51:36 +05:30
anshalshukla
68d8614b72
fix: tracers, add bor fee log in results
2024-08-26 17:25:47 +05:30
anshalshukla
ab2db597d9
fix: traceTx function
2024-08-22 17:21:22 +05:30
anshalshukla
f88af20009
fix: testcases
2024-08-21 23:25:11 +05:30
Jerry
a49d56fb65
Fix TestFilterTxConditional
...
Explicitly call state.Finalize in order to flush the writes to storage trie. Root cause was because finalise called within state object were removed by this commit: be3284373f
2024-08-21 08:53:21 -07:00
anshalshukla
687cd76405
fix: testcases
2024-08-19 18:07:05 +05:30
Manav Darji
cdf58273c9
regenerate mocks to fix tests
2024-08-14 12:18:26 +05:30
Jerry
a23701f2d4
Fix getStateObject in statedb when MVHashmap is enabled
...
getDeletedStateObject is renamed to getStateObject after a recent upstream merge. We should wrap the entire function call with MVRead.
2024-08-13 11:29:06 -07:00
anshalshukla
b1419eb41d
fix: testcases
2024-08-13 16:46:46 +05:30
anshalshukla
4a9a875738
merge: master
2024-08-13 11:48:57 +05:30
anshalshukla
5cda3fe0f0
fix: testcases
2024-08-13 11:39:52 +05:30
Pratik Patil
d903330c62
Merge pull request #1305 from maticnetwork/1.3.5-candidate
...
v1.3.7
2024-08-12 12:08:42 +05:30
Pratik Patil
bd5ed4c2c3
Merge branch 'master' of https://github.com/maticnetwork/bor into 1.3.5-candidate
2024-08-12 10:21:34 +05:30
Pratik Patil
7646fb573e
version bump 1.3.7
2024-08-12 10:06:36 +05:30
anshalshukla
e6132fdf1e
fix: testcases
2024-08-09 11:59:34 +05:30
Pratik Patil
2cdef71e09
Merge pull request #1302 from maticnetwork/1.3.6-candidate
...
v1.3.6
2024-08-07 19:27:06 +05:30
Pratik Patil
d2e45831ad
version bump v1.3.6
2024-08-07 18:53:41 +05:30
Pratik Patil
557ab43365
core/state: bug fix block stm
2024-08-07 18:53:01 +05:30
Anshal Shukla
03f253c1e0
add block fetcher back, fix handler and blockchain errors
2024-08-06 13:44:27 +05:30
Anshal Shukla
dbf55ce6cc
Merge tag 'v1.14.6' into upstream_merge_1.14.6
2024-08-05 16:29:10 +05:30
Pratik Patil
369a59e220
version bump to 1.3.5-beta
2024-07-30 10:01:08 +05:30
Pratik Patil
6939df80da
replaced 4337 with PIP-15
2024-07-30 10:00:12 +05:30
Pratik Patil
d0c74c4cf2
fix: eth/protocol: bunduled transactions are not broadcasted to the peers ( #1296 )
2024-07-29 14:44:48 +05:30
Pratik Patil
577a8a0376
p2p/discover: add missing lock when calling tab.handleAddNode ( #29960 ) ( #1295 )
...
Co-authored-by: Gealber Morales <48373523+Gealber@users.noreply.github.com>
2024-07-26 13:38:52 +05:30
Denny Ooi
164933d316
p2p/discover: unwrap 4-in-6 UDP source addresses ( #29944 ) ( #1292 )
...
Fixes an issue where discovery responses were not recognized.
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-26 10:51:47 +05:30
Pratik Patil
e2cee054c6
Merge pull request #1294 from maticnetwork/master
...
v1.3.4 Backport master to develop
2024-07-26 10:12:59 +05:30
Pratik Patil
18a5d28154
Merge pull request #1291 from maticnetwork/1.3.4-candidate
...
v1.3.4
2024-07-26 10:07:39 +05:30
Manav Darji
29840e2016
bump version to v1.3.4
2024-07-25 16:48:09 +05:30
Manav Darji
dce4253605
PIP-35: enforce gas related configs for mainnet ( #1290 )
...
* enforce gas configs for all networks
* eth/gasprice: remove else if for log
* docs/cli: update example config
* fix tests
* internal/cli/server: fix tests
* miner: fix tests
2024-07-23 19:32:48 +05:30
Manav Darji
31545e5365
bump version to v1.3.4-beta3
2024-07-11 14:08:46 +05:30
Manav Darji
67159969e0
miner: log last tx hash before commit interrupt ( #1289 )
2024-07-11 14:08:07 +05:30
Manav Darji
1a05223076
PIP-35 for amoy: enforce gas related configs ( #1285 )
...
* enforce gas related configs for amoy
* internal/cli/server: revert changes to default config.toml for test
* eth: check nil genesis for tests
2024-07-11 11:05:12 +05:30
0xsajal
75f1f9ad77
README: Update discord link ( #1288 )
2024-07-10 17:09:27 +05:30
Anshal Shukla
f4c41e2e70
Merge branch 'release/1.13' into upstream_merge_1.13
2024-07-10 11:19:34 +05:30
Guillaume Ballet
aadddf3a6e
params: release Geth v1.14.6
2024-07-02 15:19:57 +02:00
Hteev Oli
09056601d8
core/state: fix inconsistent verkle test error messages ( #29753 )
2024-07-01 21:57:04 +02:00
jwasinger
41abab9e39
build: add check for stale generated files ( #30037 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-01 17:16:15 +02:00
jwasinger
a4e338f05e
accounts/usbwallet/trezor: upgrade to generate with protoc 27.1 ( #30058 )
2024-07-01 16:18:38 +02:00