-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests to update BNS cash configuration #1067
Comments
@webmaster128 Is it definitely just unit tests for this issue or do we need to sort out encoding/decoding of a transaction? |
@willclarktech sorry, unittests -> tests. There should be a test showing that Configuration can be updated. This requires encoding/decoding of the ConfigurationMsg and the new configuration object. |
Waiting for |
@webmaster128 What's the current status of this issue. Should we add it to 1.0? |
@willclarktech I'd not consider it a blocker for 1.0.0, but as far as I can see it is ready for development. I moved it to position 1 in the backlog |
Blocked by iov-one/weave#815 which is scheduled for post-MVP. |
Each module can have a Configuration object and a transaction type to update this. For cash this is
Looks like there is only one configuration that can be updated at the moment
The text was updated successfully, but these errors were encountered: