Jacob Gadikian
09ddb3e367
gofumpt - apply format changes for readability and consistency ( #1248 )
2022-05-09 11:37:36 -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
Ruaridh
2ffb1edd1f
Simulation fixes ( #527 )
...
* fix go version in dockerfile
* mix frequently occuring errors
* add missed import
* fix minor validator vesting sim bug
* fix auction sim bug
* fix docker build
* add todo from sim failure
* tidy up dockerfile
* update docs, add dockerignore to speed up builds
* Update simulations/README.md
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
* add stack traces to logs for easier debugging
* replace root func with sdk version
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: karzak <kjydavis3@gmail.com>
2020-09-01 11:33:12 -04:00
Federico Kunze
511e1e07ac
fix conflicts from development
2020-04-30 17:12:22 -04:00
Kevin Davis
22bba81944
Check spendable balance in cdp sims ( #480 )
...
* fix: check spendable balance
* don't log noisy result.Log
* remove dead comment
2020-04-30 17:02:42 -04:00
Federico Kunze
fe72a24aa0
update format
2020-04-30 10:23:41 -04:00
Kevin Davis
23e23fdaaa
fix: restore auction sims operations ( #465 )
2020-04-23 14:51:37 -07:00
Denali Marsh
a4c5a13822
[R4R] BEP3 module spec and clean up ( #450 )
...
* bump SDK version to v0.38.2
* fix module.go and remove codespaces
* fix coins Add()
* fixes to handlers
* migrate errors
* more fixes
* fixes fixes fixes
* build
* check for paramstore keytable
* empty param validation function (TODO)
* param validations
* fix some tests
* fix all tests
* simulation fixes (WIP)
* auction and bep3 sim refactor
* fixes
* bep3 sims fixes
* auction and pricefeed fix
* cdp sims fixes
* fix tests
* Update x/auction/keeper/auctions.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* Update x/bep3/types/params.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* Apply suggestions from code review
Co-Authored-By: Denali Marsh <denali@kava.io>
* Update x/bep3/keeper/swap.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* address comments from review
* address comments from review
* fix: run sims
* fix: implement marshal/unmarshal JSON for validator vesting account
* fix: don't call set on sealed config
* remove swap interface
* add concepts spec
* add state spec
* add messages spec
* update event names
* implement swap expired event
* add events spec
* add params spec
* add begin block spec
* add module readme
* update alias
* revisions
* aggregate expired swap ids for event emisison
* markdown-link-check-disable for circleci
* exclude api-endpoint links in Makefile
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Kevin Davis <kjydavis3@gmail.com>
2020-04-23 13:57:25 -07:00
Federico Kunze
a573625df8
[R4R] bump SDK version to v0.38.3 ( #421 )
...
* bump SDK version to v0.38.3
Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: Kevin Davis <kjydavis3@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: rhuairahrighairigh <ruaridh.odonnell@gmail.com>
2020-04-23 12:35:58 -04:00
Kevin Davis
acc96952a7
fix: non-determinism in auction sims ( #432 )
2020-04-14 13:49:31 -04:00
Ruaridh
5bdffd5c1c
Add Auction Simulations ( #419 )
...
* first pass
* fix bid amount calculation
* untested refactor of sim ops and genesis
* refactor operations and fix auction bug
* add param changes and genesis
* address minor TODO
* add first draft of invariants
* improve param generation
* complete invariants
* fix genesis tests
* log no-op better
* small fixes
* add missed comma
Co-authored-by: John Maheswaran <john@kava.io>
2020-04-13 17:01:54 +01:00
Federico Kunze
3f4aba1c7f
decoder tests
2020-04-04 19:42:35 -03:00
Federico Kunze
e02766bff3
x/auction: simulation decoder
2020-04-01 13:33:18 -03:00
Ruaridh
c7b1331f4d
Fix simulations ( #377 )
...
* stub out simulation integration for cdp, pricefeed
* stub out simulation integration for auction
* fix cdp export
* update pricefeed to match
* update validator-vesting to match
2020-02-25 10:11:09 -05:00