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

Implement streaming decode #53

Merged
merged 3 commits into from
Feb 23, 2023
Merged

Implement streaming decode #53

merged 3 commits into from
Feb 23, 2023

Commits on Feb 23, 2023

  1. Implement streaming decode

    Copies streaming decode from
    [rlp-js](https://www.npmjs.com/package/rlp)
    
    If stream is enabled, it will just decode the first rlp sequence
    ayrat555 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b3a6e84 View commit details
    Browse the repository at this point in the history
  2. add more tests

    ayrat555 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    cafa8e8 View commit details
    Browse the repository at this point in the history
  3. add a doc about stream

    ayrat555 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    da295a7 View commit details
    Browse the repository at this point in the history