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

bundled positions #89

Merged
merged 14 commits into from
Apr 7, 2023
Merged

Commits on Mar 3, 2023

  1. anchor 0.26 solana 1.14.12

    use mpl-token-metadata 1.7 because rust 1.60 does not compile 1.8
    dovahcrow committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c30964a View commit details
    Browse the repository at this point in the history
  2. initialize_pool: ignore passed bump and use one anchor derived

    - initialize_pool.test: update error codes, add a test case for ignoring bump
    yugure-orca authored and dovahcrow committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    021d0b1 View commit details
    Browse the repository at this point in the history
  3. update expected error messages

    yugure-orca authored and dovahcrow committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c3f6f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d753071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3baabee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d8013b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. import bundled positions

    yugure-orca committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a32da9a View commit details
    Browse the repository at this point in the history
  2. upgrade to Anchor v0.26.0 (position bundles related codes)

    - ProgramResult to Result<()>
    - add /// CHECK comments
    - remove space attribute on Mint account
    - change create_metadata_accounts_v2 to v3
    - update testcases
      - Change in error code detected first
      - Change in account closing method
        coral-xyz/anchor#2169
    yugure-orca committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    36ea6fe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. cargo fmt

    yugure-orca committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d881bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415b3b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    848bbd7 View commit details
    Browse the repository at this point in the history
  2. bump to v0.2.0

    doc fields are added on IDL
    yugure-orca committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0266c03 View commit details
    Browse the repository at this point in the history
  3. fix: accidental failure test cases

    Fixed test cases that did not take into account rewards accruing up to just before the close.
    This test case is not related to bundled positions.
    The test case happened to fail, so I fixed them to make them all successful.
    yugure-orca committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    fb6211a View commit details
    Browse the repository at this point in the history