20 Commits

Author SHA1 Message Date
Milan Steiner
2b6e30d48a
Fix LGTM Warnings (#1069)
* Removed unused variable

* Improve Regex
2022-03-02 18:26:57 +01:00
Milan Steiner
4c8b278c1d
Create toBech32 and fromBech32 in @cosmjs/encoding (#1058)
* Create toBech32 and fromBech32

* Add changes to CHANGELOG.md

* Fix linting

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/encoding/src/bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 14:05:34 +01:00
Simon Warta
9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +01:00
Milan Steiner
be1cbed333 Increase defaultSendFee from 80_000 to 200_000 2022-02-07 18:20:07 +01:00
Simon Warta
5baf9781de Rename BroadcastTx{Success,Failure} to DeliverTx{Success,Failure} 2021-11-23 18:39:39 +01:00
willclarktech
fca794e92e
Use string gas price in simple calculateFee cases 2021-06-16 10:32:08 +02:00
willclarktech
ed34d57fe5
scripts: Update for cosmwasm-stargate fees 2021-06-15 14:05:34 +02:00
willclarktech
10cddb15bc
Support unix in yarn node shebangs 2021-05-19 15:13:41 +02:00
willclarktech
d0a61cb978
Use yarn node instead of node to run dev scripts 2021-05-18 15:16:02 +02:00
willclarktech
52c6b13d02
scripts: Add missing prefix to wasmd send_first 2021-04-08 14:55:05 +02:00
willclarktech
798c801525
scripts: Update for hd wallet change 2021-04-06 17:12:43 +02:00
willclarktech
2d9638bedb
scripts: Update for amino/launchpad refactor 2021-03-25 11:00:10 +01:00
Simon Warta
d754520ce6 Rename connectWithWallet -> connectWithSigner 2021-01-12 16:14:25 +01:00
willclarktech
c8f1ee4a30
scripts: Update wasmd send_first.js script 2020-11-19 13:55:19 +01:00
willclarktech
e97b36d4af
scripts: Add basic Stargate-compatible wasmd files 2020-11-19 13:44:24 +01:00
willclarktech
36d7267efd
scripts: Rename wasmd chain -> launchpad 2020-11-10 16:37:21 +01:00
Simon Warta
eba148326a Rename Secp256k1Wallet -> Secp256k1HdWallet 2020-10-08 10:29:41 +02:00
Simon Warta
5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta
c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
Simon Warta
8410f41a40 Fix pubkey test 2020-07-28 14:54:38 +02:00