chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Results 78 chain-jslib issues
Sort by recently updated
recently updated
newest added

- [x] MsgSend - [ ] MsgMultiSend

low-priority

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...

investigation-needed

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...

highly-wanted

**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...

question
discussion needed

We need to have automated changelog management for releases to make it much easier for newer releases

low-priority