1. 09 Sep, 2022 6 commits
  2. 08 Sep, 2022 8 commits
  3. 07 Sep, 2022 6 commits
  4. 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
  5. 05 Sep, 2022 7 commits
  6. 03 Sep, 2022 5 commits
  7. 02 Sep, 2022 3 commits