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

Wrap SOME of Radix Engine Toolkit types, first of MANY PRs. #3

Merged
merged 26 commits into from
Feb 19, 2024

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

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

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    30f134d View commit details
    Browse the repository at this point in the history
  2. Merge

    Sajjon committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2c447c5 View commit details
    Browse the repository at this point in the history
  3. WIP Decimal192 + Swifitfied

    Sajjon committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    944795e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9b96d0 View commit details
    Browse the repository at this point in the history
  5. Add clamped

    Sajjon committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5ec79b6 View commit details
    Browse the repository at this point in the history
  6. Decimal rounding

    Sajjon committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ff8a4a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac0e057 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Add from_formatted_string

    Sajjon committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3dc5907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c90d9 View commit details
    Browse the repository at this point in the history
  3. Add tests

    Sajjon committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    47f6da9 View commit details
    Browse the repository at this point in the history
  4. more tests

    Sajjon committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7592b04 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Start stubbing out Signatures and other types required by RET, which …

    …requires more fixed size BagOfBytes, introducing: Hex64Bytes, Hex65Bytes, Hex33Bytes, generated with macro.
    Sajjon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9437497 View commit details
    Browse the repository at this point in the history
  2. Declare Ed25519Signature and use it with Ed25519PrivateKey and Public…

    …Key, and same for Secp256k1.
    Sajjon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5f5cc20 View commit details
    Browse the repository at this point in the history
  3. drop Ord/PartialOrd for types where it did not really make sense. Rem…

    …ove sccache ref in direnv, it did not speed up things.
    CyonAlexRDX committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fe86e8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aad4ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b31d4fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1731692 View commit details
    Browse the repository at this point in the history
  7. Unit tests for Signature

    CyonAlexRDX committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3d286fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a7efd4 View commit details
    Browse the repository at this point in the history
  9. Add step to precommit ensuring that local development is set to false…

    … in Package.swift, also required for when making releses.
    CyonAlexRDX committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    95931b9 View commit details
    Browse the repository at this point in the history
  10. fail fast in precommit

    CyonAlexRDX committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32e15fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edd3748 View commit details
    Browse the repository at this point in the history