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

perf: Replace runsim with Go stdlib testing #20490

Merged
merged 25 commits into from
Jun 17, 2024
Merged

perf: Replace runsim with Go stdlib testing #20490

merged 25 commits into from
Jun 17, 2024

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    53e82b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4087967 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    74c63f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f54fdd View commit details
    Browse the repository at this point in the history
  3. Add changelog

    alpe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c988e19 View commit details
    Browse the repository at this point in the history
  4. Restore cron based sims action

    alpe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    711e147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f992b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge branch 'main' into alex/sims_runner

    * main:
      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)
    alpe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    99975eb View commit details
    Browse the repository at this point in the history
  2. Review feedback

    alpe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1008ebd View commit details
    Browse the repository at this point in the history
  3. Update changelog

    alpe committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    de73733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfb68a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Review feedback

    alpe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    99bbf18 View commit details
    Browse the repository at this point in the history
  2. Update sims doc

    alpe committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    01c59af View commit details
    Browse the repository at this point in the history
  3. Address linter issues

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    8953538 View commit details
    Browse the repository at this point in the history
  2. Review feedback

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

Commits on Jun 7, 2024

  1. Review feedback

    alpe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    647b220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    003f147 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'main' into alex/sims_runner

    * main:
      refactor(distribution)!: add cometinfo (#20588)
      refactor(hubl): handle the case when grpc endpoints is nil (#20603)
    alpe committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cb8c503 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into alex/sims_runner

    * main:
      refactor(x/auth): Fix system test (#20531)
      feat(crypto): add blst (#20296)
      docs: Update high level overview and introduction (#20535)
      refactor(x/core): remove test (#20624)
      feat(x/mint)!: Replace InflationCalculationFn with MintFn + simple epoch minting (#20363)
      docs: remove duplicate words (#20622)
      feat: prep for errors v2 (#20539)
      chore: reduce default inflation (#20606)
      refactor(store): add miss defer (#20602)
      chore: use comet api pkg instead of comet alias (#20614)
      chore: write gentx info to cmd.ErrOrStderr (#20616)
      docs: ADR 073: update to accepted and add to README.md (#20619)
      chore(proto): change future extracted modules version from v1.0.0 to v0.2.0 (#20600)
      fix: remove some duplicate words (#20605)
      feat(stf): port simappv2 changes (#20587)
      chore: bring patch changelogs to main (#20599)
    alpe committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    181a8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eccdec View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Review feedback + linter

    alpe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6328260 View commit details
    Browse the repository at this point in the history
  2. Code doc

    alpe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e79d9cf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into alex/sims_runner

    * main:
      fix(x/staking): stop validators from rotating to the same key on the same block (#20649)
      perf: add cache to address codec (#20122)
      build(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#20632)
      fix: remove recipient amount from map (#20625)
      fix(proto): remove conditional preventing proper generated file placement (#20650)
      (serverv2/cometbft) Read config from commands & handle `FlagNode` (#20621)
      fix(x/consensus): fix .proto file placement (#20646)
      fix(store): avoid nil error on not exhausted payload stream (#20644)
      fix (x/accounts): Fix genesis condition check (#20645)
      feat(accounts): add genesis account initialization (#20642)
      fix(x/gov): limit execution in gov (#20348)
    alpe committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    faccd45 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge branch 'main' into alex/sims_runner

    * main:
      feat(tx): port simappv2 changes (#20648)
      build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#20682)
      chore(proto): fix comments (#20679)
      (serverv2/cometbft) Commands support both json and yaml output (#20670)
      fix(x/staking,x/auth):  regenerate mock to fix test (#20684)
      docs: ADR 074: Msg v2 (#20618)
      fix: nested multisig signatures using CLI (#20438)
      chore: fix spelling errors (#20674)
      fix: align Dockerfile for build-push-action (#20672)
      fix: avoid build fail when make localnet-build-env (#20671)
      build(deps): Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#20669)
      chore: make function comment match function names (#20666)
      chore(consensus): add cometInfo to consensus  (#20615)
      chore: fix typos (#20662)
      fix: Properly parse json in the wait-tx command. (#20631)
      fix(sims): check before sending RotateConsPubKey (#20659)
      test(types/address): add unit tests for the file types/address.go  (#20237)
    alpe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b74ab29 View commit details
    Browse the repository at this point in the history