Simon Warta
e2f1263917
Merge pull request #1121 from cosmos/alpine-minimal-faucet
...
Use alpine image and install Node.js to reduce image size
2022-04-12 16:04:16 +02:00
Simon Warta
f0d5f31ed1
Add CHANGELOG entry
2022-04-12 15:46:21 +02:00
Simon Warta
70788e735c
Use alpine:3.15 and install Node.js to reduce image size
2022-04-12 15:42:09 +02:00
Simon Warta
7320dcc267
Merge pull request #1120 from cosmos/thoughts-on-faucet-docker
...
Build faucet docker image in CI
2022-04-12 14:51:34 +02:00
Simon Warta
0f138e87ca
Bundle faucet
2022-04-12 14:36:19 +02:00
Simon Warta
b8db0b3255
Install webpack to faucet
2022-04-12 14:36:19 +02:00
Simon Warta
899b894823
Improve Dockerfile
2022-04-12 14:36:18 +02:00
Simon Warta
43bd0f5797
Build faucet docker image in CI
2022-04-12 14:36:18 +02:00
Simon Warta
1aa797a89d
Merge pull request #1119 from cosmos/zero-one
...
Add Decimal.zero and Decimal.one
2022-04-12 14:32:44 +02:00
Simon Warta
e379ccd859
Add Decimal.zero and Decimal.one
2022-04-12 11:56:40 +02:00
Simon Warta
f31045a4e8
Set version 0.28.3
v0.28.3
2022-04-11 11:26:56 +02:00
Simon Warta
f6666ba52c
Add missing normalizeBech32 export
2022-04-11 11:25:22 +02:00
Simon Warta
db1244f02e
Add more info to MsgCreateVestingAccount support
2022-04-08 13:51:28 +02:00
Simon Warta
5854d2b3b4
Polish some test code
2022-04-08 13:51:15 +02:00
Simon Warta
b13f72a5f3
Merge pull request #1114 from cosmos/fix-vesting-amino-message
...
Use correct data format in vesting aminomessage
2022-04-08 13:08:42 +02:00
Milan Steiner
f6455bb5d3
Removed too much by mistake, added again
2022-04-08 12:31:08 +02:00
Milan Steiner
43b6e99312
Removing Amino Support for Vesting Messages
2022-04-08 10:26:10 +02:00
Milan Steiner
4a4e54b1ce
Adding more tests
2022-04-07 15:48:29 +02:00
Milan Steiner
1899e212db
Adding tests
2022-04-07 13:13:36 +02:00
Milan Steiner
d5dc2d2cea
Use correct data format in vesting aminomessage
2022-04-07 12:56:32 +02:00
Simon Warta
5fc096089a
Set version 0.28.2
v0.28.2
2022-04-07 11:06:35 +02:00
Milan Steiner
dc56aacc00
Merge pull request #1111 from cosmos/add-vesting-module
...
Adding vesting module to stargate
2022-04-07 10:55:59 +02:00
Milan Steiner
294af583ff
Merge branch 'main' into add-vesting-module
2022-04-07 10:55:52 +02:00
Milan Steiner
d61be45516
Moving changes to ## Unreleased
2022-04-07 10:29:11 +02:00
Simon Warta
363e9f780c
Merge pull request #1113 from cosmos/bech32-normalize
...
Create normalizeBech32
2022-04-07 09:09:28 +02:00
Simon Warta
ba2c7bec84
Create normalizeBech32
2022-04-07 08:13:05 +02:00
Simon Warta
5fe6622f46
Test upper case and mixed case bech32 addresses
2022-04-07 08:12:16 +02:00
Simon Warta
cd638dbb13
Adapt test code to the free functions
2022-04-07 08:12:16 +02:00
Milan Steiner
55344935ed
Adding vestingAminoConverters to defaultTypes
2022-04-06 12:56:13 +02:00
Milan Steiner
124f16ff71
Adding vesting to default types
2022-04-06 11:01:42 +02:00
Milan Steiner
8da37cd2e5
Adding vesting module to stargate
2022-04-06 10:44:55 +02:00
Simon Warta
9633f5807b
Update package trees
2022-03-31 09:28:13 +02:00
Simon Warta
e2be44b27a
Move Buffer plugin into a single config snippet
2022-03-31 09:02:40 +02:00
Simon Warta
b0dc01ccc6
Set version 0.28.1
v0.28.1
2022-03-30 16:58:17 +02:00
Simon Warta
e52b3eabd7
Upgrade dependencies minimist and follow-redirects ( #1104 )
...
* Upgrade minimist
* Upgrade follow-redirects
2022-03-30 14:59:25 +02:00
Riccardo Montagnin
13ce43c122
feat: allow to specify an AccountParser inside StargateClient ( #1102 )
...
* feat: added the ability to specify an AccountParser inside StargateClient
* use inheritance instead of composition
* make accountParser not optional
* added changelog
* added types to index.ts
2022-03-30 14:37:41 +02:00
Furkan KAMACI
af4215e9f9
Typo is fixed for multiplier ( #1103 )
2022-03-30 08:12:00 +02:00
Furkan KAMACI
0d609f1292
Broadcasting transaction error is fixed with using a Promise object ( #1101 )
2022-03-30 00:23:46 +02:00
Simon Warta
1e11948c07
Add missing runtime dependencies to proto-signing and tendermint-rpc ( #1098 )
2022-03-22 14:40:59 +01:00
Simon Warta
fcf01d4b09
Add missing assertIsBroadcastTxSuccess CHANGELOG entry [skip ci]
...
Closes #1076
2022-03-17 15:27:59 +01:00
Simon Warta
6377153001
Set version 0.28.0
v0.28.0
2022-03-17 14:11:26 +01:00
Simon Warta
4503f6834f
Set version 0.28.0-rc2
v0.28.0-rc2
2022-03-16 12:27:22 +01:00
Milan Steiner
8763c88f30
Add Authz queries to QueryClient ( #1089 )
...
* Add Authz queries to QueryClient
* Rename 'pagination' to 'pagionationKey'
* Typo in Changelog
* Adding test for authz query
* Fix Typo
* Fix tests
* Update packages/stargate/src/modules/authz/queries.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
* Improve authz query test
* Improve authz queries
* Let's use a random address for grantee in tests
* Beautify tests
* Update packages/stargate/src/modules/authz/queries.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
* Update packages/stargate/src/modules/authz/queries.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
* Update packages/stargate/src/modules/authz/queries.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-16 11:14:14 +01:00
Milan Steiner
8fb1ae25a8
Add waiting time to timeout error message ( #1087 )
...
* Add waiting time to timeout error message
* Update cosmwasmclient.ts
* Update stargateclient.ts
Co-authored-by: Simon Warta <simon@warta.it>
2022-03-15 23:17:47 +01:00
Simon Warta
2539a2da62
Merge pull request #1085 from cosmos/more-then-100-getCodes
...
getCodes(): Support more than 100 code IDs
2022-03-15 20:16:40 +01:00
Milan Steiner
0a93af06d4
Merge branch 'main' into more-then-100-getCodes
2022-03-15 19:27:46 +01:00
Simon Warta
da246fb35e
Merge pull request #1086 from cosmos/more-then-100-getContracts
...
getContracts(): Support more than 100 per code ID
2022-03-15 17:46:57 +01:00
Milan Steiner
1239f31161
getCodes() doesn't need a try/catch
2022-03-15 16:30:18 +01:00
Milan Steiner
9d9989403b
Update packages/cosmwasm-stargate/src/cosmwasmclient.ts
...
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-15 16:25:36 +01:00
Simon Warta
1499c4d100
Merge pull request #1088 from cosmos/docs-for-webpack
...
Document Webpack Configs
2022-03-14 15:42:21 +01:00