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

Fixes iota unexpected behaviour with bytes for chunk encoding. #2945

Merged
merged 2 commits into from
Nov 18, 2020

Commits on Nov 18, 2020

  1. Fixes iota unexpected behaviour with bytes for chunk encoding.

    This was introducing incompatibilities since iota with bytes starts at 2.
    Seems like a weird conversion between iota int and byte.
    
    This can currenlty corrupt chunks, and previous chunks are not decodable.
    
    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f9b8ef5 View commit details
    Browse the repository at this point in the history
  2. With iota correclty this time.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d16a8d5 View commit details
    Browse the repository at this point in the history