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

Confidential mint burn extension: Token program changes #7319

Merged

Commits on Jun 19, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    de3d227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d528e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. simplify burn proofs

    abcalphabet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3a9318d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. add confidential supply

    abcalphabet committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fee8acb View commit details
    Browse the repository at this point in the history
  2. remove debug statements

    abcalphabet committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5bbafec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6724a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 11, 2024

  1. fix clippy & serde tests

    abcalphabet committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5939b72 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    d4ad146 View commit details
    Browse the repository at this point in the history
  2. fix some tests

    abcalphabet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8479bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d8f92 View commit details
    Browse the repository at this point in the history
  4. clippy

    abcalphabet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0b20da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    18aa58d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59234ba View commit details
    Browse the repository at this point in the history
  3. cleanup

    abcalphabet committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    89c7cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d46407c View commit details
    Browse the repository at this point in the history
  5. cleanup

    abcalphabet committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3944195 View commit details
    Browse the repository at this point in the history
  6. more cleanup

    abcalphabet committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e010003 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix clippy; serde logic

    abcalphabet committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    42e0193 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update token/program-2022/src/extension/confidential_mint_burn/mod.rs

    Co-authored-by: samkim-crypto <skim13@cs.stanford.edu>
    abcalphabet and samkim-crypto authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e0aefa2 View commit details
    Browse the repository at this point in the history
  2. Update token/program-2022/src/extension/confidential_mint_burn/instru…

    …ction.rs
    
    Co-authored-by: samkim-crypto <skim13@cs.stanford.edu>
    abcalphabet and samkim-crypto authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f795a3f View commit details
    Browse the repository at this point in the history
  3. review fixes

    abcalphabet committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c2ec29a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a1316f View commit details
    Browse the repository at this point in the history
  5. comment

    abcalphabet committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3908688 View commit details
    Browse the repository at this point in the history
  6. cleanup

    abcalphabet committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    57684cf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 7, 2024

  1. review fixes

    abcalphabet committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4fea36d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix fmt / serde

    abcalphabet committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a14e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad746e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    df6cd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c84b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update token/program-2022/src/error.rs

    Co-authored-by: Jon C <me@jonc.dev>
    abcalphabet and joncinque authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bcc0812 View commit details
    Browse the repository at this point in the history
  2. Update token/program-2022/src/extension/confidential_mint_burn/instru…

    …ction.rs
    
    Co-authored-by: Jon C <me@jonc.dev>
    abcalphabet and joncinque authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1d2b804 View commit details
    Browse the repository at this point in the history
  3. Update token/program-2022/src/extension/confidential_mint_burn/accoun…

    …t_info.rs
    
    Co-authored-by: Jon C <me@jonc.dev>
    abcalphabet and joncinque authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    534861e View commit details
    Browse the repository at this point in the history
  4. review fixes

    abcalphabet committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b01ac24 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 28, 2024

  1. more fixes

    abcalphabet committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5256e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3c66e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. clippy; review fixes

    abcalphabet committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fbff190 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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