Svyatoslav Nikolsky
|
a0c8206684
|
Move pruning strategy to runtime level (#128)
* move pruning strategy to runtim level
* cargo fmt --all
* Update modules/ethereum/src/lib.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* finalize_headers -> finalize_and_prune_headers
* PruningStrategy::default()
* fn import_of_non_best_block_may_finalize_blocks()
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
b701c2be8d
|
Update Substrate to latest master (rc3) (#129)
* Substrate 606c56d2e2f69f68f3947551224be6a3515dff60
* update jsonrpsee
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
643075f7fa
|
Finality votes cache (#116)
* removeInMemoryStorage + extract Kovan stuff to runtime
* removed comment from the future
* remove redundant conversions
* remove redundant `u8 as usize`
* remove redundant `u8 as usize`
* Update modules/ethereum/src/mock.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* use hex-literal in kovan config
* cargo fmt --all
* extracted insert_header
* cargo fmt --all
* finality cache
* cargo fmt --all
* cargo fmt --all
* impl Default for FinalityVotes
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <castano.ha@gmail.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
a7e7c895f6
|
Bump substrate version (#120)
* bump substrate
* cargo fmt --all
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
a6a86c21bb
|
Use runtime storage in PoA -> Substrate module tests (#103)
* removeInMemoryStorage + extract Kovan stuff to runtime
* removed comment from the future
* remove redundant conversions
* remove redundant `u8 as usize`
* remove redundant `u8 as usize`
* Update modules/ethereum/src/mock.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* use hex-literal in kovan config
* cargo fmt --all
* extracted insert_header
* cargo fmt --all
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|