POA
6e06824c23
Bump to v3.3.3
1 year ago
Rim Rakhimov
43d6da6b52
Made nodes data concatenate as RLP sequences instead of bytes ( #598 )
...
* Made nodes data concatenate as RLP sequences instead of bytes
* Add test for getNodeData dispatch
* Update getNodeData to return data for non-aura networks
1 year ago
Rim Rakhimov
412d797a3b
Implements eip-3607 ( #593 )
...
* implements eip-3607
* Tests fixed
* Added tests for eip3607 functionality
* rast fmt
1 year ago
Rim Rakhimov
63bab44e3c
Makes eth_mining to return False if not is not allowed to seal ( #581 )
1 year ago
Rim Rakhimov
f703d01f23
Add type field for legacy transactions in RPC calls ( #580 )
...
* Added type field for legacy transactions when returned as rpc call response
* Remove invalid test
1 year ago
POA
f13fa10b8a
Bump to v3.3.2, London on Sokol, effective_gas_price function enhancement
1 year ago
POA
657100cebc
Bump to v3.3.1
1 year ago
POA
d2d19ec8c2
Merge branch 'dev' of https://github.com/openethereum/openethereum into dev
1 year ago
POA
0f872aff78
Add a bootnode for Kovan
1 year ago
Rim Rakhimov
405738c791
Fix for modexp overflow in debug mode ( #578 )
...
* fix modexp overflow panic in debug mode
* Added one more unit test for modexp
* Remove redundant bytes from modexp unit test
Co-authored-by: POA <33550681+poa@users.noreply.github.com>
1 year ago
Rim Rakhimov
3b19a79c37
Adds eth_maxPriorityFeePerGas implementaiton ( #570 )
...
* added eth_maxPriorityFeePerGas rpc call
* cargo fmt
* moved block_base_fee implementation into the trait
* added basic test for eth_maxPriorityFeePerGas
* added test for eth_maxPriorityFeePerGas calculation
* Added support for zero-cost transactions
* Added 'eip1559_not_activated' error
* Fixes 'chain::supplier::test::return_nodes' test
* cargo fmt
* cargo fmt
* made calculation of fallback priority fee to ignore zero-cost transactions
* cargo fmt
* made use of 'saturating_sub' instead of minus
1 year ago
POA
64a1614769
Bump to v3.3.0
1 year ago
POA
b981f7beef
Add validateServiceTransactionsTransition spec option
1 year ago
POA
caa210107e
Add additional service transactions checking to block verifier
1 year ago
POA
88eb7d3257
Revert eip1559BaseFeeMinValue activation on xDai
1 year ago
POA
73895aae88
Set eip1559BaseFeeMinValue for POA Core
1 year ago
POA
c5719983b2
Set eip1559BaseFeeInitialValue equal to eip1559BaseFeeMinValue for xDai
1 year ago
POA
f9b2db206a
Replace eip1559BaseFeeFixedValue* spec options with eip1559BaseFeeMinValue and eip1559BaseFeeMinValueTransition
1 year ago
POA
437ba9b044
Add eip1559BaseFeeFixedValue and eip1559BaseFeeFixedValueTransition spec options and bump to v3.3.0-rc.14
1 year ago
uink45
98873fc0c0
EIP-4345 enabled ( #561 )
...
* EIP-4345 enabled
Co-authored-by: varasev <33550681+varasev@users.noreply.github.com>
1 year ago
POA
415a522429
POA Core London hard fork and bump to v3.3.0-rc.13
1 year ago
POA
646f49fdd0
xDai London hard fork and bump to v3.3.0-rc.12
1 year ago
POA
25ce4b2ec8
Enable GetNodeData for AuRa chains and bump to v3.3.0-rc.11
1 year ago
POA
ac30783c82
Add eip1559FeeCollector and eip1559FeeCollectorTransition spec options and bump to v3.3.0-rc.10
1 year ago
POA
5e9b4c58ae
Bump to v3.3.0-rc.9
1 year ago
POA
74e709fd55
Fix MinGasPrice config option
2 years ago
POA
3413343caa
Add service transactions support for EIP-1559
2 years ago
sunce86
8bb02dd479
small fixes
2 years ago
sunce86
79be8f1ab8
min_gas_price becomes min_effective_priority_fee (effective_gas_price - base_fee)
2 years ago
sunce86
a049baf6b2
added version 4 for TxPermission contract
2 years ago
sunce86
d8305c52ea
Bump to v3.3.0-rc.8
2 years ago
Jochen Müller
239d790df1
Ignore GetNodeData requests ( #519 )
2 years ago
Jochen Müller
298a1a0ecc
Bump to v3.3.0-rc.7
2 years ago
Jochen Müller
36b3f125a4
Fix wrong sync packet id ( #514 )
2 years ago
sunce86
5d9ff63043
Bump to v3.3.0-rc.6
2 years ago
sunce86
01996c8867
Merge branch 'dev'
2 years ago
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>
2 years ago
sunce86
745c4bd00c
Revert "Sunce86/eip1559 for x dai ( #499 )"
...
This reverts commit 87ae05d99e
.
2 years ago
sunce86
ecae5f1c47
Revert "Sunce86/eip1559 for x dai ( #499 )"
...
This reverts commit 87ae05d99e
.
2 years ago
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)
2 years ago
sunce86
a92e5e761b
Bump to v3.3.0-rc.4
2 years ago
Dusan Stanivukovic
87603926b5
feeHistory implementation ( #484 )
...
* feeHistory implementation
* code review fix
2 years ago
Dusan Stanivukovic
eb42f0c5d9
gasPrice is required field for Transaction object ( #481 )
2 years ago
Dusan Stanivukovic
33908e8361
fix state test for openethereum-evm ( #480 )
...
* fix state test for openethereum-evm
2 years ago
Dusan Stanivukovic
aa09846200
bump ethereum tests 9.0.3 ( #478 )
2 years ago
Dusan Stanivukovic
67ab600bc9
Sunce86/effective gas price not omitting ( #477 )
...
* no omit effectiveGasPrice in receipts
2 years ago
Dusan Stanivukovic
4b437428bd
define london block at 12965000 ( #476 )
...
* define london block at 12965000
2 years ago
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
2 years ago
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
2 years ago
sunce86
fdaee51ca0
Bump to v3.3.0-rc.3
2 years ago