Tags: theophileKO/iroha
Tags
Merge pull request hyperledger-iroha#1597 from hyperledger/develop Hyperledger Iroha v1.0 beta-4 version Signed-off-by: Nikolay Yushkevich <[email protected]>
Merge pull request hyperledger-iroha#1494 from hyperledger/develop Hyperledger Iroha v1.0.0_beta-3
Merge pull request hyperledger-iroha#1350 from hyperledger/develop Hyperledger Iroha v1.0.0 beta-2
Fix build errors related to unused lambda captures (hyperledger-iroha… …#1175) * Fix build errors related to unused lambda captures * Add missing virtual destructors Signed-off-by: Andrei Lebedev <[email protected]>
Merge pull request hyperledger-iroha#1144 from hyperledger/develop Hyperledger Iroha v1.0 beta release
Merge pull request hyperledger-iroha#824 from hyperledger/develop Release v1.0 alpha
Merge pull request hyperledger-iroha#824 from hyperledger/develop Release v1.0 alpha
Merge pull request hyperledger-iroha#697 from hyperledger/develop - Hot join of peer to the network - Mac builds are checked in CI - Increased number of transaction responses - Separation of transport layer in between ordering gate and ordering service - Sonarqube bot checking technical debt of the codebase - Improved initialisation pipeline - Fix of synchronisation service - Effective implementation of cryptography: validation of payload signatures, signatures of block made by peer - Improved representation of asset amount — now supports uint256 - RBAC permission model, supporting grant command - Integration test for transaction pipeline, wide usage of mocks - Implementation of block index storage, based on Redis - Pagination for queries, which return wide range of transaction (GetTransactionHistory, etc.) - Improved implementation of Yet Another Consensus - Provisioning of the system via Ansible Playbook - Builds of Iroha delivered in .deb, .rpm, .tar.gz, and soon brew for macOS - Fixed build for ARMv7, macOS platform - Several improvements in iroha-cli (C++ command-line interface)
Merge pull request hyperledger-iroha#501 from hyperledger/develop Merge v0.95 preview codebase