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

chore(trie): refactor existing header encoding #2530

Merged
merged 9 commits into from
Jul 4, 2022

Commits on Jun 29, 2022

  1. WIP

    qdm12 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2a49ed7 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    - Remove `encode_doc.go`
    - Add `README.md` with Codec section
    - Update comments for `Encode` and `Decode` methods
    - Add `node` package comment
    qdm12 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    082db17 View commit details
    Browse the repository at this point in the history
  3. More understandable test cases

    qdm12 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ae1d476 View commit details
    Browse the repository at this point in the history
  4. Add copyright notice

    qdm12 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    49bd044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99b871c View commit details
    Browse the repository at this point in the history
  6. Fix typo in error wrapping

    Co-authored-by: Eclésio Junior <eclesiomelo.1@gmail.com>
    qdm12 and EclesioMeloJunior committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cf7107a View commit details
    Browse the repository at this point in the history
  7. Use ChildrenCapacity instead of 16

    Co-authored-by: Eclésio Junior <eclesiomelo.1@gmail.com>
    qdm12 and EclesioMeloJunior committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a7d7c14 View commit details
    Browse the repository at this point in the history
  8. Review error wrappings

    qdm12 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    fd15b16 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    374a29b View commit details
    Browse the repository at this point in the history