Commit Graph

1186 Commits

Author SHA1 Message Date
Derrick Lee
1a51d1fb00
Add IBC markets to pricefeed migration (#1131)
* Add ibc markets to pricefeed

* Default empty oracles if no markets

* Update pricefeed migration tests

* Add ibc markets to testdata genesis pricefeed

* Add existing pricefeed markets and new ibc markets to committee permissions

* Remove stray empty branch

* Panic on committee migration if pricefeed app state is missing

* Remove redundant import
2022-01-14 14:24:57 -07:00
Nick DeLuca
d71f406ceb
Add Third Party Protos for IBC Types (#1127)
* add ibc-go third party protos

* add missing proofs proto definition
2022-01-13 09:39:32 -07:00
Ivan Shcherbinin
4d31712978
Create rollback.md (#1133)
I tried to reproduce the previous instruction. Please check if everything is correct.
2022-01-13 08:54:19 -07:00
Derrick Lee
4615cef939
Update migration instructions kava-7 to kava-8 (#1130) 2022-01-11 10:31:47 -07:00
Kevin Davis
08f01ec76f
add migration guide for v16 (#1128)
* feat: add migration guide for v16

* fix: title
2022-01-10 18:13:48 -07:00
Nick DeLuca
75dec0d79c
Sync all third party protos for all messages, queries, tx signing, etc (#1124)
* sync all third party proto definitions

* update cosmos swagger for new imported third party protos
2022-01-07 18:59:34 -07:00
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
Draco Li
8b53fa61c5
Migrate v15 SubParamPermission to v16 ParamsChangePermission (#1115)
* migrate subparam permission to params change permission

* add new requirements for stability committee

* fix tests for stability committee
2022-01-08 01:22:00 +00: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
Adam Robert Turman
ab299efeaf
Added light node guide to docs (#1121)
* added light node guide to docs

* edits
2022-01-05 12:17:39 -06:00
samcode206
dc3c06d866
Merge pull request #1057 from Kava-Labs/sh-docs-additions
restructured and improved docs
2021-12-06 15:47:29 -08:00
Sam Hadi
a57ab64aaa removed lite paper and unfinished docs 2021-12-06 15:38:36 -08:00
Sam Hadi
be5f931edd removed lite paper 2021-12-06 15:37:30 -08:00
Sam Hadi
80f2ed8fc2 restructuring 2021-12-06 15:27:59 -08:00
Sam Hadi
3a1290cb24 refactored guide 2021-12-06 15:19:27 -08:00
Sam Hadi
5aee58823e removed note 2021-12-06 10:00:19 -08:00
stephensprinkle
03ec4d8b9f
path -> query (#1085) 2021-12-01 16:45:36 -07:00
Sam Hadi
f251486af4 added some more content for tutorial 2021-11-23 18:24:36 -08:00
Sam Hadi
398cce78cd added some context around the hello_kava tutorial 2021-11-23 09:51:24 -08:00
Sam Hadi
4dc6c414f8 added hello kava tutorial <draft-mode> 2021-11-22 15:13:54 -08:00
Sam Hadi
610a269e31 fixed capitilization and typos 2021-11-22 10:41:03 -08:00
Kevin Davis
d0e9c2531c
fix: update circulating supply (#1061)
* fix: update circulating supply to accurately reflect inflationary KAVA supply

* revert lp claims subtraction

* fix: use total supply after all vesting complete
2021-11-18 11:10:50 -06:00
Sam Hadi
0839466ec2 added local blockchain set-up guide 2021-11-17 15:45:45 -08:00
Sam Hadi
a5b0682a43 reorder docs and fix typos 2021-11-16 18:03:53 -08:00
Sam Hadi
fe5e6d191b added voting and proposals 2021-11-16 14:48:47 -08:00
Sam Hadi
af0c2251fe added transaction command docs 2021-11-16 14:34:33 -08:00
Sam Hadi
bcf4b11d7b reordering stuff 2021-11-10 15:51:11 -08:00
Sam Hadi
bbf37bdad3 added CLI docs 2021-11-10 11:44:02 -08:00
Ruaridh
fe393048f9
Merge pull request #1047 from soaryong-c/fix-local-docker-up-failed
Fix fail local testnet docker-compose up
2021-11-08 21:57:51 +00:00
soaryong-stamper
0e53bb1783 Fix fail local testnet docker-compose up 2021-11-04 12:06:11 +09:00
Derrick Lee
f84a8b0be0
Add /cdp/totalPrincipal and /cdp/totalCollateral Endpoints (#1027)
* Add cdp/totals rest endpoint for aggregated principal and fees

* Add total collateral to aggregated cdp

* Add pagination

* Update totalPrincipal endpoint to use keeper GetTotalPrincipal

* Update documentation for queryGetTotalPrincipal

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>

* Remove unused AggregatedCDP types

* Make CDP type optional, return all if not provided

* add total collateral endpoint that efficient fetches collateral
for a types, only iterating cdps for types b, etc

* correctly and efficienlty filter for a single collateral type

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
2021-10-23 13:09:59 -05:00
Nick DeLuca
baab2b957c
update swagger-ui to latest version 3.52.5 (#1026) 2021-10-18 18:44:06 -05:00
Nick DeLuca
45c7785859
Add No Vote Information to Polling Status for Committee Proposals (#1023)
* add no votes information to polling status, updating events and querier
cli/rest responses.  This allows clients to differeniate between no and
abstain votes

* update querier test to include no vote assertion
2021-10-12 09:51:01 -06:00
dependabot[bot]
55e36665f0 build(deps): bump prismjs from 1.24.0 to 1.25.0 in /docs (#1021)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01 11:29:26 -06:00
Derrick Lee
aa2f3ee193
Update Twitter links to kava_platform (#1022) 2021-10-01 11:29:13 -06:00
Adam Robert Turman
de750103ca
Merge pull request #1020 from Kava-Labs/at-validator-guide
Update Documentation
2021-09-28 10:37:46 -05:00
adamrturman
ec60bf16c3 created subfolder for kava-8 in docs 2021-09-27 14:14:56 -05:00
Adam Robert Turman
8892849f9f
Update docs/validator_guide.md
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2021-09-27 14:00:35 -05:00
Adam Robert Turman
a74c69bf8e
Update docs/upgrade_oracle.md
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2021-09-27 14:00:16 -05:00
Adam Robert Turman
1bb2d2e74a
Update docs/upgrade_oracle.md
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2021-09-27 14:00:01 -05:00
adamrturman
4b026348dc added links and consistent file naming 2021-09-23 12:16:10 -05:00
adamrturman
dd64f3dac2 added oracle upgrade guide 2021-09-23 12:12:46 -05:00
adamrturman
05765f4725 added wallet upgrade guide 2021-09-23 12:04:31 -05:00
adamrturman
136c38d0f8 added validator upgrade guide 2021-09-23 11:54:58 -05:00
adamrturman
9e28b4b573 typo 2021-09-20 11:43:42 -05:00
adamrturman
b2d100df6c updating docs post kava8 launch 2021-09-20 11:38:25 -05:00
Denali Marsh
b9c59c728b
Committee module: query next proposal ID (#1019)
* next-proposal-id cli query

* fix spelling in comments

* next-proposal-id rest query
2021-09-17 14:45:37 -06:00
adamrturman
c39eee0b19 updated docs/readme 2021-09-17 10:59:13 -05:00
Denali Marsh
0ee449e5a9
Test CDP init/export genesis (#1014)
* implement basic init/export genesis test

* update expected genesis for test
2021-09-09 11:54:39 -06:00