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

Solana (phantom wallet) support #48

Merged
merged 8 commits into from
Apr 8, 2024
Merged

Solana (phantom wallet) support #48

merged 8 commits into from
Apr 8, 2024

Commits on Mar 28, 2024

  1. Solana (phantom wallet) draft support

    * make tx possible without radomness
    * add ed25519 library
    XuJiandong committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    71e65db View commit details
    Browse the repository at this point in the history
  2. Fix simulator error

    XuJiandong committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e1b5fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add test case for solana

    XuJiandong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    79c3515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e00f07 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Check consumed cycles

    XuJiandong committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7aa854f View commit details
    Browse the repository at this point in the history
  2. Optimize get_witness_layout

    * avoid duplicated verifications on witnesses
    * printf with format %zu for size_t
    XuJiandong committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b87d9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add solana test cases

    XuJiandong committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5c25d6a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Add macro DISABLE_MESSAGE_CALCULATION_FLOW

    message calculation flow is not part of cobuild protocol.
    Some of lock scripts may need this.
    XuJiandong committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    60b7c5b View commit details
    Browse the repository at this point in the history