This project is mirrored from https://github.com/osmosis-labs/osmosis.git.
Pull mirroring updated .
- 24 Sep, 2021 2 commits
- 20 Sep, 2021 1 commit
-
-
ValarDragon authored
-
- 18 Sep, 2021 2 commits
-
-
ValarDragon authored
-
ValarDragon authored
-
- 17 Sep, 2021 1 commit
-
-
Dev Ojha authored
* This commit introduces a ResetAllLocks function This prevents the code from hitting the accumulation store for every lock, and to instead only hit it once per duration. * Switch to version that fixes bug in underlying CacheKVStore under unfortunate access pattern * Fix go.sum * Make accumulation store only get decremented on lock finishing unbond * Cleanup GRPC test * Update upgrade_test * Fix comments and function names per code review * Update changelog
-
- 14 Sep, 2021 7 commits
-
-
ValarDragon authored
This was reviewed by @unitychaos
-
Dev Ojha authored
* Misc. bag of code cleanups * Add error checks for setGauge * Fix build
-
Dev Ojha authored
* Some minor test cleanup * More test cleanup * Add testing for multiple locks per gauge * Fix keeper get rewards EST tests * Add more testing infra * More test infra * Add test case Co-authored-by:
mattverse <mattpark1028@gmail.com>
-
Unity Chaos authored
-
mconcat authored
-
mconcat authored
-
Dev Ojha authored
* Speedup Upgrade logic * Speedup CombineKeys * Add ctx.Logger() * Make nodeKey faster
-
- 13 Sep, 2021 1 commit
-
-
Dev Ojha authored
* only distribute once per user per gauge, use batched distribute function * Add debug log line
-
- 11 Sep, 2021 2 commits
-
-
ValarDragon authored
-
ValarDragon authored
-
- 09 Sep, 2021 5 commits
-
-
antstalepresh authored
-
antstalepresh authored
-
antstalepresh authored
-
ValarDragon authored
-
Todd G authored
* add blockpane seed node * gofmt * fix whitespace * gofmt
-
- 04 Sep, 2021 1 commit
-
-
Dev Ojha authored
* Configure CI to not double run docker/builds * Undo increasing the name length
-
- 03 Sep, 2021 2 commits
-
-
Dev Ojha authored
-
antstalepresh authored
* add state export command * resolve build errors * resolve basic issues in export command * convert to underlying tokens * add unclaimed coins and fix issues on balance underlying token calculation * add total balance field that sum up all the balances
-
- 31 Aug, 2021 1 commit
-
-
Unity Chaos authored
* Script to generate LP incentive payouts from export (prop 12) * Readability changes, payments.csv * Sort output for consistency / replication * Sketch of upgrade payment code (untested) * ParseInt doesn't like whitespace * Add 1mil Osmo to feePool to fix lockup upgrade test. Still needs real test * Testcase for prop12 upgrade, minor refactor
-
- 29 Aug, 2021 2 commits
-
-
Jacob Gadikian authored
* Update CHANGELOG.md Add changelog format info and info on seeds. * Update CHANGELOG.md
-
Dev Ojha authored
* Switch to SDK branch that eliminates epoch time * Improve benchmark accuracy * Sync more things
-
- 27 Aug, 2021 2 commits
-
-
Matt, Park authored
* Create query for getting total bonded per denom > duration * Add test code for query total bond * Fix minor errors
-
Dev Ojha authored
* Add /scripts/local to gitignore * Add .vscode to gitignore
-
- 26 Aug, 2021 1 commit
-
-
Jacob Gadikian authored
* Update Dockerfile * Update Dockerfile * Create docker.yml * Update docker.yml * Update Dockerfile added seeds and cleansed command * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update docker.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Applied Notional Port Standard to Osmosis * Update Dockerfile * Update Dockerfile It is a docker image that has genesis state in it for simplicity. * Update init.go * Update init.go * Update init.go * Update Dockerfile
-
- 25 Aug, 2021 3 commits
-
-
Matt, Park authored
* Modify abci logic: time drift disabled * Move CurrentEpochStartTime initialization to abci.go * Modify test codes for epoch module * Modify initializing startTime, currentEpochStartTime logic * Fix test cases * Execute AfterEpochEnd, BeforeEpochStart consecutively * Change in comment * Add logging when new epoch starts * Move all logic from Endblock to BeginBlock * reserve proto field for current_epoch_ended(deprecated) * Reserve proto, update logic for begin blocker of epoch time drift * Clearify test code for abci
-
Dev Ojha authored
* Make our test for understanding token locking gas usage give more detail * Improve messages
-
Dev Ojha authored
* Make the upgrade logic delete the old accumulation stores * Update upgrade handler v2 -> v4 * Change min pool fee to 1uosmo
-
- 24 Aug, 2021 4 commits
-
-
Jacob Gadikian authored
* Tendermint 0.34.12 * Ensure that all tendermint is 0.34.12
-
Dev Ojha authored
Co-authored-by:
mconcat <monoidconcat@gmail.com> Co-authored-by:
mconcat <monoidconcat@gmail.com>
-
Dev Ojha authored
* test in progress * test in progress * migration working * Update lock.go Co-authored-by:
mconcat <monoidconcat@gmail.com>
-
Dev Ojha authored
* in progress * test passing * migrate to protobuf * Remove minor debug code, improve panic msg Co-authored-by:
mconcat <monoidconcat@gmail.com>
-
- 23 Aug, 2021 2 commits
-
-
Matt, Park authored
* Add documentation for gamm module * Clarify shortened terms
-
Jacob Gadikian authored
super minor spelling correction
-
- 22 Aug, 2021 1 commit
-
-
Jacob Gadikian authored
-