-
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
Deprecate decode()
for decode_all()
#2384
Labels
api-changes
Changes in the API for client libraries
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
Comments
Arjentix
added
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
api-changes
Changes in the API for client libraries
Refactor
Improvement to overall code quality
labels
Jun 22, 2022
Got it. |
You should test this against the RC.6 peer, and verify. The interpretations can silently diverge. |
appetrosyan
changed the title
Remove
Deprecate Jul 6, 2022
decode()
when decode_all()
have faileddecode()
for decode_all()
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 4, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 4, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 12, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 12, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 12, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
to SamHSmith/iroha
that referenced
this issue
Dec 13, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
SamHSmith
added a commit
that referenced
this issue
Dec 13, 2022
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
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
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
parity_scale_codec
is consumed #2378As mentioned in [this comment] we temporary allow users to send extra bytes, but we print warning message. This was done to help SDK-developers.
After everything is stabilized we have to remove this and return an error every time something with extra bytes was sent
The text was updated successfully, but these errors were encountered: