Skip to content
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

Closed
Erigara opened this issue Oct 20, 2022 · 0 comments
Closed

[suggestion]: Add block streaming into iroha_client #2889

Erigara opened this issue Oct 20, 2022 · 0 comments
Assignees
Labels
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@Erigara
Copy link
Contributor

Erigara commented Oct 20, 2022

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

@Erigara Erigara added Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST labels Oct 20, 2022
@Erigara Erigara self-assigned this 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>
@Erigara Erigara closed this as completed Oct 26, 2022
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
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

1 participant