v0.1.4
What's Changed
- ref(collator): do_collate refactored and made sync by @serejkaaa512 in #442
- feat(collator): remove async where it is not needed by @serejkaaa512 in #444
- feat(collator): add top shards to block debug info by @serejkaaa512 in #459
- fix(light-node): add ps susbsriber to fix gc issues by @0xdeafbeef in #471
- feat(storage)!: reduce
remove_blocks
IO by @Rexagon in #472 - chore: fix clippy 1.83 warnings by @0xdeafbeef in #476
- fix(consensus): fix restart by @Mododo in #464
- refactor(consensus): refactor configs by @Mododo in #479
- fix(collator): report top anchor to mempool after state update on sync by @SmaGMan in #475
- feat(collator): process large messages queue in master by @SmaGMan in #465
- refactor(core): make neighbors operations sync by @0xdeafbeef in #477
- refactor(core): replace
BytesLike
withBytes::from_owner
by @Rexagon in #482 - fix(consensus): advance DAG rounds in pause mode by @Mododo in #481
- fix(consensus): add rounds to drop on start by @Mododo in #483