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

[Feature] Adding a delta-neutral mechanism to ensure the stability of Qube Stablecoins #109

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Apr 2, 2024

  1. feat(x/perpetual): init

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f1e2c71 View commit details
    Browse the repository at this point in the history
  2. feat(x/perpetual): add msg to codec

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b8e816b View commit details
    Browse the repository at this point in the history
  3. feat(x/perpetual): add msg.go

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    240dfc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. refactor(x/perpetual):

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    af948a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat(x/perpetual): add open functionality

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    028f110 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: add close position

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a7f9ee2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat(x/perpetual): add profit system

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1fdb039 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix(x/perpetual): calculate short close amount

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a9cb9b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat(x/perpetual): add funding payment logic

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    48c364f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat(x/perpetual): add increase perp function

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e18bd70 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. feat(x/perpetual): add tx and query

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0506f85 View commit details
    Browse the repository at this point in the history
  2. fix(x/perpetual): fix gosec and lint warning

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5cb71b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from QubeLedger/feat/x/perpetual

    [Feature] Adding perpetual contracts module to Qube Ledger
    0xknstntn committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cca3b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat(x/stable): add delta

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3029539 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat(x/stable): add tests to verify delta mint

    Co-authored-by: Konstantin <konstantin@quadrate.org>
    0xknstntn committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1b91147 View commit details
    Browse the repository at this point in the history