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

[WIP ]20085 benchmarks #20378

Closed
wants to merge 28 commits into from
Closed

[WIP ]20085 benchmarks #20378

wants to merge 28 commits into from

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    4d8a2ac View commit details
    Browse the repository at this point in the history
  2. fix version

    samricotta committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    561a13f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2591536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0868dc6 View commit details
    Browse the repository at this point in the history
  5. Update go.mod

    samricotta committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e29f917 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update to docs

    samricotta committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    115ecc4 View commit details
    Browse the repository at this point in the history
  2. Revert "Update to docs"

    This reverts commit 115ecc4.
    samricotta committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    930db0d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. wip hash migration

    samricotta committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9f3fc57 View commit details
    Browse the repository at this point in the history
  2. Revert "wip hash migration"

    This reverts commit 9f3fc57.
    samricotta committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    872c56f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. wip test migration hash

    samricotta committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9699b0d View commit details
    Browse the repository at this point in the history
  2. pt 2

    samricotta committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4695add View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d42a903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8acc2 View commit details
    Browse the repository at this point in the history
  3. remove migrations changes

    samricotta committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0701e66 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update doc.go

    Co-Authored-By: Aaron Craelius <aaronc@users.noreply.github.com>
    samricotta and aaronc committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e5e0f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1485988 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Refactor constructors

    alpe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3320c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63750f0 View commit details
    Browse the repository at this point in the history
  3. Apd v3 + sum benchmark

    alpe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3d59321 View commit details
    Browse the repository at this point in the history
  4. More benchs

    alpe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    10fc6df View commit details
    Browse the repository at this point in the history
  5. Marshal/unmarshal

    alpe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3f8680d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'main' into alex/20085_bench

    * main: (120 commits)
      chore: update protoc-gen-swagger to protoc-gen-openapiv2 (#20448)
      ci: Add GitHub Action for go mod tidy and mocks (#20501)
      chore: Address linter issues (#20486)
      fix: wrap errors in auto CLI service registration (#20493)
      chore: fix comment (#20498)
      chore: fix the note box syntax error (#20499)
      feat(server/v2): introduce cometbft v2 (#20483)
      refactor(x/upgrade): migrate to appmodule.VersionMap (#20485)
      docs: code guidelines changes (#20482)
      feat(cosmovisor): load cosmovisor configuration from toml file (#19995)
      perf(math): Significantly speedup Dec quo truncate and quo Roundup (#20034)
      fix: Bump CometBFT versions (#20481)
      refactor(core): remove redundant ExecMode (#20322)
      feat(store/v2): pruning manager (#20430)
      chore: force reload sonar cloud  (#20480)
      refactor(x/accounts): reuse calculated sum in `func safeAdd` (#20458)
      refactor: remove `defer` in loop (#20223)
      ci: remove livness test (#20474)
      build(deps): Bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 (#20477)
      chore: migrate a few diagrams to mermaid (#20473)
      ...
    alpe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3a780cf View commit details
    Browse the repository at this point in the history
  2. Fix test

    alpe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b66871a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge branch 'main' into alex/20085_bench

    * main:
      refactor(x/feegrant): set environment in context (#20529)
      refactor(x/accounts)!: accounts and auth module use the same account number tracking (#20405)
      chore: remove sonar from simapp (#20528)
      docs: add docs on permissions (#20526)
      refactor(x/gov): set environment in context for legacy proposals (#20521)
      docs: migrate diagrams to mermaidjs (#20503)
      refactor(tools/hubl): don't use nil panic (#20515)
      refactor(x/authz): set environment in context (#20502)
      build(deps): Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#20519)
      feat(x/bank): Placing SendRestriction before Deduction of Coins in SendCoins (#20517)
      chore: sonar ignore directories with their own go.mods  (#20509)
      ci: run action in merge queue (#20508)
      refactor(server/v2/cometbft): update function comments (#20506)
    alpe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    53a7f4d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'main' into alex/20085_bench

    * main:
      build(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#20534)
      refactor(x/**): rewrite ante handlers as tx validators (#20488)
    alpe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    440503c View commit details
    Browse the repository at this point in the history
  2. x

    alpe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6d771ab View commit details
    Browse the repository at this point in the history