-
Notifications
You must be signed in to change notification settings - Fork 279
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
[suggestion]: Add block streaming into iroha_client
#2889
Labels
Comments
Erigara
added
Enhancement
New feature or request
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Oct 20, 2022
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Oct 20, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Oct 20, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Oct 20, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Oct 20, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Oct 24, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
that referenced
this issue
Oct 24, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
BAStos525
added a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Oct 25, 2022
Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 1 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 2 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: try cargo cache Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [feature] hyperledger-iroha#2280: Produce permission events when role is granted/revoked Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [documentation]: Move some docs to the tutorial repository Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [documentation]: Review punctuation (hyperledger-iroha#2872) Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [fix] hyperledger-iroha#2804, hyperledger-iroha#2863: `iroha_client_cli` submit transaction blocking Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [refactor]: improve error messages on configuration failure. (hyperledger-iroha#2892) Co-authored-by: Ilia Churin <churin.ilya@gmail.com> Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> [documentation]: Remove outdated doc files Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [feature] hyperledger-iroha#2508: Add a new client CLI subcommand that accepts wasm Signed-off-by: Vladimir Pesterev <pesterev@pm.me> [feature] hyperledger-iroha#2889: Add block streaming support into `iroha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Fix block streaming Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Close websocket connection properly Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] #0000: Fix `panic_on_invalid_genesis.sh` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [ci]: gggg Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: sssss Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: bbbb Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
BAStos525
added a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Oct 25, 2022
Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 1 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 2 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: try cargo cache Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [feature] hyperledger-iroha#2280: Produce permission events when role is granted/revoked Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [documentation]: Move some docs to the tutorial repository Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [documentation]: Review punctuation (hyperledger-iroha#2872) Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [fix] hyperledger-iroha#2804, hyperledger-iroha#2863: `iroha_client_cli` submit transaction blocking Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [refactor]: improve error messages on configuration failure. (hyperledger-iroha#2892) Co-authored-by: Ilia Churin <churin.ilya@gmail.com> Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> [documentation]: Remove outdated doc files Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [feature] hyperledger-iroha#2508: Add a new client CLI subcommand that accepts wasm Signed-off-by: Vladimir Pesterev <pesterev@pm.me> [feature] hyperledger-iroha#2889: Add block streaming support into `iroha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Fix block streaming Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Close websocket connection properly Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] #0000: Fix `panic_on_invalid_genesis.sh` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [ci]: gggg Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: sssss Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: bbbb Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
BAStos525
added a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Oct 31, 2022
Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 1 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 2 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: try cargo cache Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [feature] hyperledger-iroha#2280: Produce permission events when role is granted/revoked Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [documentation]: Move some docs to the tutorial repository Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [documentation]: Review punctuation (hyperledger-iroha#2872) Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [fix] hyperledger-iroha#2804, hyperledger-iroha#2863: `iroha_client_cli` submit transaction blocking Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [refactor]: improve error messages on configuration failure. (hyperledger-iroha#2892) Co-authored-by: Ilia Churin <churin.ilya@gmail.com> Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> [documentation]: Remove outdated doc files Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [feature] hyperledger-iroha#2508: Add a new client CLI subcommand that accepts wasm Signed-off-by: Vladimir Pesterev <pesterev@pm.me> [feature] hyperledger-iroha#2889: Add block streaming support into `iroha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Fix block streaming Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Close websocket connection properly Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] #0000: Fix `panic_on_invalid_genesis.sh` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [ci]: gggg Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: sssss Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: bbbb Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
BAStos525
added a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Oct 31, 2022
Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 1 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 2 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: try cargo cache Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [feature] hyperledger-iroha#2280: Produce permission events when role is granted/revoked Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [documentation]: Move some docs to the tutorial repository Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [documentation]: Review punctuation (hyperledger-iroha#2872) Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [fix] hyperledger-iroha#2804, hyperledger-iroha#2863: `iroha_client_cli` submit transaction blocking Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [refactor]: improve error messages on configuration failure. (hyperledger-iroha#2892) Co-authored-by: Ilia Churin <churin.ilya@gmail.com> Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> [documentation]: Remove outdated doc files Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [feature] hyperledger-iroha#2508: Add a new client CLI subcommand that accepts wasm Signed-off-by: Vladimir Pesterev <pesterev@pm.me> [feature] hyperledger-iroha#2889: Add block streaming support into `iroha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Fix block streaming Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Close websocket connection properly Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] #0000: Fix `panic_on_invalid_genesis.sh` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [ci]: gggg Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: sssss Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: bbbb Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
BAStos525
added a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Oct 31, 2022
Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 1 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo caching 2 Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: try cargo cache Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [feature] hyperledger-iroha#2280: Produce permission events when role is granted/revoked Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [documentation]: Move some docs to the tutorial repository Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [documentation]: Review punctuation (hyperledger-iroha#2872) Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [fix] hyperledger-iroha#2804, hyperledger-iroha#2863: `iroha_client_cli` submit transaction blocking Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [refactor]: improve error messages on configuration failure. (hyperledger-iroha#2892) Co-authored-by: Ilia Churin <churin.ilya@gmail.com> Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru> [documentation]: Remove outdated doc files Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com> [feature] hyperledger-iroha#2508: Add a new client CLI subcommand that accepts wasm Signed-off-by: Vladimir Pesterev <pesterev@pm.me> [feature] hyperledger-iroha#2889: Add block streaming support into `iroha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Fix block streaming Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] hyperledger-iroha#2880: Close websocket connection properly Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [fix] #0000: Fix `panic_on_invalid_genesis.sh` Signed-off-by: Shanin Roman <shanin1000@yandex.ru> [ci]: gggg Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: sssss Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: bbbb Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru> [ci]: Add cargo chef caching Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Nov 8, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
Nov 16, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
Nov 17, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
Nov 21, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
Nov 21, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
appetrosyan
pushed a commit
that referenced
this issue
Nov 24, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Arjentix
pushed a commit
to Arjentix/iroha
that referenced
this issue
Dec 14, 2022
…roha_client` Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature request
Add block streaming into
iroha_client
Motivation
It's currently not supported to stream blocks in native iroha client.
Who can help?
No response
The text was updated successfully, but these errors were encountered: