-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[refactor] : Make Iroha version 2.0.0-pre-rc.19
compatible for Blockchain Explorer
#3880
Labels
api-changes
Changes in the API for client libraries
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Comments
horizenight
pushed a commit
to horizenight/iroha
that referenced
this issue
Sep 11, 2023
Signed-off-by: Kshitij Roodkee <kshitijroodkee@Kshitijs-MacBook-Air.local>
5 tasks
horizenight
changed the title
[Patch] : Make Iroha version
[patch] : Make Iroha version Sep 11, 2023
2.0.0-pre-rc.19
compatible for Blockchain Explorer2.0.0-pre-rc.19
compatible for Blockchain Explorer
horizenight
pushed a commit
to horizenight/iroha
that referenced
this issue
Sep 11, 2023
Signed-off-by: Kshitij Roodkee <kshitijroodkee@Kshitijs-MacBook-Air.local>
I researched code more in-depth. There are big changes after the merge of #3621. It almost reverts the work I made back then in #2146 & #2147. Now Thus, the major point of this fix is to make it transport-agnostic again. Will try to solve it shortly. |
0x009922
added
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
api-changes
Changes in the API for client libraries
labels
Sep 13, 2023
horizenight
changed the title
[patch] : Make Iroha version
[refactor] : Make Iroha version Sep 18, 2023
2.0.0-pre-rc.19
compatible for Blockchain Explorer2.0.0-pre-rc.19
compatible for Blockchain Explorer
Closing in favor of soramitsu/iroha2-block-explorer-backend#44 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-changes
Changes in the API for client libraries
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Description
Currently, the blockchain explorer backend requires various methods that were in Iroha version
2.0.0-pre-rc.16
but are not present / structured changed in Iroha version2.0.0-pre-rc.19
.This patch will be addressing commits related to it.
The text was updated successfully, but these errors were encountered: