Boqin Qin
0673fa1176
eth/downloader: fix possible data race by inconsistent field protection ( #20690 )
2024-06-27 11:23:49 +08:00
Daniel Liu
f445196dcf
eth/gasprice: add configurable threshold to gas price oracle ( #22752 )
2024-06-20 15:52:32 +08:00
Daniel Liu
2b365e8112
eth/gasprice: improve stability of estimated price ( #22722 )
2024-06-20 15:52:32 +08:00
Daniel Liu
1521b8a663
eth: move eth.Config to a common package ( #22205 )
2024-06-20 15:52:32 +08:00
Daniel Liu
2125a1afaa
eth/gasprice: offer maxprice flag for overwritting price cap ( #21531 )
2024-06-20 15:52:32 +08:00
Daniel Liu
56591d37e1
eth/gasprice: lighter gas price oracle for light client ( #20409 )
2024-06-20 15:52:32 +08:00
Daniel Liu
0063c14ed3
cmd, eth, internal, les: add gasprice cap ( #21212 )
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
JukLee0ira
0aab4ced98
common: add binary variables for system contract
2024-06-06 19:33:59 +08:00
Daniel Liu
025213fb1e
Merge pull request #551 from JukLee0ira/nil
...
remove redundant error check in function getValidators
2024-05-31 17:13:32 +08:00
JukLee0ira
08432b8a0f
hook: remove redundant error check in function getValidators
2024-05-29 15:11:01 +08:00
Gary
0245344338
add TraceCall, backend.StateAtBlock(), RPCGasCap
...
update gen_config.go by tool `gencodec`
2024-05-17 21:34:34 +08:00
Daniel Liu
7a95b4f907
core, eth, internal/ethapi: create access list RPC API ( #22550 )
2024-05-14 23:27:23 +08:00
Daniel Liu
5cb014b60f
core, eth/tracer: initialize tracer statedb in CaptureStart ( #22333 )
2024-05-14 23:27:23 +08:00
Daniel Liu
b8974be16e
eth/state, les/state, et/tracers: properly init statedb accesslist ( #22480 )
2024-05-14 23:15:35 +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
6338a4195b
core: kill off managed state, use own tiny noncer for txpool ( #19810 )
2024-05-10 19:48:10 +08:00
Daniel Liu
ec50ca36d9
core, eth, trie: use common/prque ( #17508 )
2024-05-09 18:38:27 +08:00
Daniel Liu
56d9a6e39c
core, filters: not set log.BlockHash
2024-04-20 16:27:21 +08:00
Daniel Liu
1c9f1d8279
all: change TxPreEvent to TxsPreEvent ( #16720 )
2024-03-28 11:16:21 +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
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
Domino Valdano
69b4383528
eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs
2024-03-14 11:52:42 +08:00
Daniel Liu
b2a767e660
eth: let function HeaderByNumber return error when header is nil
2024-03-12 10:40:03 +08:00
Daniel Liu
f34087534d
eth: check err before return in function StateAndHeaderByNumber
2024-03-12 10:40:03 +08:00
Daniel Liu
4616d59935
internal/ethapi: support block number or hash on state-related methods ( #19491 )
...
* Support for EIP-1898.
2024-03-12 10:40:03 +08:00
Andrei Maiboroda
b022ba2c5d
core/vm: make INVALID a defined opcode ( #24017 )
...
* core/vm: Define 0xfe opcode as INVALID
* core/vm: Remove opInvalid as opUndefined handles it
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2024-03-01 14:13:24 +08:00
Daniel Liu
7a55b9f788
core/state: remove unused methods ReturnGas ( #23092 )
2024-03-01 14:13:23 +08:00
Paweł Bylica
192edc0c63
core/vm: use uint256 in EVM implementation ( #20787 )
...
* core/vm: use fixed uint256 library instead of big
* core/vm: remove intpools
* core/vm: upgrade uint256, fixes uint256.NewFromBig
* core/vm: use uint256.Int by value in Stack
* core/vm: upgrade uint256 to v1.0.0
* core/vm: don't preallocate space for 1024 stack items (only 16)
Co-authored-by: Martin Holst Swende <martin@swende.se>
2024-03-01 14:13:23 +08: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
Liam
c7a42fd7c9
resolve sync issue by passing right round number ( #384 )
2023-12-27 22:14:13 +11:00
Daniel Liu
bd3e2600fd
eth/downloader: make Broadcast run after Wait ( #264 )
2023-12-18 10:49:40 +08:00
Liam
b4bd070837
Improve log ( #368 )
...
* improve log
2023-11-26 22:04:08 +11:00
Banana-J
92689943a0
Revisit the solution from PR-260, try keep the API consistent by not incrementing the nonce for trading&lending tx ( #371 )
2023-11-25 00:04:59 +11:00
Liam Lai
824d7b232f
resolve conflict
2023-11-20 23:53:49 +11:00
Liam
84994df759
Merge pull request #351 from XinFinOrg/bump-golang-1.21
...
Bump golang 1.21
2023-11-07 10:35:42 +11:00
Liam
75661b488b
add notification script ( #350 )
...
* add notification script
* skip always test
2023-11-06 20:54:16 +11:00
Daniel Liu
e2359d9b8c
filter zero address in function GetCandidates
2023-10-24 12:15:24 +08:00
Daniel Liu
320b358830
replace package sort with common/sort
2023-10-23 22:51:06 +08:00
Daniel Liu
7adb98fbe8
update gas fee
2023-10-16 11:24:47 +08:00
Daniel Liu
726172903b
change min and max gas price in SuggestPrice
2023-10-16 11:24:47 +08:00
Daniel Liu
9e860e4c3f
eth/filters: fix blockHash in eth_getfilterchanges ( #208 )
2023-08-31 15:26:33 +08:00
Liam Lai
5623ce8de0
merge from master
2023-07-30 16:50:45 +10:00