- 05 Sep, 2022 7 commits
-
-
Roman authored
-
Adam Tucker authored
* add addToExistingLock tests * second test pass * clean up unused * address Roman's suggestions
-
Adam Tucker authored
* mutation test fixes twap * specify error in test * more fixes * pool fix * alphabetical order for denoms * fix store test * add test for LexicographicalOrderDenoms * separate join pool test * move NewTwapRecord to main keeper * merge main fixes * fix lexicographic order of test * mutation fix changes * Update listeners_test.go * update listeners_test * fix listener test * fix issue * add back parsedTime * change from health to height check * reverted for clarity * add errors file * fix errors * merge * fix test * clean up * rearrange * fix more tests * Update x/twap/types/keys.go Co-authored-by:
Roman <roman@osmosis.team> * address Roman's suggestion * address comment Co-authored-by:
Roman <roman@osmosis.team> Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
alpo authored
-
Dev Ojha authored
* Deduplicate cosmwasm test * Add diff patterns
-
Matt, Park authored
-
Miguel Dingli authored
* Add .go extension to genesis_test file * Fix errors in genesis_test.go - InitGenesis call - NextPoolId -> NextPoolNumber
-
- 03 Sep, 2022 5 commits
-
-
Dev Ojha authored
* Propert check interface & manager definition * driveby gamm move actions to file * Start cleaning up more of the initialization code * Remove enocding config param to app * Simplify more of the setup logic * More simulator instantiation cleanup
-
Dev Ojha authored
* Remove enocding config param to app * Remove encoding config arg to NewOsmosisApp * ADd Changelog
-
Dev Ojha authored
* Move spot price safety checks to keeper layer + safety checks * Fix safety issues * Update app/apptesting/gamm.go Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com> * Update constant, duplicate bounds check in TWAP * Fix existing tests * Return max spot price when overflowing * Update x/gamm/keeper/pool_service.go Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> * Set last error time in particular case * Add defer case test * Update x/gamm/keeper/pool_service_test.go Co-authored-by:
Nicolas Lara <nicolaslara@gmail.com> Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com>
-
Hieu Vu authored
-
Roman authored
* ux(e2e): Makefile steps to run e2e test suite locally * upgrade variable * remove old image and fix tag capitalization
-
- 02 Sep, 2022 3 commits
-
-
Gjermund Bjaanes authored
-
Ajaz Ahmed Ansari authored
-
Roman authored
* feat(twap): pruning keep the newest record under keep threshold * switch to milliseconds * comments * Update x/twap/logic_test.go * Update x/twap/api_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/twap/api_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * fix keeping newest across pools * rename for clarity * Update x/twap/listeners_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * Update x/twap/listeners_test.go Co-authored-by:
Adam Tucker <adam@osmosis.team> * ns * switch error in new test * fix errors in TestGetArithmeticTwap * more errors in api * fix TestPruneRecords * update specs * lint * generalize test cases * remove dead code * lastKeptTime * Update x/twap/api_test.go Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> * Update x/twap/api_test.go Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> * Update x/twap/listeners_test.go Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> * improve readability in TestPruneRecordsBeforeTimeButNewest * Update x/twap/store.go Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com> * move errors to types * correct comment Co-authored-by:
Adam Tucker <adam@osmosis.team> Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
Dev Ojha <ValarDragon@users.noreply.github.com>
-
- 01 Sep, 2022 4 commits
-
-
Roman authored
-
Sishir Giri authored
* seperated the account removal * moved to keeper test suite * nit * moved SetupTestForInitGenesis to apptesting * added function to apptesting * removed unused method * revert deleted test * resolved all comments * fixed linter
-
Dev Ojha authored
* WIP: Make TWAP safe under spot price errors * Export update * Make last error time update correctly * Fix lints & comments * Add one test * Make error spot price replacement more select * Apply nits * add programmable spot price keeper * Move mock correctly * Update Twap tests * More missing test cases for update time * fix lint * Comment out unimplemented tests * Apply comment fixes
-
Dev Ojha authored
* Cache genesis setup in App.Setup * Cache encoding config
-
- 31 Aug, 2022 6 commits
-
-
Adam Tucker authored
* app hash mvp * Update sim_test.go * simulator data hash * only support osmosis messages (no legacy) * add comment on resultData purpose
-
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
-
Adam Tucker authored
-
alpo authored
* move sets and gets to end of file for readability * gatherValuesFromStore tests * remaining key and value getter tests * first value after prefix tests * add rest of tests and clean up comments * clean up test cases and comments * minor changes to lower diff * define common key sets as variables * minor comment updates from code review Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team> * update prefix getter name and make error catching expect specific errors * clean up error checks Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team>
-
Dev Ojha authored
-
Sishir Giri authored
-
- 30 Aug, 2022 7 commits
-
-
Aleksandr Bezobchuk authored
-
alpo authored
* add exitpool tracker and add tests * refactor pool state tracker test * add multi-asset test case * fix conflicts and clean up tests
-
Hieu Vu authored
* add test helperfunc for exit pool * add trackChangedPool to AfterExitPool hook & test
-
Puneet authored
* add error to epoch hooks. * twap module implementing epoch hooks return error * fix tests. * fix imports. * add entry to CHANGELOG.md * ignore the error in epoch hooks.go, instead of in abci.go * rename expectedPanic to expectedError and refactor.
-
Niccolo Raspa authored
* Remove localosmois Dockerfile * Retain .osmosisd folder
-
Adam Tucker authored
-
Dev Ojha authored
-
- 29 Aug, 2022 6 commits
-
-
Matt, Park authored
* Add IBC transfer types msg transfer * Lint
-
Dev Ojha authored
* Unify cache_ctx wraps * Apply matt suggested fix
-
dependabot[bot] authored
* chore(deps): Bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.48.0...v1.49.0 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> * lint * manually confirm fmt applications Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team>
-
Adam Tucker authored
* app hash mvp * Update sim_test.go * Apply suggestions from code review Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team> * changes from code review * implement Dev suggestion Co-authored-by:
Matt, Park <45252226+mattverse@users.noreply.github.com> Co-authored-by:
Roman <roman@osmosis.team>
-
Matt, Park authored
* Add multi pool tests * Remove Uni suite method * Add tests, add params * Add correct epoch hook * Fix join pool app testing suite method * Address Romans review * Add Adams comments
-
Roman authored
* docs: state-compatibility documentation * updates * updates * updates * updates * updates * updates * updates * Minor changes * Fix MD lint Co-authored-by:
Roman Akhtariev <roman@akhtariev.localdomain> Co-authored-by:
Dev Ojha <dojha@berkeley.edu>
-
- 27 Aug, 2022 2 commits
-
-
Dev Ojha authored
* Minor CI tool fixes * Update mutation-test.sh Co-authored-by:
Adam Tucker <adam@osmosis.team>
-
Nicolas Lara authored
* fixed dependency after merging https://github.com/osmosis-labs/cosmos-sdk/pull/312 * updated dependency to match latest sdk form (now that the changes to this repo have been applied)
-