Commit graph

17262 commits

Author SHA1 Message Date
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
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
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
Jerry
396c06da77
Reduce test-integration time 2024-09-24 17:10:59 -07:00
Jerry
d5feb366ce
Remove unused workflow file 2024-09-24 09:32:47 -07:00
Jerry
a2dec4bed0
Bump action versions 2024-09-20 19:49:29 -07:00
Jerry
352fb8adfa
Fix txIndexer 2024-09-20 19:49:26 -07:00
Jerry
a902cd12a4
Fix test-integration 2024-09-18 19:47:12 -07:00
Jerry
97c1dc9d45
Fix tests and increase timeout 2024-09-18 14:54:04 -07:00
Jerry
0b28bb5e2f
Merge pull request #1335 from maticnetwork/1.4.0-candidate
1.4.1 candidate
2024-09-18 08:49:25 -07:00
Jerry
a82223ad2e
Bump version to v1.4.1 2024-09-18 08:14:59 -07:00
Jerry
8e2afe5075
Fix mvhashmap test 2024-09-18 08:14:59 -07:00
Jerry
81efd63269
Quit early when read conflict is detected 2024-09-17 12:40:46 -07:00
Jerry
2484ea9c97
Remove file added accidentally 2024-09-13 10:58:45 -07:00
Jerry
bb47bdaa4e
Add pending logs back 2024-09-13 10:54:47 -07:00
Pratik Patil
f9ba824588
Merge pull request #1333 from maticnetwork/ahmedabad-amoy-again
AMOY SPECIFIC (updated WMATIC code)
2024-09-13 22:51:22 +05:30
Pratik Patil
b3f10ba53c
v1.4.0-beta2 version bump 2024-09-13 22:20:18 +05:30
Pratik Patil
95c051215d
AMOY SPECIFIC (updated WMATIC code) 2024-09-13 21:07:37 +05:30
Pratik Patil
e69e4c8bdf
Merge pull request #1332 from maticnetwork/1.4.0-candidate
v1.4.0 release
2024-09-13 18:53:06 +05:30
Pratik Patil
68d19e84d9
v1.4.0 version bump 2024-09-13 18:41:44 +05:30
Pratik Patil
b5a5f8c945
Merge pull request #1330 from maticnetwork/ahmedabad-mainnet
Added Ahmedabad HF related configs and block number for mainnet network
2024-09-13 18:40:47 +05:30
Marcello Ardizzone
f39f79e1ef
Update artifacts upload/download actions version (#1331)
* chg: update artifacts actions versions

* chg: update artifacts actions versions for govuln
2024-09-13 12:32:29 +05:30
Manav Darji
ef43467139
.github/workflows: update actions/upload-artifact to v4 2024-09-13 12:18:48 +05:30
Pratik Patil
625e943fab
added Ahmedabad HF related configs and block number for mainnet 2024-09-13 10:16:40 +05:30
Jerry
b43fb1bf04
Remove duplicated tx fetcher call 2024-09-12 20:41:56 -07:00
Jerry
d9daacad17
Address goroutine leak 2024-09-12 15:56:33 -07:00
anshalshukla
f45da7ca0a
update version of action artifact 2024-09-12 21:28:00 +05:30
anshalshukla
a323609c31
add: eth67 protocol 2024-09-12 16:04:41 +05:30
anshalshukla
a291fa7649
fix: lint 2024-09-12 15:25:44 +05:30
Jerry
f9f774f8a4
Fix fee conversion 2024-09-11 14:46:03 -07:00
marcello33
fc319f7bcb
chg: fix assertions in test 2024-09-10 17:50:34 +02:00
marcello33
18c7226d2e
chg: fix tests 2024-09-10 17:37:22 +02:00
marcello33
8c14f12d68
chg: solve conflicts 2024-09-10 15:32:42 +02:00
marcello33
4ef3f6e1d0
chg: test 2024-09-10 15:30:10 +02:00
marcello33
955eb3dfd7
chg: skip snap synced tests 2024-09-10 15:13:59 +02:00
Jerry
44d0938775
Log info about mismatched valset (#1325) 2024-09-06 10:30:48 -07:00
Jerry
94ead5eb76
Add test for concurrent revert in MVHashmap (#1326)
* Add test for concurrent revert in MVHashmap

* Address CR comment
2024-09-06 10:30:34 -07:00
Pratik Patil
da611cd193
Merge branch '1.4.0-candidate' of https://github.com/maticnetwork/bor into 1.4.0-candidate 2024-09-05 21:12:59 +05:30
Pratik Patil
2415826a8a
v1.4.0-beta version bump 2024-09-05 21:12:27 +05:30
Pratik Patil
79fd5cad70
added Ahmedabad HF related configs and block number for amoy (#1324) 2024-09-05 21:11:59 +05:30