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: implement funders module #141

Merged
merged 122 commits into from
Nov 8, 2023
Merged

feat: implement funders module #141

merged 122 commits into from
Nov 8, 2023

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    7d5ce83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f8ab1 View commit details
    Browse the repository at this point in the history
  3. chore: small nits

    johnletey committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cfd5ee2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. chore: small fixes

    johnletey committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9479c98 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 8, 2023

  1. chore: sync main

    johnletey committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ef22dae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. chore: sync main

    johnletey committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1f1b7b5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chore: sync main

    johnletey committed May 22, 2023
    Configuration menu
    Copy the full SHA
    61d146a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. chore: sync main

    johnletey committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8475500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fdcb61 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. chore: merge main

    shifty11 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    db0ec50 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    c6d7674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d142366 View commit details
    Browse the repository at this point in the history
  3. chore: add ibc-go upgrade

    shifty11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fb1c053 View commit details
    Browse the repository at this point in the history
  4. chore: change upgrade order

    shifty11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b28e024 View commit details
    Browse the repository at this point in the history
  5. chore: update CHANGELOG.md

    shifty11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0970062 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. update tools.go

    shifty11 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cbb5eac View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy

    shifty11 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c04fdf3 View commit details
    Browse the repository at this point in the history
  3. feat: add funders module

    shifty11 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ff87089 View commit details
    Browse the repository at this point in the history
  4. feat: implement FundPool

    shifty11 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d188ed3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. feat: implement DefundPool

    shifty11 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b7400de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329fe89 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    1b302c0 View commit details
    Browse the repository at this point in the history
  2. chore: merge main

    shifty11 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cca1fee View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    88add2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8e333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e95cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f68c35 View commit details
    Browse the repository at this point in the history
  5. chore: update test

    shifty11 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9c3489c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: add genesis params

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9cb0904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a3a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ddd03c View commit details
    Browse the repository at this point in the history
  4. chore: update funder logic

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    84f15a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92bcd5d View commit details
    Browse the repository at this point in the history
  6. chore: update defund logic

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d4f71d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c57a1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c574875 View commit details
    Browse the repository at this point in the history
  9. chore: small fixes

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    11d648b View commit details
    Browse the repository at this point in the history
  10. fix: fix pool tests

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a0cc83 View commit details
    Browse the repository at this point in the history
  11. fix: fix todo

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    58b5d72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d120ddb View commit details
    Browse the repository at this point in the history
  13. fix: x/pool tests

    shifty11 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    51d00cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d1f3630 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e305f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    7a41b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8925d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae58cf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb348f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c2c54f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1d5f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a1643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccaaef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5d7eaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60948c8 View commit details
    Browse the repository at this point in the history
  7. fix: tests in x/delegation

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    68e13e1 View commit details
    Browse the repository at this point in the history
  8. fix: tests in x/pool

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    68f31f4 View commit details
    Browse the repository at this point in the history
  9. fix: typo

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a6190d9 View commit details
    Browse the repository at this point in the history
  10. fix: tests in x/stakers

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8a7fea3 View commit details
    Browse the repository at this point in the history
  11. chore: refactor x/query

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0c0cec8 View commit details
    Browse the repository at this point in the history
  12. fix: tests in x/query

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5961096 View commit details
    Browse the repository at this point in the history
  13. fix: tests in x/stakers

    shifty11 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cd57ba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: integration checks

    shifty11 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    01b999f View commit details
    Browse the repository at this point in the history
  2. chore: add some comments

    shifty11 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7cf0b69 View commit details
    Browse the repository at this point in the history
  3. feat: add funders queries

    shifty11 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    04f0699 View commit details
    Browse the repository at this point in the history
  4. chore: run formatter

    shifty11 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7d79b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c56ba5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef78047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    149503d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2174309 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    b9a9fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448b2b8 View commit details
    Browse the repository at this point in the history
  3. fix: todo in queries

    shifty11 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5298410 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. fix: remove logo from funder

    shifty11 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    64d85e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    4b627a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e712df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. chore: add comment

    shifty11 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3bceb24 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    1122c2e View commit details
    Browse the repository at this point in the history
  2. chore: merge main

    shifty11 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2f70a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c349d0 View commit details
    Browse the repository at this point in the history
  4. fix: linter errors

    shifty11 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3c11db8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

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

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    39315c5 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused error

    shifty11 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f2fc0ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    427f930 View commit details
    Browse the repository at this point in the history
  4. feat: add fundings cli query

    shifty11 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b143cea View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    701a54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf9b0d View commit details
    Browse the repository at this point in the history
  3. chore: resolve TODOs

    mbreithecker committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8ebc46e View commit details
    Browse the repository at this point in the history
  4. Rapha/funders module migration (#130)

    Co-authored-by: mbreithecker <m@breithecker.de>
    shifty11 and mbreithecker authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    85f7e52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f35f1c0 View commit details
    Browse the repository at this point in the history
  6. fix: errors and queries

    shifty11 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b5ace00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c30fc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f01a09b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    3fed84b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07dd3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2866707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de41f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    b58d0b4 View commit details
    Browse the repository at this point in the history
  2. feat: add some more tests

    shifty11 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4845bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4c1f54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ca802 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfaf261 View commit details
    Browse the repository at this point in the history
  6. chore: update config.yml

    shifty11 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e2ff6c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    455a04b View commit details
    Browse the repository at this point in the history
  8. fix: cmd

    shifty11 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2383167 View commit details
    Browse the repository at this point in the history
  9. fix: funding status query

    shifty11 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    55cc64b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix: config.yml

    shifty11 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    42e5738 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore: update changelog

    mbreithecker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8600cd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into rapha/funders-module

    # Conflicts:
    #	x/bundles/keeper/keeper_suite_funding_bundles_test.go
    #	x/bundles/keeper/keeper_suite_invalid_bundles_test.go
    #	x/bundles/keeper/keeper_suite_valid_bundles_test.go
    #	x/bundles/keeper/logic_bundles_test.go
    #	x/pool/types/pool.pb.go
    #	x/query/keeper/helper.go
    mbreithecker committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    370a145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44209b0 View commit details
    Browse the repository at this point in the history
  3. fix: Dockerfile

    shifty11 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    13bc9d2 View commit details
    Browse the repository at this point in the history
  4. chore: small nits

    mbreithecker committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c1ceb7a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: Dockerfile

    shifty11 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c4399b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099cac7 View commit details
    Browse the repository at this point in the history
  3. chore: small nits

    mbreithecker committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    648e1db View commit details
    Browse the repository at this point in the history