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

Prototyping canonical SolanaTBTC token with Anchor #650

Merged
merged 28 commits into from
Aug 2, 2023
Merged

Commits on Jul 11, 2023

  1. Anchor prototype of solana tbtc

    eth-r committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1a8535c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Improve tests and add events

    eth-r committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7347a93 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update config and improve tests

    eth-r committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b86a039 View commit details
    Browse the repository at this point in the history
  2. Test more errors

    eth-r committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d891662 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Replace creator with authority

    eth-r committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    360ee5b View commit details
    Browse the repository at this point in the history
  2. Update file structure

    eth-r committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    af4483d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e8224b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    283fc5d View commit details
    Browse the repository at this point in the history
  5. Restore old yarn.lock

    eth-r committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    336d2b3 View commit details
    Browse the repository at this point in the history
  6. Fix file ending in yarn.lock

    eth-r committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e96d926 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Restructure solana files

    eth-r committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    642e60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e9bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1892686 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    136d04e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c18024 View commit details
    Browse the repository at this point in the history
  6. solana: refactor tbtc program

    state: tbtc -> config
    
    make config pda (remove generated keypair)
    
    fix tests
    a5-pickle committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    89f4a0b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    f58a45d View commit details
    Browse the repository at this point in the history
  2. Add iteration for guardians

    eth-r committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5d7877d View commit details
    Browse the repository at this point in the history
  3. Add iteration of minters

    eth-r committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    73964de View commit details
    Browse the repository at this point in the history
  4. Two-stage authority change

    eth-r committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5c00165 View commit details
    Browse the repository at this point in the history
  5. Revert "Add iteration of minters"

    This reverts commit 73964de.
    eth-r committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7a6df17 View commit details
    Browse the repository at this point in the history
  6. Revert "Add iteration for guardians"

    This reverts commit 5d7877d.
    eth-r committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    23bfffc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    9fbab8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a45a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ae475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    290a22a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    518a888 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    145d4f2 View commit details
    Browse the repository at this point in the history