0.1.0 - 2024-03-25
- Update smart-contracts to 3.4.0 stable - (a714493)
- Add p2p layer health check (#464) - (d2ec941)
- Terminate stream if client is dropping the connection (#463) - (2c73f0b)
- Introduce topos-node crate (#459) - (d8db631)
- Add proper error handling to setup command (#452) - (3335846)
- Remove dht publication (#449) - (7030341)
- Add benchmark dns option to spam subcommand (#448) - (90405f3)
- Move telemetry-otlp setup into telemetry crate (#446) - (8a15fc4)
- (config) Fix the parse of edge_path ENV var (#482) - (b2a1af0)
- (p2p) Accept listener connection during bootstrap (#484) - (b8cd730)
- (p2p) Rework ticks of bootstrap query interval (#483) - (5b6ddb8)
- Bump smart contract version (#478) - (642203c)
- Concurrency insert between pending and delivered (#467) - (bd5e3f5)
- Block handling during certificate generation (#471) - (a5299c8)
- Update mio (#473) - (8291740)
- Revert update smart contract event (#470) - (c41a51a)
- Update smart contract event (#462) - (f995859)
- Remove duplicated certificate push on gossipsub (#458) - (b0e88dc)
- Add next_pending_certificate on end task (#455) - (2aaa500)
- Improve delivery timing (#466) - (96e862f)
- Store instantiation (#461) - (213b8d4)
- Update error management and config/process (#460) - (cc0c7b5)
- Move edge config to config crate (#445) - (23cc558)
- Tce-broadcast config (#444) - (10c3879)
- Update changelog for 0.1.0 - (65fc8cd)
- Update changelog for 0.1.0 - (a82617a)
- Disable coverage report on release branch (push) - (09f3663)
- Disable coverage report on release branch (push) - (e909e22)
- Disable coverage report on release branch (#481) - (8f10090)
- Update changelog for 0.1.0 - (c68798e)
- Creating CHANGELOG.md for 0.0.11 - (463f52f)
- Bumping version 0.1.0 - (16de6a6)
- Update deps (#474) - (264c569)
- Refactor logs and fix typo (#465) - (8044310)
- Removing cache_size (#472) - (b2e4cf8)
- Backport fix of 0.0.11 (#453) - (53328ac)
0.0.11 - 2024-02-08
- Introduce topos-config crate (#443) - (4ff2a23)
- Adding positions to certificate (#440) - (5315710)
- Improve sequencer error handling and shutdown/restart sequence (#428) - (ab8bb9e)
- Update double echo to use pending CF (#418) - (8fb4003)
- Use anvil for sequencer tests (#427) - (5b0257b)
- Update tce config addresses (#415) - (476948f)
- Remove the register commands macro (#426) - (985d0be)
- Run e2e topos integration workflow (#408) - (f0b7637)
- Adding filter on message when non validator (#405) - (b096482)
- Add no-edge-process flag to node init (#401) - (28a553b)
- Refactor peer selection for synchronization (#382) - (6982d33)
- Remove task manager channels (#391) - (f5fa427)
- Add batch message and update double echo (#383) - (f0bc90c)
- Fixing wrong use of IntCounterVec (#442) - (fe062a5)
- Clippy unused (#434) - (4aa6a9e)
- Remove an unused channel that was locking the broadcast (#433) - (43c6fe5)
- RUSTSEC-2024-0003 (#431) - (cad4d76)
- RUSTSEC-2023-0078 (#429) - (35f8930)
- Fixing release notification (#423) - (7503fa7)
- Move test abi generation to separate module (#424) - (d4ff358)
- Return error from subprocesses (#422) - (53b3229)
- Debug 0.0.11 synchronization (#447) - (edf86ee)
- Update dependencies (#450) - (62126e0)
- Remove mention of topos-api from coverage YAML (#438) - (6c7e342)
- Bump version for topos to 0.0.11 (#439) - (917eaf9)
- Refactor struct in topos-core (#437) - (acedac7)
- Update crates structure for api/uci and core (#436) - (355b08a)
- Fix logs for pending (#432) - (342b2c7)
- Updating double echo for devnet (#416) - (1e91086)
- Fixing clippy warning for 1.75.0 (#425) - (22a3745)
- Refactor push certificate tests and cleanup regtest (#399) - (c60170d)
- Update signal handle by tce (#417) - (beca28b)
- Cleanup topos tools (#397) - (0820306)
- Adding context on connection to self (#413) - (6e72999)
- Adding context on connection to self (#411) - (3a799ac)
- Adding context to p2p msg received (#410) - (e1b2ccf)
- Adding context to certificate broadcast (#409) - (d170b6b)
- Adding storage context on startup (#404) - (ffae4c6)
- Remove audit ignore report (#407) - (70bce47)
- Update SynchronizerService to remove unwrap (#403) - (b424aa9)
- Adding no-color option to CLI (#402) - (4989936)
- Adding cross compilation (#400) - (887762f)
- Adding openssl as dependency (#396) - (60f873c)
- Update release action target (#395) - (54db400)
- Update release action target (#394) - (f0f28c3)
- Adding aarch64 image (#393) - (9f48dc8)
- Cleanup topos test network setup (#390) - (2820664)