Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Entry-pointURIImplementationComments
Health check and Maintenance/configTorii + Config

Web API for checking Iroha Peer health, metrics and manage configurations
It can be used for Peer To Peer communications (instead of Ping/Pong) and administrative purposes

Client → Peer
MaintenanceLook Maintenance RFC
Transactions/transactionTorii + Queue

Web API for incoming Transactions with Instructions to execute on the ledger

Transactions can be send from Clients, Bridges or other Peers

Query/queryTorii + WSVWeb API for Queries which will work with World State View of the Peer
Peer ↔ Peer
Block synchronization/blockTorii + KuraWeb API for data synchronization and propagation between Peers
Consensus/voteTorii + SumeragiWeb API for consensus voting via Sumeragi logic

...

  • changes in `Iroha` instances like new `ChangeBlockBuildStepTime` 
  • `AddPeer` instruction will add new peer to WSV:Peer:Peers
  • `ShareNewBlock` event can trigger new block  propagation to peers from WSV:Peer:Peers
  • `Vote` can be implemented as Instruction

Open Questions

  •  When Peers send accepted transactions

...

  • Right after acceptance

...

  • or each tick of Block Build Step

...

  •  What is the difference between Block commit message handling and Block synchronization

...

  •  How to update configuration which requires instance reloading (new address, etc)