PaddyMc
PaddyMc
EPIC: https://github.com/osmosis-labs/osmosis/issues/6075 ## What is the purpose of the change This is the working branch for account abstraction feature.
## Background Make it possible for governance to choose uptime incentives The following parameter must be governance selected: https://github.com/osmosis-labs/osmosis/blob/5528f306f79d6fe847253cf695d4e9e67c280f84/x/incentives/keeper/distribute.go#L617 ## Suggested Design Add a parameter to the incentives module that...
## What is the purpose of the change - updating submodules to the latest tags
## What is the purpose of the change Release notes for v25
Create a CONTRIBUTING.md file, It will help attract open-source devs and also give people a good idea of our values. [Reasoning](https://mozillascience.github.io/working-open-workshop/contributing/) [Example](https://gist.github.com/PurpleBooth/b24679402957c63ec426)
Closes: #XXX ## What is the purpose of the change > Add a description of the overall background and high level changes that this PR introduces *(E.g.: This pull request...
## Background Currently we call the [GenerateAuthenticationRequest](https://github.com/osmosis-labs/osmosis/blob/main/x/smart-account/authenticator/authentication_request.go#L202] twice: 1. [ante.go](https://github.com/osmosis-labs/osmosis/blob/main/x/smart-account/ante/ante.go#L156-L170) 2. [post.go](https://github.com/osmosis-labs/osmosis/blob/main/x/smart-account/post/post.go#L100-L115) ## Suggested Design 1. Write a cache for the authentication request 2. Use the cached version of the...
## What is the purpose of the change: ### Linear Task [Linear Task URL](PASTE_LINEAR_TASK_URL_HERE) ## Brief Changelog ## Testing and Verifying
## What is the purpose of the change Currently the export of Osmosis to genesis state isn't working as expected because of the export of gov is missing a gov...
### What happened? ### Description Autocli somehow adds extra commands for certain tx commands. e.g ``` osmosisd tx | grep - ibc-transfer IBC fungible token transfer transaction subcommands ibc-transfer IBC...