Commit graph

11670 commits

Author SHA1 Message Date
wgr523
bfa3bb4f5b
Merge pull request #529 from XinFinOrg/extend-eth_call_2
extend eth_call and estimateGas api with state override
2024-05-07 17:57:18 +08:00
Gerui Wang
0f96fc89aa feat: extend eth_estimateGas api with state override 2024-05-01 16:27:11 +08:00
Wang Gerui
4178a97560 feat: extend eth_call api with state override;
extend statedb and state_object with necessary code
2024-04-30 15:57:42 +08:00
Wanwiset Peerapatanapokin
3fe54e28d3
remove uncle block handling (#523) 2024-04-23 09:44:49 +04:00
Daniel Liu
78bad64eea
Merge pull request #519 from gzliudan/eip2929
implement EIP-2929 for EIP-1559
2024-04-22 21:33:51 +08:00
Daniel Liu
8568af05cc all: implement EIP-2929 (gas cost increases for state access opcodes) (#21509) 2024-04-22 21:14:54 +08:00
Daniel Liu
3b9fc516f6
Merge pull request #524 from gzliudan/revert-pr320
Revert PR320
2024-04-22 21:04:44 +08:00
Liam
acc9fc27e3
enable TIPXDCXReceiverDisable flag on devnet (#525) 2024-04-22 16:10:34 +08:00
Wanwiset Peerapatanapokin
fb91c1e802
add trigger for disable XDCx precompiles (#509) 2024-04-22 11:43:22 +04:00
Daniel Liu
56d9a6e39c core, filters: not set log.BlockHash 2024-04-20 16:27:21 +08:00
Liam
ef4b8ef91b
Disable on xdcx receiver part (#521)
* update all IsTIPXDCXReceiver condition

* add TIPXDCXReceiverDisable on testnet and devnet
2024-04-19 22:17:22 +08:00
Daniel Liu
bf4f915e95
Merge pull request #520 from gzliudan/receipt-fields
types, core, miner: add block location fields to receipt
2024-04-15 18:09:10 +08:00
Daniel Liu
50847c9724 types, core, miner: add block location fields to receipt 2024-04-12 13:36:55 +08:00
Wanwiset Peerapatanapokin
328176651c
use 0x address scheme by default and add new enable xdc prefix flag (#518) 2024-04-12 12:27:39 +07:00
Liam
5d4ea760d5
revert rename change as change db field name and stops block chain reading from db (#517) 2024-04-08 20:40:20 +08:00
Daniel Liu
1ca9930b10
Merge pull request #516 from gzliudan/estimate-gas
rename function doCall and doEstimateGas
2024-04-07 18:54:29 +08:00
Daniel Liu
9de40946cf rename function doCall and doEstimateGas 2024-04-07 11:07:40 +08:00
Wanwiset Peerapatanapokin
f6ee225293
fix blank output image name (#515) 2024-04-02 16:24:52 +04:00
wgr523
b5358663fe
Merge pull request #497 from XinFinOrg/xdf-05
XDF-05 fix: Future Blocks Are Always Verified Instead Of Queued
2024-04-01 20:48:58 +08:00
wgr523
c16bd66a8d
Merge pull request #498 from XinFinOrg/ppx-01
PPX-01 add verification of vote signer belonging to masternodes
2024-04-01 20:48:16 +08:00
Daniel Liu
7c8317a3b9
Merge pull request #495 from gzliudan/TxPreEvent
change TxPreEvent to TxsPreEvent
2024-04-01 10:31:34 +08:00
Wanwiset Peerapatanapokin
bf264f6200
Rpc volume (#511)
* fix root volume path

* add monitoring notification (manual deploy)
2024-03-31 01:20:09 +04:00
Liam
d76a573cf2
PPX-01 rename NextEpochMasterNodes to NextEpochCandidates (#510) 2024-03-31 07:27:13 +11:00
Daniel Liu
1c9f1d8279 all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
Wanwiset Peerapatanapokin
63cc3336c3
fix typo (#508) 2024-03-27 14:58:28 +04:00
Wanwiset Peerapatanapokin
553c1d4fa7
fix calling parameters (#506) 2024-03-27 13:50:36 +04:00
Wanwiset Peerapatanapokin
d12d61621a
add files and workflow for EC2 rpc nodes (#505) 2024-03-27 12:29:45 +04:00
Wanwiset Peerapatanapokin
06b280aa0d
add log deepcopy to ensure complete replica of state (#449)
implement "deep copy" as go-ethereum
2024-03-26 13:40:07 +04:00
Wanwiset Peerapatanapokin
77390d30ce
consensus/clique: add some missing checks (#22836) and updated to latest go-eth code (#474) 2024-03-26 13:22:24 +04:00
Liam
bfcd3829d0
enable ShanghaiBlock and disable xdcx (#501)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
2024-03-25 14:03:30 +11:00
Banana-J
816dce9527
drop peer if received bad block data which does not include the validator field (#494)
Co-authored-by: wjrjerome <wjrjerome@babylonchain.io>
2024-03-23 09:18:21 +11:00
Liam
e5317a0ff6
bump to 2.2.0 (#500) 2024-03-21 01:04:31 +11:00
Gary
04c3f483b8 fix: add verification of vote signer belonging to masternodes 2024-03-19 20:40:00 +08:00
Gary
6fd9a5305a fix: Future Blocks Are Always Verified Instead Of Queued 2024-03-19 20:38:57 +08:00
Liam
42c57c6570
Ci improvement (#496)
* move devnet rpc node to rpc terraform and start to tag by sha
2024-03-18 21:26:20 +11:00
Daniel Liu
4d8effebe5
Merge pull request #491 from gzliudan/filter
improve package eth/filter
2024-03-18 14:31:58 +08:00
Daniel Liu
7cffa1d0aa eth/filters: replace fmt.Println with b.Log in tests (#19670) 2024-03-18 10:08:25 +08:00
gary rong
65b48159d1 eth/filters: fix the block range assignment for log filter (#17284) 2024-03-18 10:08:25 +08:00
Daniel Liu
43f038dbac eth/filters: simplify switches (#17267) 2024-03-18 10:08:25 +08:00
Ian Macalinao
40ee6f87f0 eth/filters: improve error message for invalid filter topics (#17234) 2024-03-18 10:08:25 +08:00
Daniel Liu
a4b557b062 accounts, eth, les: blockhash based filtering on all code paths (#16734) 2024-03-18 10:08:25 +08:00
knarfeh
19b84ff36c eth/filters: make filterLogs func more readable (#16920) 2024-03-18 10:08:25 +08:00
Daniel Liu
7197172b09 eth/filter: check nil pointer when unsubscribe (#16682)
* eth/filter: check nil pointer when unsubscribe

* eth/filters, accounts, rpc: abort system if subscribe failed

* eth/filter: add crit log before exit

* eth/filter, event: minor fixes
2024-03-18 10:08:25 +08:00
wgr523
04cf52bead
Merge pull request #492 from XinFinOrg/xdc-05
XDC-05 remove 1s waiting time in miner
2024-03-15 05:57:03 -04:00
Liam
bbab326e22
after we use time.Ticker it didn't allow to have 0 time duration (#493)
* after we use time.Ticker it didn't allow to have 0 time duration
2024-03-15 19:07:05 +11:00
geruiwang
28480b1a61 remove 1s waiting time in miner 2024-03-14 20:17:40 +08:00
Daniel Liu
4938ba79bd
Merge pull request #490 from gzliudan/eip234
implement EIP-234: add blockHash param for eth_getLogs
2024-03-14 12:06:33 +08:00
Domino Valdano
69b4383528 eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs 2024-03-14 11:52:42 +08:00
Wanwiset Peerapatanapokin
8edb76f08d
Revert "core/state: abort commit if errors have occurred (#484)" (#489)
This reverts commit 0114ecabd0.
2024-03-13 11:54:09 +04:00
Daniel Liu
106af4d901
Merge pull request #486 from gzliudan/EIP-1898
implement EIP-1898
2024-03-12 14:06:03 +08:00