Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.29 KB

2024-09-20.md

File metadata and controls

31 lines (23 loc) · 2.29 KB

Dear Iroha Community,

Here are some highlights on our progress over the past two weeks:

  • Updated the Getting Started section of the documentation to the latest version of Iroha.
  • Introduced an async task supervisor, simplifying peer lifecycle while making error handling more robust.
  • Reorganized the codebase.
    • The crate of the iroha binary is now called iroha_cli (previously iroha_client_cli).
    • The crate of the kagami binary is now called iroha_kagami (previously kagami).
    • The crate of the iroha_wasm_builder binary is now also called iroha_wasm_builder.
    • parity_scale_cli is now called iroha_codec.

Changelog

  • feat!: reorganize crates (#4970)
  • feat(schema): use the type names passed to schema's types! macro in type position (#5046)
  • fix(topology): dont depend on signatures for update (#5039)
  • fix: Fix iroha_genesis compilation without transparent_api feature (#5056)
  • perf: Make PublicKey decoding lazy inside WASM (#5048)
  • refactor: supervise spawned tasks (#4716)
  • refactor: introduce FindTriggers query, remove FindTriggerById (#5040)
  • refactor: Change parameters format in genesis.json (#5020)
  • ci: Bump rust toolchain to nightly-2024-09-09 (#5047)

We would love you to get involved. Please check out good first issues and the contributing guide as starting places.

If you have any questions, feedback, or concerns regarding the updates or any other project-related matters, please feel free to discuss them in our Telegram and Discord chats.

Best regards,

Hyperledger Iroha team