Skip to content

Latest commit

 

History

History
118 lines (97 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

118 lines (97 loc) · 16.5 KB

topos

0.1.0 - 2024-03-25

⛰️ Features

  • 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)

🐛 Bug Fixes

  • (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)

🚜 Refactor

⚙️ Miscellaneous Tasks

  • 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)

Build

  • Ignore pr checking name for release (#480) - (cfd8890)

0.0.11 - 2024-02-08

⛰️ Features

  • 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)

🐛 Bug Fixes

🚜 Refactor

  • Graphql types to differentiate inputs (#435) - (4b0ec9b)

⚙️ Miscellaneous Tasks