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

Refactor rlp #2175

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Refactor rlp #2175

wants to merge 12 commits into from

Commits on Nov 15, 2023

  1. Remove unused and duplicated methods

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    391ac10 View commit details
    Browse the repository at this point in the history
  2. Use decodeList instead of decode2

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2e1b579 View commit details
    Browse the repository at this point in the history
  3. Replace constants

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e166e2b View commit details
    Browse the repository at this point in the history
  4. Remove decodeInt and getNextElementIndex

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6e2dc5b View commit details
    Browse the repository at this point in the history
  5. Fix ByteUtil.byteArrayToInt: now positive integer safe

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8b1217d View commit details
    Browse the repository at this point in the history
  6. Remove encodeCoinNullZero

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dfddc4e View commit details
    Browse the repository at this point in the history
  7. Fix Sonar code smells

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5e04c6d View commit details
    Browse the repository at this point in the history
  8. Fix rebase conflict

    Ilan Olkies committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bd8d819 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Make byteArrayToLong negative safe

    Ilan Olkies committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    026f190 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Move constants to begining of class

    Ilan Olkies committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9d2b652 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 24, 2024

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