Federico Kunze
|
1a46b3fa2b
|
fix tests
|
2020-05-13 09:24:17 -04:00 |
|
Federico Kunze
|
3ee16963aa
|
Merge branch 'master' of github.com:Kava-Labs/kava into fedekunze/auction-validation
|
2020-05-13 09:14:47 -04:00 |
|
Federico Kunze
|
12fe0c60a3
|
x/bep3: fix swap validation (#507)
|
2020-05-13 08:41:54 -04:00 |
|
Kevin Davis
|
7f236d322d
|
[R4R] Update Swagger for testnet-6000 (#496)
* wip: update swagger for testnet-6000
* add remaining modules to swagger
* add committee api
|
2020-05-13 08:41:31 -04:00 |
|
Federico Kunze
|
2327b01ed4
|
message test
|
2020-05-12 16:37:08 -04:00 |
|
Federico Kunze
|
71742d2eef
|
auction tests
|
2020-05-12 16:32:18 -04:00 |
|
Denali Marsh
|
6c68e41758
|
[R4R] bep3 module audit revisions (#505)
* most audit revisions
* remove expected income
* update begin block spec
* filter queryAtomicSwaps, add queryAssetSupplies
* update old address
* update test
* Remove legacy method
* remove legacy comment
* address PR comments
* IsValid for SwapDirection, SwapStatus
* fix rng logging
* query asset supplies
* return [64]byte from rng
* remove cross chain field from MsgCreateAtomicSwap
* move swap filtering to querier
* rename Limit field to SupplyLimit
|
2020-05-12 13:15:38 -07:00 |
|
Federico Kunze
|
e3aad2306b
|
other validations
|
2020-05-11 19:10:14 -04:00 |
|
Federico Kunze
|
32213ed56c
|
x/auction: types validation
|
2020-05-11 18:56:28 -04:00 |
|
Federico Kunze
|
04cb414593
|
x/bep3: genesis validation (#488)
* validate asset supply
* validate swap
* genesis tests
* swap and supply unit tests
* use Require() for suite
* fix tests
* Apply suggestions from code review
Co-authored-by: Denali Marsh <denali@kava.io>
|
2020-05-11 12:55:09 -04:00 |
|
Kevin Davis
|
7129e7c95b
|
use correct terminolgy in incentive spec
|
2020-05-07 19:41:14 -04:00 |
|
Kevin Davis
|
18b6a8ce25
|
remove extra newline
|
2020-05-07 17:52:21 -04:00 |
|
Kevin Davis
|
e60bf54b32
|
clean up validator vesting spec
|
2020-05-07 17:52:07 -04:00 |
|
Kevin Davis
|
db7aaef98d
|
cleanup cdp events
|
2020-05-07 17:35:42 -04:00 |
|
Kevin Davis
|
fd8d48e208
|
add committee spec
|
2020-05-07 16:58:46 -04:00 |
|
Kevin Davis
|
deef10a872
|
add voter address to vote event
|
2020-05-07 16:58:39 -04:00 |
|
Kevin Davis
|
c1e9a87fb3
|
add incentive spec
|
2020-05-07 13:46:48 -04:00 |
|
Kevin Davis
|
a295b793a9
|
fix: emit relevent events for incentive
|
2020-05-07 13:46:40 -04:00 |
|
Kevin Davis
|
0c49f1b089
|
add kavadist spec
|
2020-05-07 13:45:32 -04:00 |
|
Kevin Davis
|
dc5614b241
|
fix: emit inflation as coin
|
2020-05-07 13:45:16 -04:00 |
|
Kevin Davis
|
70b0f02e6d
|
fix: use correct abci method in pricefeed spec
|
2020-05-07 13:44:43 -04:00 |
|
Kevin Davis
|
178f74c1d8
|
fix: delete claim after user claims it
|
2020-05-07 13:43:36 -04:00 |
|
Kevin Davis
|
c6d287a5b3
|
feat: add pricefeed spec
|
2020-05-07 11:11:10 -04:00 |
|
Denali Marsh
|
8ef03e4181
|
[HOTFIX] Fix outgoing swaps in BEP3 sims (#490)
* check available asset supply on outgoing swaps
* switch maximum, current
|
2020-05-06 17:29:59 -07:00 |
|
Denali Marsh
|
611eff93cf
|
[R4R] Update bep3 module account permissions (#483)
* incoming swaps trigger acc registration
* move supply increment after recipient acc validation
* use expected keepers pattern
* remove expected keepers from alias
* update bep3 macc permissions
* clean supply keeper interface
* add module account check to genesis
* remove duplicated accountkeeper
|
2020-05-06 13:23:13 -07:00 |
|
Denali Marsh
|
7a904ddd6c
|
[R4R] Add outgoing swaps to bep3 sims (#484)
* incoming swaps trigger acc registration
* move supply increment after recipient acc validation
* use expected keepers pattern
* remove expected keepers from alias
* add outgoing swaps to sims
|
2020-05-06 12:30:27 -07:00 |
|
Denali Marsh
|
d56ad961c0
|
[R4R] Enable bep3 claim txs from new addresses (#482)
* incoming swaps trigger acc registration
* move supply increment after recipient acc validation
* use expected keepers pattern
* remove expected keepers from alias
* update comment
|
2020-05-06 10:56:43 -07:00 |
|
Ruaridh
|
23a5c7b969
|
Add committee simulations (#431)
* first pass at genesis and msgs
* add proposal generation
* add permission generation
* add decoder
* add invariants
* add committee change proposal generator
* improve committee change proposal generation
* fix error formatting
* update sims to v0.38
* Update x/committee/keeper/invariants.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* Update x/committee/keeper/invariants.go
Co-Authored-By: Denali Marsh <denali@kava.io>
* tidy up comments
* tidy up random helpers
* add committee to ImportExport test
* add member check to vote invariant
* fix comment wording
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
|
2020-05-04 17:17:20 -04:00 |
|
Kevin Davis
|
471565e360
|
fix: add new event manager to ctx in handlers (#485)
|
2020-05-02 18:52:49 -04:00 |
|
Kevin Davis
|
8f3858509a
|
fix: various errors from linter (#481)
|
2020-05-01 14:13:29 -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
|
d8bbde78cc
|
build
|
2020-04-30 12:15:40 -04:00 |
|
Federico Kunze
|
1a04ffe396
|
fix some lint bugs
|
2020-04-30 11:33:10 -04:00 |
|
Federico Kunze
|
9743f356be
|
Merge branch 'master' of github.com:Kava-Labs/kava into linters
|
2020-04-30 10:31:20 -04:00 |
|
Kevin Davis
|
22315cc3ca
|
add committee to sims (#479)
* fix: update test for cdp breaking changes
* fix: add committee to sims
|
2020-04-30 10:27:37 -04:00 |
|
Federico Kunze
|
fe72a24aa0
|
update format
|
2020-04-30 10:23:41 -04:00 |
|
Federico Kunze
|
8853e8d3d1
|
linters and format
|
2020-04-30 10:13:31 -04:00 |
|
Federico Kunze
|
e9c16fa752
|
x/committee: committee gov module
Committee Gov Module
|
2020-04-30 09:16:33 -04:00 |
|
Kevin Davis
|
3cc2cc99b8
|
fix: enforce sorting of cdp ids when storing (#475)
|
2020-04-29 18:02:31 -04:00 |
|
Kevin Davis
|
c175e9e856
|
Add kava modules to TestAppImportExport (#472)
* add kava modules to TestAppImportExport
|
2020-04-29 10:10:41 -04:00 |
|
rhuairahrighairigh
|
e1cb079589
|
remove alias comment from godoc
|
2020-04-28 16:36:06 +01:00 |
|
rhuairahrighairigh
|
ffbeced199
|
apply various pr suggestions
|
2020-04-28 01:51:53 +01:00 |
|
rhuairahrighairigh
|
d1c0dd18b1
|
only import types pkgs within types
|
2020-04-28 01:28:00 +01:00 |
|
rhuairahrighairigh
|
307ecd54e2
|
remove unecessary codec tests
|
2020-04-28 01:26:48 +01:00 |
|
rhuairahrighairigh
|
447e7579a8
|
tidy up codec type registrations
|
2020-04-28 01:26:00 +01:00 |
|
rhuairahrighairigh
|
073cd7ebda
|
update module to v0.38
|
2020-04-27 19:19:05 +01:00 |
|
rhuairahrighairigh
|
6c3d525f0f
|
Merge branch 'master' into ro-emergency-gov-module
|
2020-04-27 15:55:20 +01:00 |
|
Kevin Davis
|
ae4aee46ff
|
Use sdk.Coin in cdp module (#466)
* Use sdk.Coin in cdp module
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: John Maheswaran <john@noreply>
|
2020-04-27 10:40:34 -04:00 |
|
rhuairahrighairigh
|
631b87eaf0
|
apply various PR comments
|
2020-04-27 15:37:25 +01:00 |
|