Tyler
Tyler
Currently, you have to define module orders in totality for things like ABCI lifecycle methods, genesis operations, etc. It would be nice to have the SDK offer a default ordering...
Build a gh action tool that automates the tagging process. It should work as follows: * User opens changelog prep PR for module they wish to update. (add label "tag-me"...
we already have some docs on simulations in `docs`. they need to be updated to reflect simsx helper methods.
calling FinalizeBlock and CreateQueryContext creates contention between lastCommitInfo and teh baseapp's states.
lots of references to the v50 code in the `docs` directory. needs to be updated.
Overtime, Cosmos SDK changes and adds to its Pre/Begin/EndBlocker methods. It would be helpful to gain insight on the overall time it takes to complete these methods, and general metrics...
deprecated for a while. this code should be deleted in a future release as its not used anywhere anymore
gov props contain messages to be executed at a later date. currently (v0.53.x), nested messages are not simulated, so their validity is unchecked, and when the proposal passes, the messages...
### Summary This serves as a tracking issue for updating the documentation. Main is now the v53 branch, which is a branch off v50 with changes on top. There were...
Please go the `Preview` tab and select the appropriate sub-template: * [Production code](?expand=1&template=production.md) - for types `fix`, `feat`, and `refactor`. * [Docs](?expand=1&template=docs.md) - for documentation changes. * [Others](?expand=1&template=others.md) - for...