1. 08 Sep, 2022 7 commits
  2. 07 Sep, 2022 6 commits
  3. 06 Sep, 2022 5 commits
    • Roman's avatar
      fix(ci): simulator db close (#2624) · d7cf2da7
      Roman authored
      Closes: #XXX
      
      ## What is the purpose of the change
      
      Fixing simulator breakage from: https://github.com/osmosis-labs/osmosis/pull/2617 to unblock CI
      
      ## Testing and Verifying
      
      This change is a trivial rework / code cleanup without any test coverage.
      
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? no
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no
        - How is the feature or change documented? not applicable
      d7cf2da7
    • Matt, Park's avatar
      RE: Enable Whitelist Stargate Query (#2353) · d5cc7927
      Matt, Park authored
      * Add stargate queries
      
      * Fix test
      
      * Remove initial whitelist queries
      
      * Add initial bindings, change names
      
      * Remove cosmos protos
      
      * Fix lint
      
      * Update wasm binary
      
      * Revert "Update wasm binary"
      
      This reverts commit eb216a11
      
      .
      
      * Bez's review
      
      * Add test cases
      
      * Remove logs
      
      * WIP: return json marshalled response
      
      * Add Test Case
      
      * Add changelog
      
      * Modify Changelog
      
      * Normalize -> ProtoToJson
      
      * Fix merge conflict
      
      * Add stargate querier test
      
      * Add alot more test cases
      
      * Add test case for breaking grpc querier
      
      * Update wasmbinding/query_plugin_test.go
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * code review from upstream
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      d5cc7927
    • Dev Ojha's avatar
      Small simulator backend cleanup (#2617) · 3da88cf9
      Dev Ojha authored
      * Move db code to be managed on its own
      
      * Start removing tb.FailNow() in exchange for normal error handling
      
      * Move header construction to mock_tendermint
      
      * Remove an unhelpful events logging
      
      * remove an arg
      
      * wip
      
      * import SQL from file
      
      * add comment
      3da88cf9
    • Dev Ojha's avatar
      Add Twap GetArithmeticToNow query (#2618) · 80155204
      Dev Ojha authored
      80155204
    • Matt, Park's avatar
      Twap: Logic Test (#2536) · c6170c66
      Matt, Park authored
      
      * Add tests
      
      * Fix test
      
      * Adams reviwe
      
      * Adams review
      
      * Revert updateRecord test
      
      Co-authored-by: default avatarDev Ojha <dojha@berkeley.edu>
      c6170c66
  4. 05 Sep, 2022 7 commits
  5. 03 Sep, 2022 5 commits
  6. 02 Sep, 2022 3 commits
  7. 01 Sep, 2022 4 commits
  8. 31 Aug, 2022 3 commits
    • Adam Tucker's avatar
      simulator: data hash implementation (part 2/2) (#2531) · 416e3606
      Adam Tucker authored
      * app hash mvp
      
      * Update sim_test.go
      
      * simulator data hash
      
      * only support osmosis messages (no legacy)
      
      * add comment on resultData purpose
      416e3606
    • Adam Tucker's avatar
      chore: godoc pointing to wrong version (#2559) · ee867173
      Adam Tucker authored
      ## What is the purpose of the change
      
      Our godoc and go report card were both pointing to the latest v1 branch, when in reality it should be pointing to the v11 package which then pulls the latest version from that.
      
      Lastly, this PR gets rid of a broken / nonexistent link.
      
      
      ## Testing and Verifying
      
      This change is a trivial rework / code cleanup without any test coverage
      
      ## Documentation and Release Note
      
        - Does this pull request introduce a new feature or user-facing behavior changes? no
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no
        - How is the feature or change documented? not applicable
      ee867173
    • Adam Tucker's avatar
      change from health to height check (#2556) · 3aabc046
      Adam Tucker authored
      3aabc046