You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


  1. Iroha 1.3.0 soon
  2. Last transactions per second for 4-peered network was about 350 tps for Postgres and about 1000 tps for RocksDB.
  3. Pulling docker image: Hyperledger Iroha with Hyperledger Burrow support:

    docker pull hyperledger/iroha-burrow:support-1.2.x
  4. Backong project: successful cross board transactions.
  5. Grzegorz Bazior Started discussion: Where to store private keys for system used by many users, which have Iroha Accounts, but the system is using Iroha as Core? As a clue there are two possibilities:
    1. Users are having their private keys on their device.
      1. The key is generated on the device.
      2. We should never generate keys for users on centralized server. Because of entropy problem (?)
      3. In centralized system: If user loose key we can generate new one (permissions: CanAddMySignatory and CanRemoveMySignatory).
    2. In decentralized system: Users have passwords, but their keys are stored in a special system which only has access to keys (e.g. logging with Google to secure application storage)
  • No labels