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: Add Table-Store (aka ORM) package - Genesis #10481

Merged
merged 88 commits into from
Nov 16, 2021

Commits on Jul 8, 2021

  1. WIP on adding table/indexable

    blushi committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5539498 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Add some tests

    blushi committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    10a3bec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Add more tests

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    86a5ac6 View commit details
    Browse the repository at this point in the history
  2. Add sequence

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    580c41b View commit details
    Browse the repository at this point in the history
  3. Update testdata

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d0a77b6 View commit details
    Browse the repository at this point in the history
  4. Lint

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fc72796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71cac77 View commit details
    Browse the repository at this point in the history
  6. Add docs

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a4a4e09 View commit details
    Browse the repository at this point in the history
  7. Update docs

    blushi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b6f2d08 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Use Update instead of Save

    blushi committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ed2a1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a8586 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Add AutoUInt64Table

    blushi committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f4df020 View commit details
    Browse the repository at this point in the history
  2. WIP on adding tests

    blushi committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f1dd883 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Fix table tests

    blushi committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0234149 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Move orm to x/group

    blushi committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    30c765b View commit details
    Browse the repository at this point in the history
  2. Add orm

    blushi committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5e71573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63168ed View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

Commits on Oct 7, 2021

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

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    0151b74 View commit details
    Browse the repository at this point in the history
  2. Mv orm to x/group/internal

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    4d2486a View commit details
    Browse the repository at this point in the history
  3. Update go.mod and fix tests

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a368554 View commit details
    Browse the repository at this point in the history
  4. Update README

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ce21252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8956be8 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    560662e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb495f7 View commit details
    Browse the repository at this point in the history
  8. Update docs

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    915d734 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ef7f82 View commit details
    Browse the repository at this point in the history
  10. Rm file

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    e3aa3e8 View commit details
    Browse the repository at this point in the history
  11. Rm file

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    df0c304 View commit details
    Browse the repository at this point in the history
  12. Revert store/README

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    661d449 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b47264d View commit details
    Browse the repository at this point in the history
  14. Fix group err

    blushi committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    00b97d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    247fcbe View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    61cbb3c View commit details
    Browse the repository at this point in the history
  2. WIP adding key codec

    blushi committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5079788 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add property tests

    blushi committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5b38f67 View commit details
    Browse the repository at this point in the history
  2. WIP adding orm scenario test

    blushi committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    55e5ef2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Add orm scenario test

    blushi committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8311958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4f5d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. go mod tidy

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f1712c8 View commit details
    Browse the repository at this point in the history
  2. WIP on docs

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f16d662 View commit details
    Browse the repository at this point in the history
  3. Simplify table creation

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a8b57d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c63cbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f78f16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8504cd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    851e6e7 View commit details
    Browse the repository at this point in the history
  8. Update x/group/internal/orm/table.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    blushi and robert-zaremba committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    87fc7b0 View commit details
    Browse the repository at this point in the history
  9. Address review comments

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d2f9a52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21a5d8b View commit details
    Browse the repository at this point in the history
  11. Fix tests

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    28f601e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'marie/9237-table-store-2' of github.com:cosmos/cosmos-s…

    …dk into marie/9237-table-store-2
    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c1a4e74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5aa297e View commit details
    Browse the repository at this point in the history
  14. Small nits

    blushi committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    77fd4d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. wip adding indexer

    blushi committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6594197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a073a39 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Add indexer and iterator tests

    blushi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    09e7830 View commit details
    Browse the repository at this point in the history
  2. Add iterator property tests

    blushi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    899cd49 View commit details
    Browse the repository at this point in the history
  3. Update orm scenario tests

    blushi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    538c19f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49e591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    430163e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add docs

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    badd821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837bf90 View commit details
    Browse the repository at this point in the history
  3. Update var name

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    44d7e26 View commit details
    Browse the repository at this point in the history
  4. Update docs

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    21cd674 View commit details
    Browse the repository at this point in the history
  5. Add Export/Import methods

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2f0bfdf View commit details
    Browse the repository at this point in the history
  6. Wip adding tests

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ef8800a View commit details
    Browse the repository at this point in the history
  7. Fix naming

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0f329d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1906dfe View commit details
    Browse the repository at this point in the history
  9. Add genesis tests

    blushi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0e19ffa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70c83a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update x/group/internal/orm/auto_uint64_test.go

    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    blushi and cmwaters committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8d0c2b0 View commit details
    Browse the repository at this point in the history
  2. Update x/group/internal/orm/auto_uint64_test.go

    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    blushi and cmwaters committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6f45be8 View commit details
    Browse the repository at this point in the history
  3. Update prefix scan docs

    blushi committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0dbc7d4 View commit details
    Browse the repository at this point in the history
  4. Use const

    blushi committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3b37ef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f86782 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    484e511 View commit details
    Browse the repository at this point in the history
  7. Add genesis docs

    blushi committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1cc22c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef9a3a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bd6bce View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

    blushi committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    22c1521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    178e6a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Address review comments

    blushi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    476ffce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab9c214 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    blushi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    af149b8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'marie/9237-table-store-4' of github.com:cosmos/cosmos-s…

    …dk into marie/9237-table-store-4
    blushi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3eaeb86 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    blushi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    10dd18b View commit details
    Browse the repository at this point in the history