Commit Graph

21 Commits

Author SHA1 Message Date
Ethan Frey bff3aff95b Run new "make format" 2022-05-09 22:34:26 +02:00
jhernandezb 3ade8159b6 update proto field name 2022-05-09 11:35:37 -06:00
jhernandezb 30f05722f1 address code review comments 2022-05-09 11:35:37 -06:00
jhernandezb 01157fa914 add tests 2022-05-09 11:35:37 -06:00
Jorge Hernandez 591ff72868
fix: allow no admin in instantiation through proposal (#828)
* fix: allow no admin in instantiation through proposal

* add test for invalid amin address
2022-05-02 15:59:40 +02:00
Alexander Peters bfb4d31fca
Consolidate MaxWasmSize constraints into a single var (#826)
* Convert MaxWasmSize to var

Also removes redundant maxWasmSize param

* Convert MaxWasmSize to int

* Update CHANGELOG

* Complete max wasm size changes

* Update compile flags

Co-authored-by: Cole Brown <bigswim@gmail.com>
2022-04-29 18:54:06 +02:00
Alex Peters 45c826a86b
Revisit gov params doc and tests 2022-04-13 11:14:22 +02:00
Ethan Frey 6a2a9d0bfa fix tests 2022-01-24 20:23:20 +01:00
Ethan Frey 82f023ce51 Test execute and sudo proposal handlers 2022-01-24 19:54:26 +01:00
Ethan Frey 3acc8c960c Expose SetParams as I will need that for migration code outside of this package 2022-01-24 13:46:18 +01:00
Ethan Frey ab12678446 Failing test showing it was not currently pinned 2022-01-21 10:39:43 +01:00
Alexander Peters b8319aa334
Upgrade to cosmos-sdk v0.45.0 (#717)
* Upgrade to cosmos-sdk v0.44.5

* Upgrade to sdk v0.45.0-rc1

* Fix local test deploy scripts

* Bump to v0.45.0 final release

* Fixed replace to 0.45.0 not rc1

* Fix changed import path since rc1

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-01-20 12:47:01 +01:00
fkneeland-figure dd390d7f5f
Go Formatting update (#648)
* make fmt

* changelog update
2021-10-21 14:54:16 +02:00
Alex Peters 7b2cfa48ed
Strip message events and reorder 2021-08-11 14:08:56 +02:00
Alex Peters e9156be200
Refactor events 2021-08-10 18:19:16 +02:00
Ethan Frey c9360f63d1 keeper and types pass tests 2021-07-28 11:24:44 +02:00
Ethan Frey b8b0f209b2 Update tests (new default contract addr) 2021-07-28 11:18:21 +02:00
Ethan Frey 699fbbc215 Changed references in code - 2 broken tests 2021-07-27 14:25:33 +02:00
Alexander Peters 1ada14ed52
Store contract response in event (#535)
* Store contract response in event

* Review feedback
2021-06-14 08:57:04 +02:00
Alex Peters 2f2d59a151
Allow access to contract address builder 2021-06-01 10:42:07 +02:00
Alexander Peters d9142662c1
Remove internal package (#464)
* Move internal subfolders up

* Fix broken imports and fmt
2021-03-19 09:52:01 +01:00