Sandeep Sreenath
7368ca6888
Merge pull request #185 from maticnetwork/krishna/network-flags
...
Network flags
2021-10-06 17:01:00 +05:30
Krishna Upadhyaya
00b5788793
change: mumbai to bor-mumbai
2021-09-21 14:58:11 +05:30
Uttam Singh
f088f1f24f
Added BorMainnet
2021-09-17 13:39:29 +05:30
Krishna Upadhyaya
6f54d66cac
add: mumbai geth config updated
2021-09-02 19:55:04 +05:30
Krishna Upadhyaya
adbd18f42c
fix: genesis alloc issue
2021-09-01 15:04:25 +05:30
Krishna Upadhyaya
700d7bcdf4
add: mumbai network flag
2021-09-01 01:56:09 +05:30
Sandeep Sreenath
a55141c7e7
Merge branch 'master' into patch-1
2021-08-31 14:29:13 +05:30
Krishna Upadhyaya
a49bc2172a
Merge remote-tracking branch 'go-ethereum/master' into krishna/header-hash-fix
2021-08-28 12:50:40 +05:30
Matthieu Vachon
339cf328bd
Fixed wrong version for Bor
2021-08-24 12:10:41 -04:00
Arpit Temani
7e76e9f27c
Merge tag 'v1.10.8' of github.com:ethereum/go-ethereum into arpit/v1.10.8-upgrade
2021-08-24 12:56:59 +05:30
Péter Szilágyi
ea4bc2dbff
params: begin Geth v1.10.9 release cycle
2021-08-24 10:08:08 +03:00
Péter Szilágyi
26675454bf
params: release Geth v1.10.8
2021-08-24 10:04:30 +03:00
Arpit Temani
b27dca6bbf
merge v1.10.7
2021-08-19 15:56:13 +05:30
Zachinquarantine
85b9bdd641
cmd, core: remove calaveras testnet ( #23366 )
...
Removes references to the short-lived Calaveras testnet
2021-08-17 18:43:25 +02:00
Péter Szilágyi
a580f7d6c5
params: begin v1.10.8 release cycle
2021-08-12 10:15:49 +03:00
Péter Szilágyi
12f0ff40b1
params: release Geth v1.10.7
2021-08-12 10:14:03 +03:00
Péter Szilágyi
f4ad493870
params: update CHTs for the 1.10.7 release
2021-08-12 10:11:39 +03:00
Felix Lange
a1f16bc74c
params: begin v1.10.7 release cycle
2021-07-22 16:45:22 +02:00
Felix Lange
576681f29b
params: release go-ethereum v1.10.6 stable
2021-07-22 16:44:28 +02:00
Péter Szilágyi
f0b1bddac4
params: begin v1.10.6 release cycle
2021-07-14 11:04:36 +03:00
Péter Szilágyi
33ca98ece9
params: release Geth v1.10.5, Exodus Cluster
2021-07-14 11:01:38 +03:00
Péter Szilágyi
afd4227df8
params: update CHTs for the 1.10.5 release
2021-07-09 14:27:41 +03:00
Martin Holst Swende
ff4ff30a68
core, params: define london block at 12965000 ( #23176 )
...
* core, params: define london block at 12965000
* core/forkid: fix test
2021-07-08 12:34:56 +03:00
Sina Mahmoodi
5441a8fa47
all: remove noop vm config flags ( #23111 )
...
* all: rm external interpreter and ewasm config
* core/vm: rm Interpreter interface
* cmd/geth: deprecate interpreter config fields
2021-07-06 22:03:09 +02:00
Afanasii Kurakin
bbb2b30506
params: fix typo in gas cost comments ( #23065 )
2021-06-18 12:15:51 +02:00
Felix Lange
87a11a87c2
params: begin v1.10.5 release cycle
2021-06-17 12:36:42 +02:00
Felix Lange
aa637fd38a
params: release go-ethereum v1.10.4 stable
2021-06-17 12:35:17 +02:00
Péter Szilágyi
cdb9fefc48
params: bump CHTs for Geth v1.10.4
2021-06-16 09:14:58 +03:00
Péter Szilágyi
7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 ( #23038 )
...
* accounts/abi/bind: fix bounded contracts and sim backend for 1559
* accounts/abi/bind, ethclient: don't rely on chain config for gas prices
* all: enable London for all internal tests
* les: get receipt type info in les tests
* les: fix weird test
Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-06-15 13:56:14 +03:00
Martin Holst Swende
087ed9c92e
params, core/forkid: add london testnet blocks ( #23041 )
...
* params: add london testnet blocks
* core/forkid: update fork hashes
2021-06-14 20:35:01 +03:00
Martin Holst Swende
08ea52e77a
cmd/geth, core, params: replace baikal with calaveras ( #22972 )
...
* cmd/geth, core, params: replace baikal with calaveras
* params: fix genesis hash for Calaveras
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2021-05-31 10:06:48 +03:00
Arpit Temani
e0f7a00153
add overrideStateSyncRecords to genesis
2021-05-27 17:56:09 +05:30
Jaynti Kanani
638e829b04
update: merge v1.10.3
2021-05-25 14:20:38 +04:00
Martin Holst Swende
94451c2788
all: implement EIP-1559 ( #22837 )
...
This is the initial implementation of EIP-1559 in packages core/types and core.
Mining, RPC, etc. will be added in subsequent commits.
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-05-17 15:13:22 +02:00
Martin Holst Swende
a5669ae292
core, params: implement EIP-3529 ( #22733 )
...
* core, params: implement EIP-3529
* core/vm: add london instructionset
* core/vm: add method doc for EIP enabler
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2021-05-07 09:25:32 +03:00
Martin Holst Swende
cc606be74c
all: define London+baikal, undefine yolov3, add london override flag ( #22822 )
...
* all: define London+baikal, undefine yolov3, add london override flag
* cmd, core, params: add baikal genesis definition
2021-05-06 12:07:42 +03:00
Felix Lange
37b5595456
params: begin v1.10.4 release cycle
2021-05-05 13:21:13 +02:00
Felix Lange
991384a7f6
params: go-ethereum v1.10.3 stable
2021-05-05 13:20:06 +02:00
Felix Lange
afb097eda8
params: remove dependency on crypto ( #22788 )
...
* params: remove dependency on crypto
Package params should not depend on package crypto because building
crypto requires cgo.
Since build/ci.go needs package params to get the go-ethereum version
number, C code must be compiled in order to run the build tool, which is
annoying for certain cross-compilation setups.
* params: add SectionHead
2021-05-03 15:28:02 +03:00
Guillaume Ballet
f79cce5de9
eth/catalyst: add catalyst API prototype ( #22641 )
...
This change adds the --catalyst flag, enabling an RPC API for eth2 integration.
In this initial version, catalyst mode also disables all peer-to-peer networking.
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-04-16 21:29:22 +02:00
meowsbits
3cfd0fe7a8
core: add TestGenesisHashes and fix YoloV3 ( #22559 )
...
This adds simple unit test checking if the hard-coded genesis
hash values in package params match the actual genesis block hashes.
2021-04-16 00:32:16 +02:00
Felix Lange
04dcc9378d
params: begin v1.10.3 release cycle
2021-04-08 13:04:30 +02:00
Felix Lange
97d11b0187
params: release go-ethereum v1.10.2 stable
2021-04-08 13:02:25 +02:00
Péter Szilágyi
e3ff37c47a
params: update CHTs for v1.10.2
2021-04-08 13:23:34 +03:00
Jaynti Kanani
26ad897916
chg: update geth to v1.10.1
2021-03-09 17:06:18 +05:30
Péter Szilágyi
182670849e
params: begin v1.10.2 release cycle
2021-03-08 11:34:08 +02:00
Péter Szilágyi
c2d2f4ed8f
params: release Geth v1.10.1
2021-03-08 11:32:20 +02:00
Péter Szilágyi
9230ca4924
Revert "core/forkid, params: unset Berlin fork number ( #22413 )"
...
This reverts commit ba999105ef .
2021-03-04 10:44:37 +02:00
Felix Lange
63385374ec
params: begin v1.10.1 release cycle
2021-03-03 18:01:31 +01:00
Felix Lange
56dec25ae2
params: release geth 1.10.0 stable
2021-03-03 17:44:17 +01:00