chain-jslib
chain-jslib copied to clipboard
redelegation toSignDocument fails
Since most (all?) usage of `Long` is unsigned, we should use `Long.fromNumber(..., true)` in those places
### MsgWithdrawDelegationRewardsAll When a delegator wishes to withdraw their rewards it must send MsgWithdrawDelegationRewardsAll. Note that parts of this transaction logic are also triggered each with any change in individual...
Some fruits for thoughts: For offline signing we will want the followings: - Serializable `SignDoc` (already done by Protobuf) - Ways to decode `SignDoc` back for verifying what is being...
**Is your feature request related to a problem? Please describe.** Right now to estimate the gas you need to first sign the transaction, which is undesired **Describe the solution you'd...
This issue is for a different type of addresses we handle in our SDK. Will it be a better idea to: 1. Add address type validation in `owTypes.` 2. Create...
We need to have automated changelog management for releases to make it much easier for newer releases