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

feat!: sign_message_nep413, sign_message_nep366_delegate_action features, examples #6

Merged
merged 27 commits into from
Feb 29, 2024

Commits on Jan 25, 2024

  1. chore: increase CHUNK_SIZE

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6de6123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6492ed View commit details
    Browse the repository at this point in the history
  3. chore: add sign_multiple_transfers example (3x)

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6c20d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d9fbc9 View commit details
    Browse the repository at this point in the history
  5. chore: add get_wallet_id example

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4e768f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f261d8b View commit details
    Browse the repository at this point in the history
  7. chore: add sign_create_account example

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    756eed6 View commit details
    Browse the repository at this point in the history
  8. chore: add sign_delete_account short/long examples

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    84ab665 View commit details
    Browse the repository at this point in the history
  9. chore: add delete_key_ed25519 example

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    619ac75 View commit details
    Browse the repository at this point in the history
  10. chore: add sign_delete_key_secp256k1 example

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ffc181d View commit details
    Browse the repository at this point in the history
  11. chore: compile fix and fmt

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    350ed9d View commit details
    Browse the repository at this point in the history
  12. chore: add sign_stake example

    dj8yf0μl committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9696dbb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. chore: add add_key_fullaccess example

    dj8yf0μl committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e78fb01 View commit details
    Browse the repository at this point in the history
  2. chore: add sign_add_key_functioncall example

    dj8yf0μl committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    96d5eb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. chore: add sign_deploy_contract example

    dj8yf0μl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2fb2028 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. chore: add sign_functioncall_str example

    dj8yf0μl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ac238f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore: add sign_functioncall_bin example

    dj8yf0μl committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9b55cd9 View commit details
    Browse the repository at this point in the history
  2. chore: add sign_delegate example

    dj8yf0μl committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    36e9452 View commit details
    Browse the repository at this point in the history
  3. feat: impl sign_message_nep413

    dj8yf0μl committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    69cf1e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore: correct sign_delegate example

    dj8yf0μl committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3e0e44e View commit details
    Browse the repository at this point in the history
  2. feat: impl sign_message_nep366_delegate_action

    dj8yf0μl committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    16c8b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore: reorg examples

    dj8yf0μl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2a1a3c4 View commit details
    Browse the repository at this point in the history
  2. chore: add sign_functioncall_str_parse_err example

    dj8yf0μl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    065c44a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd0e56 View commit details
    Browse the repository at this point in the history
  4. chore: expand sign_nep_366_delegate_action to include all types of …

    …actions
    dj8yf0μl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    72fde37 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. chore: improve log::info of apdu-s

    dj8yf0μl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a77f2da View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore!: remove blind_sign_transaction public fn

    dj8yf0μl committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    38ff28d View commit details
    Browse the repository at this point in the history