Commit Graph

454 Commits

Author SHA1 Message Date
Simon Warta
1888ae4386 Improve validatorDelegations testing 2022-07-07 08:40:33 +02:00
Simon Warta
ae1471af27 Add makeMultisignedTxBytes 2022-06-20 12:48:57 +02:00
Simon Warta
3348c2854a
Merge pull request #1131 from cosmos/upgrade-cosmjs-types
Upgrade cosmjs-types to 0.5.0 and adapt code
2022-06-13 16:51:35 +02:00
Simon Warta
c4b8593af1 Adapt code to cosmjs-types 0.5.0 upgrade 2022-06-13 16:35:52 +02:00
Simon Warta
408d78ef30 Use Long.UZERO 2022-06-13 14:00:39 +02:00
Simon Warta
a035c92dca Fix BondStatusString values 2022-06-13 12:02:45 +02:00
Fantastic
128ee0172d
Update ibc queries 2022-06-10 19:56:00 +08:00
Simon Warta
c47ce3e872 Move getBalanceStaked test to correct position and disconnect 2022-06-08 14:57:06 +02:00
Giancarlos Salas
dfe1d7c7f3
Fix timeout error msg 2022-05-02 16:50:50 -05:00
Simon Warta
15bf277754 Let calculateFee handle fee amounts that exceed the safe integer range 2022-04-26 17:12:38 +02:00
Simon Warta
205165db4b Remove empty describe block 2022-04-15 16:58:00 +02:00
Milan Steiner
345bc52d02 Adding some tests 2022-04-13 13:05:56 +02:00
Milan Steiner
daa484d03e Moving addCoins() to amino/coins 2022-04-13 12:51:12 +02:00
Milan Steiner
342210aac8
Update packages/stargate/src/stargateclient.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-04-13 12:43:42 +02:00
Milan Steiner
194c922339
Update packages/stargate/src/stargateclient.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-04-13 12:43:35 +02:00
Milan Steiner
5d299476ba
Update packages/stargate/src/stargateclient.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-04-13 12:43:24 +02:00
Milan Steiner
f63ff26acd
Merge branch 'main' into add-getBalanceStaked 2022-04-13 10:15:59 +02:00
Milan Steiner
35a99fa44f Add getter to get staked balance 2022-04-13 10:14:33 +02:00
Simon Warta
7d62e8fc0d Create HttpEndpoint interface 2022-04-13 06:57:34 +02:00
Simon Warta
5854d2b3b4 Polish some test code 2022-04-08 13:51:15 +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
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
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
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
Milan Steiner
fe34588ff1 Fix build 2022-03-10 11:58:36 +01:00
Milan Steiner
d8d1e7c508 Moved AminoConverts back to aminotypes.ts 2022-03-10 11:41:46 +01:00
Milan Steiner
6da6b65aa4
Update packages/stargate/src/modules/distribution/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:14:00 +01:00
Milan Steiner
5f2b20995d
Update packages/stargate/src/modules/gov/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:56 +01:00
Milan Steiner
d4e23e8c58
Update packages/stargate/src/modules/staking/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:51 +01:00
Milan Steiner
c66540de24
Update packages/stargate/src/modules/ibc/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 11:13:46 +01:00
Milan Steiner
a01143c775
Update packages/stargate/src/modules/bank/aminomessages.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-10 08:52:45 +01:00
Milan Steiner
f76127f2f3 createDefaultTypes doesn't need to be exported 2022-03-09 16:31:11 +01:00
Milan Steiner
0596e4a4f1 Beautify code 2022-03-09 16:30:13 +01:00
Milan Steiner
aa1dd9ab8d Beautify Code 2022-03-09 15:27:56 +01:00
Milan Steiner
069a298e44 Beautify Code 2022-03-09 15:24:03 +01:00
Milan Steiner
54610c9a49 Fix missing imports 2022-03-09 15:17:36 +01:00
Milan Steiner
e4dc9702c2 Split tests for aminotypes and move to modules 2022-03-09 15:14:43 +01:00
Milan Steiner
b6d6c6e043 Remove default types from AminoTypes 2022-03-09 14:53:06 +01:00
Simon Warta
97b8761f71 Move wasm aminotypes to modules/wasm/aminomessages 2022-03-06 21:32:42 +01:00
Simon Warta
f98537cbc7 Move remaining Amino messages to module folders 2022-03-06 21:32:41 +01:00
Simon Warta
fb5cc27c3b Move Amino message types and converters to module folders 2022-03-06 21:32:41 +01:00