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

Variable-sized Coin serialization #2373

Draft
wants to merge 5 commits into
base: albatross
Choose a base branch
from
Draft

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    fdd55f8 View commit details
    Browse the repository at this point in the history
  2. Add a newtype around Coin that serializes to big-endian fixint

    To de/serialize Coins to big-endian fixint for backwards-compatible vesting contract creation data.
    sisou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8e3af6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7e9a85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3178ea View commit details
    Browse the repository at this point in the history
  5. Update test vectors

    sisou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fc78f99 View commit details
    Browse the repository at this point in the history