Commit Graph

6 Commits

Author SHA1 Message Date
FT 7329da060d
Update authz_policy_test.go 2025-03-30 17:25:39 +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 63f73d3e6c
Gov authorization propagation for sub-messages (#1482)
* Add gov authorization propagation for sub-messages

* Minor update
2023-07-06 11:42:01 +02:00
pinosu e6d451bf9d
Add migration for AccessConfig (#1395)
* Add migration for AccessConfig

* Add more tests

* Make migration more resilient and remove "old" types

* cleanup legacy types

* fix comments
2023-05-26 13:08:48 +02:00
vuong 2abf812a90
Permission (#1050)
* move subset check into 'CanCreateCode'

* testing

* fix logic

* minor

* Code feedback

* clean test

* Revert "clean test"

This reverts commit a59be56b5734fd5153d81d38c41ae91599e3faaf.

* Revert test and make all pass

* Cover instantiation config with tests

* Add gov policy for sanity check

* Test with gov policy for sanity check

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
2022-10-20 18:30:27 +02:00
Alex Peters 2567927d09
Parse any of address in CLI; more tests 2022-09-07 15:46:27 +02:00