Commit Graph

22 Commits

Author SHA1 Message Date
Nick DeLuca
9c6002471b
enable docker build kit (#1126) 2022-01-07 18:41:56 -07:00
Nick DeLuca
92b36b09f5
Update CircleCI Docker Version & Temporarily Disable Sims (#1125)
* update docker version

* temporarily comment out sims in test all
2022-01-07 18:34:11 -07:00
Ruaridh
ffef832d45
Upgrade to sdk v0.44.5 and add IBC (#1106)
- Upgrade cosmos-sdk to v0.44.5 from v0.39.2
- Add Legacy Tx Endpoint for backwards compatibility
- Add IBC v1.2.3 Support

Co-authored-by: DracoLi <draco@dracoli.com>
Co-authored-by: drklee3 <derrick@dlee.dev>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: Draco Li <draco@kava.io>
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
2022-01-07 17:39:27 -07:00
Kevin Davis
9f2a8412f3
remove v015 migration from circleci (#1017) 2021-09-01 20:01:48 -06:00
Kevin Davis
cac7398120
Add swp token distribution (#1003)
* implement swp airdrop to usdx depositors to hard

* verify swp airdrop amount, total supply, affected users

* remove unused test code

* add map as go file

* update tests to use stored variable

* re-add snapshot test

* update snapshot testdata

* remove unused code for generating swp airdrop map

* remove snapshot test

* add swp token distribution

* bump test timeouts

* address review comments

* use global variables to simplify testing assertions on swp supply

* optional: swp migration test and small refactor (#1005)

* add test to ensure balances are not decreased

* simplify slice manipulation

* bump context deadline in circleci

Co-authored-by: Ruaridh <rhuairahrighairidh@users.noreply.github.com>
2021-08-18 23:10:58 -06:00
Nick DeLuca
63508d79f9
Fix Account Migration for Additive Vesting Periods (#993)
* update acceptance test to fail

* update periodic vesting reset to reflect additive period lengths, not
absolute lengths

* simplify end time logic

* remove log

* test inclusion of v0_15 migration tests
2021-08-16 12:25:15 -06:00
Ruaridh
15598af3a3
remove broken link check (#932) 2021-06-17 11:00:02 -06:00
Ruaridh
36a32d7962
Automate docker build and upload (#703)
* add basic master builds

* fix branch name

* tidy up

* update to work from master
2020-10-30 18:38:30 +01:00
Kevin Davis
e14466547d
Issuance module (#599)
* wip: issuance module

* add keeper and module methods

* add begin blocker

* add client

* update events

* add simulations

* ignore v0.8 migration tests for now

* ignore migration tests in ci

* add test suite

* update spec to match implementation details

* add unblock method

* address review comments

* fix typos
2020-08-17 13:09:02 -04:00
Ruaridh
e11b298c28 Add CDP Spec (#328)
* add overview and basic structure

* add state and params

* add basic messages

* add state transitions

* add begin block state transitions

* add missing titles

* add concepts

* add events

* update state and concepts

* update for liquidator changes

* update events

* mention module accounts

* update begin block

* update params

* update page numbering

* add fee descriptions

* add broken link linter

* add broken link linter to CI

* move link check to end of CI

* update typo

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* address review comments

* Update x/cdp/spec/06_params.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* Update x/cdp/spec/README.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* Update x/cdp/spec/README.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-01-23 14:09:36 -05:00
Kevin Davis
5939b4b9d9 fix: circleci for master branch 2019-10-22 13:56:03 -04:00
Kevin Davis
27833e14cc fix: circleci for tagged releases 2019-10-22 13:30:54 -04:00
Kevin Davis
456da47459 increase ci timeout for releases 2019-10-15 17:33:50 -04:00
Kevin Davis
0ccc1a6ee2 handle circleci tags 2019-10-15 16:31:07 -04:00
Kevin Davis
9c85201ccc handle circleci tags 2019-10-15 16:23:06 -04:00
Kevin Davis
af8e1b04a4 handle circleci tags 2019-10-15 16:13:41 -04:00
Kevin Davis
0247f15ae3 fix ci config for tags 2019-10-15 16:08:21 -04:00
Kevin Davis
0e389144ab fix ci config 2019-10-15 16:06:12 -04:00
Kevin Davis
107431a311 lint 2019-10-15 16:00:40 -04:00
Kevin Davis
8a5a3c2496 fix ci issue with tags 2019-10-15 15:59:18 -04:00
Kevin Davis
4260891bcd fix: circleci config format 2019-10-15 13:03:14 -04:00
Kevin Davis
6a0f325e35 add circleci config 2019-10-15 11:35:51 -04:00