POA
caa210107e
Add additional service transactions checking to block verifier
2021-11-10 16:36:17 +03:00
POA
88eb7d3257
Revert eip1559BaseFeeMinValue activation on xDai
2021-11-04 15:50:48 +03:00
POA
73895aae88
Set eip1559BaseFeeMinValue for POA Core
2021-11-02 10:29:54 +03:00
POA
c5719983b2
Set eip1559BaseFeeInitialValue equal to eip1559BaseFeeMinValue for xDai
2021-11-02 09:34:53 +03:00
POA
f9b2db206a
Replace eip1559BaseFeeFixedValue* spec options with eip1559BaseFeeMinValue and eip1559BaseFeeMinValueTransition
2021-11-01 13:20:58 +03:00
POA
437ba9b044
Add eip1559BaseFeeFixedValue and eip1559BaseFeeFixedValueTransition spec options and bump to v3.3.0-rc.14
2021-11-01 10:53:50 +03:00
uink45
98873fc0c0
EIP-4345 enabled ( #561 )
...
* EIP-4345 enabled
Co-authored-by: varasev <33550681+varasev@users.noreply.github.com>
2021-11-01 07:14:52 +03:00
POA
415a522429
POA Core London hard fork and bump to v3.3.0-rc.13
2021-10-29 16:37:12 +03:00
POA
646f49fdd0
xDai London hard fork and bump to v3.3.0-rc.12
2021-10-22 09:44:16 +03:00
POA
25ce4b2ec8
Enable GetNodeData for AuRa chains and bump to v3.3.0-rc.11
2021-10-19 11:25:32 +03:00
POA
ac30783c82
Add eip1559FeeCollector and eip1559FeeCollectorTransition spec options and bump to v3.3.0-rc.10
2021-10-14 16:14:38 +03:00
POA
5e9b4c58ae
Bump to v3.3.0-rc.9
2021-10-04 10:43:30 +03:00
POA
74e709fd55
Fix MinGasPrice config option
2021-09-29 10:30:28 +03:00
POA
3413343caa
Add service transactions support for EIP-1559
2021-09-29 10:30:28 +03:00
sunce86
8bb02dd479
small fixes
2021-09-29 10:30:27 +03:00
sunce86
79be8f1ab8
min_gas_price becomes min_effective_priority_fee (effective_gas_price - base_fee)
2021-09-29 10:30:27 +03:00
sunce86
a049baf6b2
added version 4 for TxPermission contract
2021-09-29 10:30:27 +03:00
sunce86
d8305c52ea
Bump to v3.3.0-rc.8
2021-09-03 17:07:40 +02:00
Jochen Müller
239d790df1
Ignore GetNodeData requests ( #519 )
2021-09-03 16:43:33 +02:00
Jochen Müller
298a1a0ecc
Bump to v3.3.0-rc.7
2021-08-23 14:03:36 +02:00
Jochen Müller
36b3f125a4
Fix wrong sync packet id ( #514 )
2021-08-23 13:54:25 +02:00
sunce86
5d9ff63043
Bump to v3.3.0-rc.6
2021-08-04 18:15:06 +02:00
sunce86
01996c8867
Merge branch 'dev'
2021-08-04 18:05:31 +02:00
varasev
2ae294990a
London HF on Kovan ( #502 )
...
* London HF on Kovan
Block number 26741100
* Set wasmDisableTransition for Kovan
Co-authored-by: Dusan Stanivukovic <dusan.stanivukovic@gmail.com>
2021-08-03 14:02:37 +02:00
sunce86
745c4bd00c
Revert "Sunce86/eip1559 for x dai ( #499 )"
...
This reverts commit 87ae05d99e
.
2021-08-03 11:49:51 +02:00
sunce86
ecae5f1c47
Revert "Sunce86/eip1559 for x dai ( #499 )"
...
This reverts commit 87ae05d99e
.
2021-08-03 11:47:01 +02:00
Dusan Stanivukovic
87ae05d99e
Sunce86/eip1559 for x dai ( #499 )
...
* added version 4 for TxPermission contract
* min_gas_price becomes min_effective_priority_fee (effective_gas_price - base_fee)
2021-08-02 19:47:39 +02:00
sunce86
a92e5e761b
Bump to v3.3.0-rc.4
2021-07-14 21:46:58 +02:00
Dusan Stanivukovic
87603926b5
feeHistory implementation ( #484 )
...
* feeHistory implementation
* code review fix
2021-07-14 21:21:28 +02:00
Dusan Stanivukovic
eb42f0c5d9
gasPrice is required field for Transaction object ( #481 )
2021-07-12 15:22:27 +02:00
Dusan Stanivukovic
33908e8361
fix state test for openethereum-evm ( #480 )
...
* fix state test for openethereum-evm
2021-07-10 08:53:53 +02:00
Dusan Stanivukovic
aa09846200
bump ethereum tests 9.0.3 ( #478 )
2021-07-09 16:47:02 +02:00
Dusan Stanivukovic
67ab600bc9
Sunce86/effective gas price not omitting ( #477 )
...
* no omit effectiveGasPrice in receipts
2021-07-09 14:56:37 +02:00
Dusan Stanivukovic
4b437428bd
define london block at 12965000 ( #476 )
...
* define london block at 12965000
2021-07-08 22:55:53 +02:00
Jochen Müller
38e40f649c
Restore GetNodeData ( #469 )
...
* Accept GetNodeData requests
* Implement blockchain client method for node data requests
* Reuse old database read methods for node data
* fmt
* Copy & paste old tests...
* ... and make them work
* fmt
2021-07-05 17:06:35 +02:00
Jochen Müller
43ee520904
Implement eth/66 ( #467 )
...
* Allow eth/66
* Add eth/66 request ids
* fmt
* Remove some leftovers
* fmt
* Change behaviour in case of missing peer info
- Assume eth/66 protocol, not earlier one
- Log just a trace, not an error
2021-07-05 15:59:22 +02:00
sunce86
fdaee51ca0
Bump to v3.3.0-rc.3
2021-06-29 22:56:40 +02:00
Dusan Stanivukovic
eec38b30e3
forcing base fee to zero if gas pricing is omitted ( #460 )
...
* forcing base fee to zero if gas pricing is omitted
* force base fee to zero for estimate_gas
2021-06-29 22:17:00 +02:00
Dusan Stanivukovic
287409f9f5
gasPrice substituted with effective_gas_price ( #458 )
2021-06-28 19:15:37 +02:00
Dusan Stanivukovic
e5ae846de4
added effectiveGasPrice to eth_getTransactionReceipt return structure ( #450 )
2021-06-28 19:04:52 +02:00
Dusan Stanivukovic
e6f3794dd4
rust version reverted to 1.52.1 ( #454 )
2021-06-28 16:39:18 +02:00
sunce86
5920f232d0
Bump to v3.3.0-rc.2
2021-06-17 11:32:11 +02:00
sunce86
3bce814090
Update changelog
2021-06-17 11:31:33 +02:00
sunce86
118051696e
Merge branch 'dev'
2021-06-16 21:18:02 +02:00
Dusan Stanivukovic
17057eeedc
bump ethereum tests 9.0.2, revert london mainnet block ( #435 )
...
* bump ethereum tests 9.0.2
* london mainnet block removed
2021-06-16 20:48:23 +02:00
Dusan Stanivukovic
7aa1e987de
Update CHANGELOG.md
2021-06-16 09:33:16 +02:00
Jochen Müller
193b25a22d
Bump to v3.3.0-rc.1
2021-06-15 13:25:26 +02:00
Jochen Müller
99a8ddae41
Update changelog
2021-06-15 13:00:45 +02:00
Dusan Stanivukovic
93b39df02d
Eip 3554 enabled, London blocks defined ( #433 )
...
* Eip 3554 enabled
* london hard fork blocks
2021-06-15 11:18:56 +02:00
Dusan Stanivukovic
5dec58ba9f
Sunce86/fix tx pool locals for 1559 ( #431 )
...
* fixed handling of local txs after 1559 activation
2021-06-11 10:19:08 +02:00