garyschulte
4c969b468e
21.7.1 release ( #2541 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
3 years ago
Ratan (Rai) Sur
f9054f608d
add download link ( #2524 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
Co-authored-by: matkt <karim.t2am@gmail.com>
3 years ago
Ratan (Rai) Sur
36a50b5ccf
move blocks and add mainnet ( #2523 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
3 years ago
Vijay Michalik
f4132a9216
Updated changelog with GoQuorum privacy detail ( #2507 )
...
also moved qbft into early access features section
Signed-off-by: Vijay Michalik <vijay.michalik@consensys.net>
Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
Signed-off-by: Usman Saleem <usman@usmans.info>
3 years ago
Jason Frame
fdd747e6c6
QBFT release changelog entry ( #2487 )
...
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
3 years ago
Sally MacFarlane
de602c4855
no trace for method calls in private tx simulator ( #2482 )
...
* no trace for method calls in private tx simulator
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Ratan (Rai) Sur
375d9b6202
Fix NoSuchElementException in Transaction Receipt Logic ( #2477 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
3 years ago
matkt
6c96dd7c33
update CHANGELOG.md ( #2475 )
...
Signed-off-by: makt <zem39111@gmail.com>
3 years ago
Ratan (Rai) Sur
b55b076a91
eth_feeHistory ( #2466 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
3 years ago
Jason Frame
5ab214e894
Fix bft messages having duplicate prepares in roundChange message ( #2449 )
...
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
3 years ago
Daniel Lehrner
ec4db5b7a7
Fix: Native libraries of secp256k1 and alt bn 128 can be disabled ( #2163 )
...
fix disabling of native libraries
Signed-off-by: Daniel Lehrner <daniel@io.builders>
3 years ago
Ratan (Rai) Sur
b080a1228f
update changelog ( #2447 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
3 years ago
Justin Florentine
f2c869c6c5
added London blocknumbers for testnets ( #2426 )
...
Signed-off-by: Justin Florentine <justin.florentine@consensys.net>
4 years ago
matkt
7120606683
updated eth_sendRawTransaction for EIP1559 transactions ( #2424 )
...
Updated eth_sendRawTransaction to return an error when maxPriorityFeePerGas exceeds maxFeePerGas
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
1ca3a4d33e
Remove experimental flag for ethstats ( #2405 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Vladyslav Lupashevskyi
2b24f43a8a
Implement transitions for IBFT2 block rewards ( #1977 )
...
Signed-off-by: Vladyslav Lupashevskyi <vlad@lupashevskyi.com>
Co-authored-by: Trent Mohay <trent.mohay@consensys.net>
4 years ago
garyschulte
e90cef0f6d
1559 blockchain reftests ( #2374 )
...
* allow transaction pool to accept transactions with maxFeePerGas less than base fee
* make 1559 fields return short hex format instead of 8 bytes zero padded
* update reference tests to latest
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
matkt
963bc8e954
update CHANGELOG for 21.1.7 release ( #2347 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
9a43227587
Add calaveras testnet and remove baikal ( #2343 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
30c9aaa9b6
Fix invalid trace for CALL operation - ( #2319 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Sally MacFarlane
54d0857d3f
Orion info in changelog ( #2322 )
...
* added orion deprecation info
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Antoine Toulme
5670264f12
Upgrade OpenTelemetry to 1.2.0 ( #2313 )
...
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Antoine Toulme
61bf0d9cad
Magneto hard fork ( #2315 )
...
* Magneto hard fork
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
* address code review
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
4 years ago
Ratan (Rai) Sur
f4cea441ea
update changelog ( #2309 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
matkt
4fce5aea06
EIP-3554: Difficulty Bomb Delay to December 1st 2021 ( #2289 )
...
* implemented EIP-3554: Difficulty Bomb Delay to December 1st 2021
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
* update CHANGELOG.md
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
garyschulte
a9dcd5bb5a
update json-rpc responses for 1559 ( #2222 )
...
* address assumption that if 1559 is enabled there is a london fork block config
fixes #2192
Signed-off-by: garyschulte <garyschulte@gmail.com>
* omit null chainId from transaction json serialization, and fix merge regression
Signed-off-by: garyschulte <garyschulte@gmail.com>
* update json-rpc responses for 1559, use current feeCap and gasPremium field names
Signed-off-by: garyschulte <garyschulte@gmail.com>
* add pr number to changelog
Signed-off-by: garyschulte <garyschulte@gmail.com>
* fix transaction decoder
Signed-off-by: Gary Schulte <garyschulte@gmail.com>
* rebase and fix merge conflicts
Signed-off-by: garyschulte <garyschulte@gmail.com>
* remove null chainId from json-rpc test fixtures
Signed-off-by: garyschulte <garyschulte@gmail.com>
* the great 1559 rename
Signed-off-by: garyschulte <garyschulte@gmail.com>
* re-remove gasTarget
Signed-off-by: garyschulte <garyschulte@gmail.com>
* add serialization tests for 1559 transaction fields
Signed-off-by: garyschulte <garyschulte@gmail.com>
* add json property ordering annotations to Transaction*Result and spotless
Signed-off-by: garyschulte <garyschulte@gmail.com>
* rebase on master, update error message feedback from Karim
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
matkt
3267501c8c
Implement eip 3529 ( #2238 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
1e2411cb17
Fix invalid error codes on some JSON RPC apis ( #2138 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
8d47d6c404
implement eip ( #2245 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
9b542bc7ec
Add support for baikal testnet and london network upgrade ( #2237 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Co-authored-by: garyschulte <garyschulte@gmail.com>
4 years ago
garyschulte
4a3e2751c3
Make 2930 accesslist transactions use frontier txn price calculator ( #2239 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com>
4 years ago
3nprob
fb42320b74
Make public key decode errors debug level ( #2143 )
...
Make public key decode errors debug level
Resolves #2142
Signed-off-by: 3nprob <3nprob@example.com>
4 years ago
matkt
1b5d849bdf
Add downlink for 21.1.5 release ( #2179 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
0c2bcb5515
Prepare changelog for release 21.1.5 ( #2169 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Ratan (Rai) Sur
0eb871c1b6
Don't Create New Node Record If Discovery Is Disabled ( #2140 )
...
If peer discovery was disabled, we would still try to create a Node Record even though we hadn't initialized required fields.
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
Ratan (Rai) Sur
11060f065f
Add download besu link ( #2130 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
Ratan (Rai) Sur
133245858e
update changelog for 21.1.4 ( #2127 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
Richard Hart
56255c11b3
Adds DNS discovery URL CLI command ( #2088 )
...
Adds a CLI flag --dns-discovery-url for specifying the DNS discovery URL
Signed-off-by: Richard Hart <richardhart92@gmail.com>
4 years ago
Adrian Sutton
de15988b90
Upgrade discovery to include fix for nonce generation ( #2075 )
...
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
4 years ago
matkt
7c8633ad5a
update CHANGELOG.md ( #2064 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
matkt
f21ccccfa3
Increase node diversity when downloading blocks ( #2033 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
Co-authored-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
Ratan (Rai) Sur
30ef44330e
Update Ethereum Node Record When We Pass Network Upgrade Blocks ( #1998 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
Tim Beiko
9a138ad3c0
Remove download links and specify 21.1.2 where 21.1.1 was ( #2034 )
...
Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
4 years ago
Ratan (Rai) Sur
06ae5e8ad3
changelog ( #2032 )
...
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
4 years ago
SajZ
dcc45aa407
Update CHANGELOG.md ( #2023 )
...
Signed-off-by: SajZ <sajida.zouarhi@gmail.com>
4 years ago
Sally MacFarlane
52c17e3bdb
limit number of active WS connections ( #2006 )
...
* add config option for limiting max number of active WS connections
* update test websocket method to not deprecated version
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Sally MacFarlane
4f3868c45d
limit the number of active RPC HTTP connections ( #1996 )
...
* add config option for max number of active RPC connections
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Danno Ferrin
324415cbfe
Complete Bintray Exodus ( #1968 )
...
* Remote bintray publish
* Remove references to bintray repos
* Update binary download locations.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
4 years ago
matkt
ae3c2673f4
Add download link - release 21.1.1 ( #1991 )
...
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
4 years ago
Tim Beiko
4b3fe4e87b
Notes about Berlin upgrade ( #1988 )
...
Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
Co-authored-by: Danno Ferrin <danno.ferrin@gmail.com>
4 years ago