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

Extended signing support for Off-chain message signing #78

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Sep 12, 2023

  1. Added support for compute budget instructions:

    * request heap frame
    * set compute unit price
    * request units
    * set compute unit limit
    
    Added unit tests
    coredumped7893 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b232ac9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Cb sq 1 (#5)

    Added support for compute budget instructions
    
    * request heap frame
    * set compute unit price
    * request units
    * set compute unit limit
    
    Added unit tests
    
    Added python ragger tests for nanos, nanosp, nanox
    0xMMBD authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    100f45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d5947 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. removed .rules file

    updated links in readme file
    coredumped7893 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    09afd8d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Extended signing support for Off-chain message signing

    Added message parsing Sign-in with solana (SIWS)
    Modified general item screens to fix memory issues on nanos
    Added unit tests & python tests for signing off-chain messages
    Includes changes for ComputeBudget instruction
    0xMMBD committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2b157dd View commit details
    Browse the repository at this point in the history
  2. Reversed changes to makefile CFLAGS/LDFLAGS

    Removed .rules file
    0xMMBD committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    da4de46 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fixed issue when parsing multiple commands in a row - changelist buff…

    …er is now properly zeroed (#6)
    0xMMBD authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1df1703 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fixed issue when parsing multiple commands in a row - changelist buff…

    …er is now properly zeroed (#6)
    0xMMBD committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e9823db View commit details
    Browse the repository at this point in the history
  2. Fixed issue when parsing multiple commands in a row - changelist buff…

    …er is now properly zeroed (#6)
    0xMMBD committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    db2aee0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c1a9cc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Removed SIWS

    adjusted python tests
    silmacmal committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    de1baaf View commit details
    Browse the repository at this point in the history
  2. Removed SIWS

    adjusted python tests
    silmacmal committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    950b477 View commit details
    Browse the repository at this point in the history