hyperledger-iroha / iroha-python

Python library for Hyperledger Iroha, a simple distributed ledger.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
103 stars 81 forks source link

Draft: Update main branch from develop branch #121

Closed baziorek closed 2 years ago

baziorek commented 2 years ago

In develop branch was committed PR:

  1. https://github.com/hyperledger/iroha-python/pull/104 - serious problem fixed with python files generated by too new protobuf
  2. https://github.com/hyperledger/iroha-python/pull/103 - small examples refactoring + added new example made by @iptelephony .
  3. https://github.com/hyperledger/iroha-python/pull/107 - serious refactoring of examples + added two more examples
baziorek commented 2 years ago

Merge develop -> main probably never happened, that's why doing this now would be really hard and time-consuming, thats why instead of merge I decided to cherry-pick important changes: https://github.com/hyperledger/iroha-python/pull/122

Thats why I'm closing the PR