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

feat(IRO): IRO module implementation #1201

Merged
merged 77 commits into from
Sep 24, 2024
Merged

feat(IRO): IRO module implementation #1201

merged 77 commits into from
Sep 24, 2024

Commits on Aug 26, 2024

  1. genereated proto files

    mtsitrin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e48ae3f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fixed proto

    mtsitrin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b6ecec8 View commit details
    Browse the repository at this point in the history
  2. scaffold

    mtsitrin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ec02a4d View commit details
    Browse the repository at this point in the history
  3. store keys

    mtsitrin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c5ee033 View commit details
    Browse the repository at this point in the history
  4. initial store getters

    mtsitrin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    70f179e View commit details
    Browse the repository at this point in the history
  5. implemented create plan

    mtsitrin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ffbb44a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4f45328 View commit details
    Browse the repository at this point in the history
  2. implemented the cur

    mtsitrin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    59c6fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48eb399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac7ff90 View commit details
    Browse the repository at this point in the history
  5. first UT pass

    mtsitrin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    030f450 View commit details
    Browse the repository at this point in the history
  6. bond curve fix and UT

    mtsitrin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    abfb8c5 View commit details
    Browse the repository at this point in the history
  7. trade test

    mtsitrin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0ba4c5c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    b9ebf1c View commit details
    Browse the repository at this point in the history
  2. using curve from plan

    mtsitrin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d9a1818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6bf24f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca38d8 View commit details
    Browse the repository at this point in the history
  5. UT compiles

    mtsitrin committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    33c09d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. genesis transfer UT

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8b69ae8 View commit details
    Browse the repository at this point in the history
  2. genesis test

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0d18586 View commit details
    Browse the repository at this point in the history
  3. implemented queries

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    eb7fcf1 View commit details
    Browse the repository at this point in the history
  4. module account for plan

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1033813 View commit details
    Browse the repository at this point in the history
  5. fixed module account

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2e1d0c3 View commit details
    Browse the repository at this point in the history
  6. fixed validation test

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3e74625 View commit details
    Browse the repository at this point in the history
  7. liquidity bootstrap wip

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3178c9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55fada View commit details
    Browse the repository at this point in the history
  9. creating pool

    mtsitrin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d1c22d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. UT wip

    mtsitrin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    63e25d1 View commit details
    Browse the repository at this point in the history
  2. IRO creation fee

    mtsitrin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    63adb6d View commit details
    Browse the repository at this point in the history
  3. linter

    mtsitrin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    35b464e View commit details
    Browse the repository at this point in the history
  4. minor change in api

    mtsitrin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7dd34d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    06b7341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f71c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0226e08 View commit details
    Browse the repository at this point in the history
  4. sealing after IRO creation

    mtsitrin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    49917d0 View commit details
    Browse the repository at this point in the history
  5. handling pre_launch_time

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    bc7d3ad View commit details
    Browse the repository at this point in the history
  2. fixes post main merge

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bc6dd6d View commit details
    Browse the repository at this point in the history
  3. implemented incentives

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2224ca1 View commit details
    Browse the repository at this point in the history
  4. implemented taker fee

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    49b24eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5e9c32 View commit details
    Browse the repository at this point in the history
  6. linter

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e65c30a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    749aa3b View commit details
    Browse the repository at this point in the history
  8. removed pool creation fee

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c432cc3 View commit details
    Browse the repository at this point in the history
  9. fixed go.mod

    mtsitrin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f453481 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    faf74de View commit details
    Browse the repository at this point in the history
  2. pr comments

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4e15d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7f1a1 View commit details
    Browse the repository at this point in the history
  4. cleanup

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a0190e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02399c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ff0f86 View commit details
    Browse the repository at this point in the history
  7. added params validation

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bc6cee8 View commit details
    Browse the repository at this point in the history
  8. cli - create plan

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    70a02cb View commit details
    Browse the repository at this point in the history
  9. added cli

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d2c793b View commit details
    Browse the repository at this point in the history
  10. renames

    mtsitrin committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5aa8f6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5423d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. refactored seal apis

    mtsitrin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    88bcf46 View commit details
    Browse the repository at this point in the history
  2. refactord genesistransfer

    mtsitrin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    16f1d74 View commit details
    Browse the repository at this point in the history
  3. fixed taker fee

    mtsitrin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    63850d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5321d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    902dac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    155d095 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. dry out some code

    mtsitrin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8c9c7ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b24e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a548cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1c9e70 View commit details
    Browse the repository at this point in the history
  5. renames and cleanup

    mtsitrin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    61accb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a09f0d View commit details
    Browse the repository at this point in the history
  2. goimports

    mtsitrin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9a259a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. pr comments

    mtsitrin committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    73da686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0fc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb6b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fixed cli

    mtsitrin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11789f3 View commit details
    Browse the repository at this point in the history
  2. This reverts commit 11789f3.

    mtsitrin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b0cb7b0 View commit details
    Browse the repository at this point in the history
  3. added cli UT

    mtsitrin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f6a96ee View commit details
    Browse the repository at this point in the history
  4. linter

    mtsitrin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2113bf6 View commit details
    Browse the repository at this point in the history
  5. actually fixed

    mtsitrin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    94a4add View commit details
    Browse the repository at this point in the history