Commit Graph

25 Commits

Author SHA1 Message Date
Alexander Peters 447fb07f6e
Upgrade to cosmos-sdk v0.40.0-rc6 (#354)
* Upgrade to cosmos-sdk v0.40.0-rc6

* Apply workaround for gentx cli issue

* Update changelog
2021-01-06 10:05:36 +01:00
Alexander Peters 53bbf96e9e
Upgrade to cosmos-sdk v0.40.0-rc5 (#345)
* Upgrade to cosmos-sdk v0.40.0-rc5

* Migrate cli queries

* Update changelog

* Remove DONTCOVER filter for coverage
2020-12-17 14:13:18 +01:00
Alexander Peters 93761eac33
Upgrade wasmvm aka go-cosmwasm (#311)
* Upgrade wasmvm aka go-cosmwasm

* Update x/wasm/README.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Review feedback

* CircleCI: export GORACE

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-17 12:53:31 +01:00
Alexander Peters 4fb3a50fa7
Support self calling contract on instantiation (#300)
* Support self calling contract on instantiation

* Review feedback

* Review feedback
2020-11-09 09:16:41 +01:00
Alex Peters bf83c4476c
Upgrade to Stargate RC2 2020-11-03 18:20:26 +01:00
Alex Peters e54fbb9eb8
Better test setup 2020-10-27 15:01:22 +01:00
Alex Peters bcb00d6017
Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
Ethan Frey 9593e91eea Ensure the DelegationQuery doesn't modify the state 2020-10-07 14:43:19 +02:00
Ethan Frey 3143ea67a7 Update app.go for new constructor 2020-10-06 20:59:22 +02:00
Ethan Frey 2a92028b29 Wrote gnarly query to get outstanding rewards for delegator 2020-10-06 20:57:18 +02:00
Ethan Frey 0b290cbab4 Better calculation of Delegation.CanRedelegate 2020-10-06 20:02:06 +02:00
Ethan Frey 273a192513 Add tests for StakingQuery::{Delegation,BondedDenom} 2020-10-06 13:48:06 +02:00
Ethan Frey 38145e78a7 Cleanup from PR comments 2020-10-06 13:41:24 +02:00
Ethan Frey 2cc85186b4 Add test for StakingQuery::AllDelegations 2020-10-06 09:48:39 +02:00
Ethan Frey cc9dd04d0b Add test for the response of StakingQuery::Validators 2020-10-06 09:38:10 +02:00
Alex Peters 85a404691a
Add configurable control to upload code 2020-07-08 15:54:02 +02:00
Alexander Peters 81d8560d41
Migrate contract backend functionality with go-cosmwasm stub impl (#122)
* Start migration server side

* Return migration response and emit events

* Dispatch migrate contract messages

* Rebase to 0.9 and minor updates

* Review feedback

* Update changelog

* Add msg test
2020-06-04 08:54:30 +02:00
Ethan Frey 545681db81 Update tests for new contracts 2020-06-03 17:08:41 +02:00
Ethan Frey 533f4189fa Cleanup 2020-05-18 21:55:34 +02:00
Ethan Frey eed809c22f Reinvest tests pass! 2020-05-18 21:49:11 +02:00
Ethan Frey ade03a1d39 Progress on distro wiring for reinvest 2020-05-18 21:08:04 +02:00
Ethan Frey 11f889dac8 Test coverage for unbonded case 2020-05-18 18:15:47 +02:00
Ethan Frey d80a6ea383 Add more queries to bonded case 2020-05-18 17:38:36 +02:00
Ethan Frey da57fd357b Test contract bonds properly 2020-05-18 17:28:31 +02:00
Ethan Frey c4c1f9cf35 Test scaffolding for staking, test init and query callbacks 2020-05-18 15:45:10 +02:00