Daniel Liu
|
a294c2080d
|
all: fix null effectiveGasPrice
|
2024-11-01 11:36:53 +08:00 |
|
Marius van der Wijden
|
d2a10ef8ec
|
accounts/abi/bind/backends: make suggestGasPrice compatible with non-1559 chains (#23840)
|
2024-11-01 11:36:53 +08:00 |
|
Daniel Liu
|
66be9b665b
|
accounts/abi/bin/backends: return basefee in suggestGasPrice's (#23838)
|
2024-11-01 11:36:53 +08:00 |
|
KibGzr
|
2d5f9d9e62
|
accounts/abi/bind: fix error handling in baseFee query (#23781)
This fixes a panic that occurs when HeaderByNumber() returns an error.
|
2024-11-01 11:36:53 +08:00 |
|
Daniel Liu
|
eec8da371c
|
accounts/abi/bind: refactor transact method (#23719)
|
2024-11-01 11:36:53 +08:00 |
|
Daniel Liu
|
d850fc4081
|
core: only check sendernoeoa in non fake mode (#23424)
|
2024-11-01 11:36:53 +08:00 |
|
Daniel Liu
|
3212ec319b
|
accounts/abi/bind: fix gas price suggestion with pre EIP-1559 clients (#23102)
|
2024-11-01 11:36:52 +08:00 |
|
Daniel Liu
|
dbdca11501
|
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038)
|
2024-11-01 11:36:52 +08:00 |
|
Martin Redmond
|
e93d78cc09
|
accounts/abi/bind: add NoSend transact option (#22446)
This adds a new option to avoid sending the transaction which is
created by calling a bound contract method.
|
2024-11-01 11:36:52 +08:00 |
|
Daniel Liu
|
4c096de9b0
|
all: rename internal 1559 gas fields (#23010)
|
2024-11-01 11:36:52 +08:00 |
|
Daniel Liu
|
e18553b855
|
all: implement eip-1559 (#22837)
|
2024-11-01 11:36:52 +08:00 |
|
Daniel Liu
|
2306ceafb2
|
fix impossible condition: nil != nil
|
2024-10-31 09:01:12 +08:00 |
|
Daniel Liu
|
4709ca3f13
|
all: fix staticcheck warning SA1006
|
2024-10-28 15:13:21 +08:00 |
|
Daniel Liu
|
87a6b5f4c3
|
Merge pull request #689 from gzliudan/fix-st1005
all: fix staticcheck warning ST1005
|
2024-10-25 15:28:07 +08:00 |
|
Daniel Liu
|
f79763ca88
|
all: fix staticcheck warning S1039: unnecessary use of fmt.Sprintf
|
2024-10-24 12:49:37 +08:00 |
|
Daniel Liu
|
a79411fa06
|
all: fix staticcheck warning ST1005: incorrectly formatted error string
|
2024-10-24 09:48:20 +08:00 |
|
JukLee0ira
|
47d27fed3b
|
all: replace uses of ioutil with io and os (#24869)
|
2024-09-27 15:14:17 +08:00 |
|
Daniel Liu
|
5470485450
|
all: split vm.Context into BlockContext and TxContext (#21672)
|
2024-09-21 22:18:10 +08:00 |
|
JukLee0ira
|
bea4431f6f
|
eth/filters: avoid block body retrieval when no matching logs (#25199)
|
2024-08-03 10:03:22 +08:00 |
|
JukLee0ira
|
ad71d706fb
|
all: add global block logs cache (#25459)
|
2024-08-03 10:03:22 +08:00 |
|
JukLee0ira
|
0c9f2fcceb
|
eth/filters: fix pending for getLogs (#24949)
|
2024-08-03 10:03:22 +08:00 |
|
JukLee0ira
|
83782e5368
|
eth/filters: remove use of event.TypeMux for pending logs (#20312)
|
2024-08-03 10:03:22 +08:00 |
|
Daniel Liu
|
e72f6dedb3
|
accounts/abi/bind: allow to specify signer on transactOpts (#21356)
|
2024-06-20 15:52:32 +08:00 |
|
JukLee0ira
|
2d89951e5b
|
all: use errrors.New instead of empty fmt.Errorf
|
2024-06-14 19:19:21 +08:00 |
|
Daniel Liu
|
fd8811cc9e
|
core, backends: rename callmsg to callMsg
|
2024-05-14 23:27:23 +08:00 |
|
Daniel Liu
|
01e1728a94
|
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
2024-05-14 23:15:35 +08:00 |
|
Daniel Liu
|
48f9bbed50
|
core: types: less allocations when hashing and tx handling (#21265)
|
2024-05-13 22:07:03 +08:00 |
|
Daniel Liu
|
1c9f1d8279
|
all: change TxPreEvent to TxsPreEvent (#16720)
|
2024-03-28 11:16:21 +08:00 |
|
Daniel Liu
|
a4b557b062
|
accounts, eth, les: blockhash based filtering on all code paths (#16734)
|
2024-03-18 10:08:25 +08:00 |
|
Domino Valdano
|
69b4383528
|
eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs
|
2024-03-14 11:52:42 +08:00 |
|
Daniel Liu
|
f11bf739a2
|
fix panic caused by skipKeyFile (#440)
|
2024-02-23 14:11:42 +08:00 |
|
Banana-J
|
bbd7d00068
|
fix: missing validation in unpacklog (#416)
Co-authored-by: wjrjerome <wjrjerome@babylonchain.io>
|
2024-02-11 20:32:44 +11:00 |
|
Banana-J
|
3e0deddfaa
|
fix: missing length validaiton after doing regex (#415)
Co-authored-by: wjrjerome <wjrjerome@babylonchain.io>
|
2024-02-05 21:43:04 +11:00 |
|
Banana-J
|
2504961a33
|
fix: replace all time.after with the time.newtimer (#400)
|
2024-01-27 21:01:24 +11:00 |
|
Wanwiset Peerapatanapokin
|
aaa246f60e
|
PDF-01 (#397)
* replace deprecated ioutil lib calls
* fix for FileInfo type required
* fix for ioutil.Discard
* fix .Discard
* fix for go-bindata generated files
|
2024-01-19 15:05:03 +04:00 |
|
Daniel Liu
|
05ad748307
|
change MinGasPrice in function Call
|
2023-10-16 11:24:47 +08:00 |
|
Liam Lai
|
5623ce8de0
|
merge from master
|
2023-07-30 16:50:45 +10:00 |
|
Daniel Liu
|
42379f530f
|
internal/ethapi: EstimateGas and Call handle revert error(#173) (#200)
hot fix for EstimateGas and Call handle revert error https://github.com/XinFinOrg/XDPoSChain/issues/173
|
2022-10-27 17:25:25 +08:00 |
|
Jianrong
|
4addb69561
|
generate and verify timeout message
|
2021-12-30 11:00:20 +11:00 |
|
Jianrong
|
0eb2504db3
|
Add 1 test for adaptor to switch from v1 to v2
|
2021-10-17 11:20:57 +11:00 |
|
Jianrong
|
ce106abffe
|
fix tests related to consensus
|
2021-10-10 22:05:32 +11:00 |
|
olumuyiwadad
|
c0677f03cb
|
update test C-[a-m] tests.
|
2021-09-27 12:47:59 +05:30 |
|
olumuyiwadad
|
cf18ceba33
|
Merge branch 'forking-incident-fix' of https://github.com/hash-laboratories-au/XDPoSChain into hash-laboratories-au-forking-incident-fix
|
2021-09-23 17:01:19 +05:30 |
|
olumuyiwadad
|
b5abbfed79
|
new EVM Upgrade
- Solidity Upgraded up to v0.8.0
- Fixed and Added eth_chainId
- Fix error in TransactionRecipet
- Reward halving issue fixed
|
2021-09-21 16:53:46 +05:30 |
|
olumuyiwadad
|
571c41f891
|
FIx Bad block error.
|
2021-09-17 17:59:06 +05:30 |
|
Jianrong
|
9efb89dffb
|
fix simulator functions to choose between XDC faker and eth faker
|
2021-08-30 14:56:14 +10:00 |
|
Jianrong
|
fa2b341c9a
|
resolving broken eth tests
|
2021-08-29 17:14:10 +10:00 |
|
Jianrong
|
7b7e34ae00
|
Fix XDC forking incident with tests
|
2021-08-29 14:20:01 +10:00 |
|
Jianrong
|
d17f1fdd75
|
replace comment out tests with t.Skip()
|
2021-08-29 11:47:19 +10:00 |
|
Jianrong
|
2d92ccb59b
|
fix all XDCÐ tests and enable it in CI
|
2021-08-25 23:51:42 +10:00 |
|