osmosis-labs / test-tube

Test tube for cosmos-sdk chains integration test, written in Rust!
Apache License 2.0
53 stars 31 forks source link

Add Authz #37

Closed shapeshed closed 4 months ago

shapeshed commented 1 year ago

Add support for the Authz module. This is largely taken from @maxrobot's work here that I found useful.

https://github.com/epanchee/test-tube/blob/master/packages/injective-test-tube/src/module/authz.rs

shapeshed commented 6 months ago

Can this be merged?