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(math): Upstream GDA based decimal type #21982

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 30, 2024

  1. update dec w benchmark testing

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d16bd19 View commit details
    Browse the repository at this point in the history
  2. fix version

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7cd5eed View commit details
    Browse the repository at this point in the history
  3. Update go.mod

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    312547c View commit details
    Browse the repository at this point in the history
  4. Create 18-decimal-handling.md

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    06fe84c View commit details
    Browse the repository at this point in the history
  5. Update 18-decimal-handling.md

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e155efe View commit details
    Browse the repository at this point in the history
  6. update tests and convert func

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b5d9e32 View commit details
    Browse the repository at this point in the history
  7. Update 18-decimal-handling.md

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3375841 View commit details
    Browse the repository at this point in the history
  8. Refactor constructors

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d7eacf0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b4a8bd View commit details
    Browse the repository at this point in the history
  10. Apd v3 + sum benchmark

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7132c1b View commit details
    Browse the repository at this point in the history
  11. More benchs

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    94307d1 View commit details
    Browse the repository at this point in the history
  12. Marshal/unmarshal

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    53bb505 View commit details
    Browse the repository at this point in the history
  13. Fix test

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    166eb0d View commit details
    Browse the repository at this point in the history
  14. x

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f840cfe View commit details
    Browse the repository at this point in the history
  15. ip

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a050988 View commit details
    Browse the repository at this point in the history
  16. wip

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    99263b3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d5e82d5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6761ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7dfeaf5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5cd8cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e8ef12a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    092a37c View commit details
    Browse the repository at this point in the history
  23. feat(math): Upstream GDA based decimal type (docs) (#20950)

    Co-authored-by: Alexander Peters <[email protected]>
    samricotta and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f77cb17 View commit details
    Browse the repository at this point in the history
  24. Update 18-decimal-handling.md

    samricotta authored and alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2cfe465 View commit details
    Browse the repository at this point in the history
  25. Minor updates

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7cae678 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'main' into alex/sam/dec-type

    * main:
      test(fuzz): fix broken OSS-Fuz build (#21940)
    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5c272a6 View commit details
    Browse the repository at this point in the history
  27. go mod tidy all

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3e225dd View commit details
    Browse the repository at this point in the history
  28. Review comment

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    68d6dd4 View commit details
    Browse the repository at this point in the history
  29. Rename legacy dec files

    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cf6dead View commit details
    Browse the repository at this point in the history
  30. Merge branch 'main' into alex/sam/dec-type

    * main:
      chore(baseapp): fix api break latest schema (#21978)
    alpe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8f7ea69 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'main' into alex/sam/dec-type

    * main:
      docs: amend docs for 52 changes  (#21992)
      test: migrate e2e/authz to system tests (#21819)
      refactor(runtime/v2): use StoreBuilder (#21989)
      feat(schema): add API descriptors, struct, oneof & list types, and wire encoding spec (#21482)
      docs: add instructions to change DefaultGenesis (#21680)
      feat(x/staking)!: Add metadata field to validator info (#21315)
      chore(x/authz)!: Remove account keeper dependency (#21632)
      chore(contributing): delete link (#21990)
      test(gov): Migrate e2e to system test (#21927)
      test: e2e/client to system tests (#21981)
    alpe committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ea0c5e9 View commit details
    Browse the repository at this point in the history
  2. Linter only

    alpe committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8448b1e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge branch 'main' into alex/sam/dec-type

    * main: (157 commits)
      feat(core): add ConfigMap type (#22361)
      test: migrate e2e/genutil to systemtest (#22325)
      feat(accounts): re-introduce bundler (#21562)
      feat(log): add slog-backed Logger type (#22347)
      fix(x/tx): add feePayer as signer (#22311)
      test: migrate e2e/baseapp to integration tests (#22357)
      test: add x/circuit system tests (#22331)
      test: migrate e2e/tx tests to systemtest (#22152)
      refactor(simdv2): allow non-comet server components (#22351)
      build(deps): Bump rtCamp/action-slack-notify from 2.3.1 to 2.3.2 (#22352)
      fix(server/v2): respect context cancellation in start command (#22346)
      chore(simdv2): allow overriding the --home flag (#22348)
      feat(server/v2): add SimulateWithState to AppManager (#22335)
      docs(x/accounts): improve comments (#22339)
      chore: remove unused local variables (#22340)
      test: x/accounts systemtests (#22320)
      chore(client): use command's configured output (#22334)
      perf(log): use sonic json lib  (#22233)
      build(deps): bump x/tx (#22327)
      fix(x/accounts/lockup): fix proto path (#22319)
      ...
    alpe committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f735f6d View commit details
    Browse the repository at this point in the history