Ezequiel Raynaudo
Ezequiel Raynaudo
Reference discussion: https://github.com/drand/drand/pull/876#discussion_r769500318
Reference: https://github.com/drand/drand/pull/846#discussion_r756989378 https://github.com/drand/drand/pull/846#discussion_r756990902
# Description --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant...
# Description This PR aims to: - Remove unwanted dependencies such as x/tx, x/auth, specific crypto types (multisig related types, direct references to secp256k1). - New `TxBuilder` [interface](https://github.com/cosmos/cosmos-sdk/blob/9aa7ec7fd27c405f574e17690c74d27efb4fa515/client/v2/tx/builder.go#L18): - independent...
# Description This PR contributes to solve the following issues: - https://github.com/cosmos/cosmos-sdk/issues/17425 - https://github.com/cosmos/cosmos-sdk/issues/7357 Most imports made from `cometbft/cometbft/crypto` were removed and replaced with the (same) code in the new...
# Description - Add checks for nil ptrs after calling `pubkey.GetCachedValue()` - Minor code optimizations --- ## Author Checklist *All items are required. Please add a note to the item...