This project is mirrored from https://github.com/osmosis-labs/osmosis.git. Pull mirroring updated .
  1. 24 Sep, 2021 2 commits
  2. 20 Sep, 2021 1 commit
  3. 18 Sep, 2021 2 commits
  4. 17 Sep, 2021 1 commit
    • Dev Ojha's avatar
      Switch accumulation store to ResetAllLocks, only remove after unbond complete (#480) · 3025a895
      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
      3025a895
  5. 14 Sep, 2021 7 commits
  6. 13 Sep, 2021 1 commit
  7. 11 Sep, 2021 2 commits
  8. 09 Sep, 2021 5 commits
  9. 04 Sep, 2021 1 commit
  10. 03 Sep, 2021 2 commits
  11. 31 Aug, 2021 1 commit
    • Unity Chaos's avatar
      Script to generate LP incentive payouts from export (prop 12) (#439) · 3d74adf5
      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
      3d74adf5
  12. 29 Aug, 2021 2 commits
  13. 27 Aug, 2021 2 commits
  14. 26 Aug, 2021 1 commit
    • Jacob Gadikian's avatar
      Multiplatform Dockerfile with github actions build (#424) · 6ea360c3
      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
      6ea360c3
  15. 25 Aug, 2021 3 commits
    • Matt, Park's avatar
      Fix Epoch Time Drift (#403) · cb32d8ae
      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
      cb32d8ae
    • Dev Ojha's avatar
      Make our test for understanding token locking gas usage give more detail (#442) · dc0a9d94
      Dev Ojha authored
      * Make our test for understanding token locking gas usage give more detail
      
      * Improve messages
      dc0a9d94
    • Dev Ojha's avatar
      Make the upgrade logic delete the old accumulation stores (#441) · c1d3f3fa
      Dev Ojha authored
      * Make the upgrade logic delete the old accumulation stores
      
      * Update upgrade handler v2 -> v4
      
      * Change min pool fee to 1uosmo
      c1d3f3fa
  16. 24 Aug, 2021 4 commits
  17. 23 Aug, 2021 2 commits
  18. 22 Aug, 2021 1 commit