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

*: get rid of github.com/nspcc-dev/neo-go/pkg/io dependency #89

Merged
merged 4 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. *: get rid of github.com/nspcc-dev/neo-go/pkg/io dependency

    Implement custom payloads serialization using gob package. A part of #2.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    15b3b3c View commit details
    Browse the repository at this point in the history
  2. *: fix linter issues

    Some issues are found in the old files by the updated linter job.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0c16b68 View commit details
    Browse the repository at this point in the history
  3. merkle: remove useless linebreak

    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    32c24ca View commit details
    Browse the repository at this point in the history
  4. *: fix method comments

    Make method comments start with the corresponding method name.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c8df9ff View commit details
    Browse the repository at this point in the history