Skip to content

Tags: coinhall/cosmes

Tags

v0.0.70

chore: bump version

v0.0.69

chore: bump version to v0.0.69

v0.0.69-sdk50.0

docs: update to reflect use of `sdk50` tag

v0.0.68

chore: regenerate `pnpm-lock.yaml` to fix dep issues

v0.0.66

chore: bump version

v0.0.64

chore: bump version to `v0.0.64`

v0.0.62

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: broadcast directly instead of via wallet (#47)

This PR changes the behaviour of all wallets such that the
`signAndBroadcastTx` method will always broadcast via the user specified
RPC, rather than broadcasted via the wallet extension.

Unfortunately, Station mobile app does not support signing a tx without
broadcasting it.

Closes #17

v0.0.60

feat: parse ethermint accounts in `toBaseAccount`

v0.0.59

fix: supress querying pub key errs for station mobile

v0.0.57

fix: allow terra testnet to work correctly with station extension