Activity
Refactor coin module: add_amount -> add_amount
, removeZeroCoins -> …
Refactor coin module: add_amount ->
add_amount
, removeZeroCoins -> …Refactor coin module to improve validation and addition functionalities.
Refactor coin module to improve validation and addition functionalities.
Update Cargo.lock and Cargo.toml, Add Amount struct and related opera…
Update Cargo.lock and Cargo.toml, Add Amount struct and related opera…
feat: Add handling for Error::NotHandled in Tendermint interface and …
feat: Add handling for Error::NotHandled in Tendermint interface and …
Remove displaydoc from helper crate
Remove displaydoc from helper crate
refactor: Use thiserror instead of displaydoc
refactor: Use thiserror instead of displaydoc
Add thiserror crate to auth and bank modules and define the Error enu…
Add thiserror crate to auth and bank modules and define the Error enu…
Add thiserror crate and implement custom error types.
Add thiserror crate and implement custom error types.
refactor(store): update dependency version, change some imports, and …
refactor(store): update dependency version, change some imports, and …
Add cosmos sdk Rust Staking. module
Add cosmos sdk Rust Staking. module