Daniel Liu
56591d37e1
eth/gasprice: lighter gas price oracle for light client ( #20409 )
2024-06-20 15:52:32 +08:00
Liam Lai
df78305d5b
bump to version 2.3.0-beta1
2024-05-24 14:12:09 +08:00
Liam Lai
20e46d9b23
resolve conflict
2024-05-24 14:03:33 +08:00
Wanwiset Peerapatanapokin
4c58061d15
release version ( #544 )
2024-05-16 18:08:27 +04:00
Daniel Liu
01e1728a94
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
2024-05-14 23:15:35 +08:00
Daniel Liu
7cce425000
Revert "core, light, params: implement eip2028 ( #19931 )"
...
This reverts commit 67825d860b .
2024-05-11 06:11:46 +08:00
Daniel Liu
67825d860b
core, light, params: implement eip2028 ( #19931 )
2024-05-10 19:48:10 +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
Wanwiset Peerapatanapokin
fb91c1e802
add trigger for disable XDCx precompiles ( #509 )
2024-04-22 11:43:22 +04: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
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
e5317a0ff6
bump to 2.2.0 ( #500 )
2024-03-21 01:04:31 +11:00
Liam
45ccc3751b
bump version to 2.1.0 ( #485 )
...
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
2024-03-11 18:05:22 +11:00
geruiwang
968440ce3d
core/vm: implement EIP-3855: PUSH0 instruction.
2024-03-07 21:44:37 +08:00
Liam
753729c28c
Disable xdcx related tx creation ( #430 )
...
* stop create xdcx tx
* refactor disable flag
* disable miner only
2024-03-04 22:06:47 +11:00
Gerui Wang
72e5ee0645
lint for params/config.go
2024-03-04 00:34:49 +08:00
Gerui Wang
a31489541d
implement EIP-4399, PREVRANDAO opcode.
...
and remove unused LondonBlock and BerlinBlock in `params/config.go` (already defined in constants.go)
2024-03-04 00:32:14 +08:00
Daniel Liu
928a0691ca
implement EIP-3198
2024-03-01 15:04:32 +08:00
Alex Beregszaszi
c097e565fd
core/vm: rename SHA3 instruction to KECCAK256 ( #23976 )
...
This was proposed in 2016, Solidity uses this since 2017, and evmone and other VMs use the keccak256 name. This brings geth in line with those.
2024-03-01 14:13:24 +08:00
Martin Holst Swende
446b9e86f4
core/vm, params: make 2200 in line with spec ( #21605 )
2024-03-01 14:13:23 +08:00
Daniel Liu
4731eb2c6d
params: lint ChainConfig
2024-02-29 17:41:55 +08:00
Liam
54b254e25c
lower log level for pretty log ( #420 )
...
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2024-02-11 20:27:37 +11:00
Liam Lai
a937594fc4
bump-version-2.0.2
2024-02-05 20:31:01 +08:00
Liam
a76c885774
devnet deployment issue ( #395 )
...
Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
2024-01-17 23:07:13 +08:00
Liam Lai
3e6ce89f79
fix timeout too fast issue
2024-01-16 16:15:05 +08:00
Liam
c7a42fd7c9
resolve sync issue by passing right round number ( #384 )
2023-12-27 22:14:13 +11:00
Liam Lai
bc9fae23b5
bump version to 2 since we start use consensus version 2
2023-12-01 22:20:02 +11:00
Liam
47bfdf7635
Move masternode in v2 config ( #372 )
...
* move masternode in v2 config
* update number to meet 7 vote for current setup
* add test
* update all failed test
* fix test
* remove comment
* remove comment
* fix test
2023-11-29 11:11:58 +11:00
Liam Lai
824d7b232f
resolve conflict
2023-11-20 23:53:49 +11:00
Liam
c215316744
Make masternode dynamic ( #356 )
...
* make masternode dynamic
* fix all the tests
* remove cmt
* fix test again
2023-11-16 23:59:19 +11:00
Liam Lai
ef3f174a51
bump version to 1.4.10-beta2
2023-11-08 18:27:40 +11:00
Liam
24d02fe2b4
check v2 switch block is epoch number ( #342 )
...
* check v2 switch block is epoch number
* revert sync pr
* add test
* make default block number valid
* fix log
* fix test
2023-10-30 19:03:34 +11:00
Daniel Liu
3b7f29a5a3
bump version to 1.4.10.beta1
2023-10-29 13:09:24 +08:00
Liam
493a0134da
set testnet v2 block ( #330 )
...
* set testnet v2 block
* set testnet v2 block
2023-10-12 10:50:23 +11:00
Liam
7997dc68c1
build universe docker image ( #309 )
...
* build universe docker image
* build universe docker image
* build universe docker image
---------
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-10 15:37:23 +10:00
Liam Lai
f81b286b28
resolve conflict
2023-08-06 22:52:59 +10:00
Liam
53f066b895
bump current version to 1.4.8 ( #301 )
...
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-06 19:02:53 +10:00
Anil Chinchawale
433c202a55
Update version.go
2023-06-02 11:15:49 +05:30
Liam
2df16bbd37
merge waitPeriod into minePeriod ( #274 )
...
* merge waitperiod into mindePeriod
* merge waitperiod into mindePeriod
2023-05-31 23:40:50 +10:00
Liam
706292e1a1
Add debug msg and reset devnet config ( #270 )
...
* add debug msg
* remove all devnet config since we need to reset devnet
2023-05-24 14:52:58 +10:00
Liam
7894cbe205
fix config for round ( #249 )
2023-04-17 12:13:32 +10:00
Liam
2135e2b0a1
update config for fix ( #248 )
2023-04-16 01:48:54 +10:00
Liam
556f98a51b
attack recover ( #243 )
2023-04-01 04:32:28 +11:00
Liam
460cb52bac
change to 2 second mining time ( #234 )
2023-03-12 15:31:07 +04:00
Liam Lai
3a305d15b8
reorder config
2023-02-16 12:10:32 +08:00
Liam Lai
fc5b7d1bbc
add testnet constant parameter
2023-02-16 12:08:58 +08:00
Liam
8fc4b8e52d
use constant number instead of variable ( #225 )
2023-02-08 10:25:45 +08:00
Jerome
2ca1d0461d
Fix issue when resync is not getting the right consensus config values ( #221 )
...
* Fix issue when resync is not getting the right consensus config values
* add test and fix log bug
* fix test
* delete temp file
Co-authored-by: Liam Lai <liam.icheng.lai@gmail.com>
2023-01-17 21:34:42 +08:00
Liam
42220718bd
test more dimension on devnet ( #219 )
2022-12-29 21:39:57 +08:00
Liam
c4f9a552e5
Multi config bug fix ( #216 )
...
* refactor multi config
remove pool cleaner
correct message and log level
2022-12-17 20:23:46 +08:00