Commit Graph

10 Commits

Author SHA1 Message Date
pinosu dd22204644
Add store code authz (#1591)
* Start implementation

* Add implementation + some e2e test

* Fix lint

* Fix comments

* Add ante handler

* Add cli cmd + more test cases

* Add cli tests

* Add ante handler test

* Add more tests

* Fix comments

* Enable empty permissions for the grant

* Fix lint

* Update version
2023-09-14 13:28:57 +02:00
Alexander Peters 0f82c95b6d
Linter only (#1609)
* Linter only

* Bump linter version
2023-09-07 13:04:28 +02:00
Alexander Peters 3d9d92c770
Wasmvm 1.4 upgrade (#1590)
* Start wasmvm 1.4 upgrade

* Checksum lowercase

* Start distribution query tests

* Use wasmvm 1.4.0

* Implement remaining distribution queries

* Update test

* Update to burner v1.4; minor updates

* Add dec coin test

* Fix merge conflict
2023-09-07 09:14:51 +02:00
Jacob Gadikian 8627f85275
style: lint wasmd in the same manner as cosmos-sdk (#1537)
* golangci-lint run ./... --fix

* linting completed

* use the CosmWasm repo as part of the gci config
2023-07-31 15:53:20 +02:00
Alexander Peters fe3afd5200
Test coin metadata query (#1520)
* Test coin metadata query; contract updates

* Update tests and contracts
2023-07-19 15:12:07 +02:00
pinosu 52996dbf0e
Add wasm command to support v1 gov proposals (#1326)
* Add wasm command to support v1 gov proposals

* fix lint issues

* fix comments

* Minor tweak and test files

---------

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
2023-04-21 18:28:19 +02:00
pinosu 674eceb31e
Use gov v1 instead of v1beta1 for new proposals (#1269)
* Deprecate proposal types

* Fix simulations

* Update cli

* Fix implementation

* Fix cli tests

* Fix lint errors

* Fix simulations

* fix comments

* Add integration tests

* Add more integration tests

* Add tests

* Remove legacy proposal CLI

* fix comments
2023-03-30 10:25:42 +02:00
Alexander Peters 1a8019b380
Fix client checksum verification (#1234)
* Fix client checksum verification

* Review comments
2023-03-06 14:11:11 +01:00
Alexander Peters 8991633de2
Disallow only address permission (#1163)
* Remove AccessTypeOnlyAddress for store msg

* Remove AccessTypeOnlyAddress for update config msg

* Review feedback

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

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2023-01-25 12:46:02 +01:00
Alex Peters 2567927d09
Parse any of address in CLI; more tests 2022-09-07 15:46:27 +02:00