2861 Commits

Author SHA1 Message Date
Simon Warta
2b3e96ff1d Fix PrivateStargateClient 2023-10-12 18:26:06 +02:00
Simon Warta
f58530f449 Let StargateClient build on Client 2023-10-12 18:10:44 +02:00
Simon Warta
dfc2317817 Add client.ts 2023-10-12 17:34:12 +02:00
dependabot[bot]
4ca2da22dd
Bump protobufjs from 6.11.3 to 6.11.4
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 20:17:45 +00:00
Shane Vitarana
1dbe0d1ad9 Add memo field to AminoMsgTransfer 2023-09-20 18:50:03 +02:00
Simon Warta
32ab6a1496 Remove default request headers that new node.js is not sending anymore 2023-09-19 10:48:14 +02:00
Simon Warta
d288a38c18 Accept fetch failed error message for non-open port 2023-09-07 14:11:32 +02:00
Simon Warta
efdf1983e6 Move Decoder, Encoder out of adaptor 2023-08-24 17:40:36 +02:00
Simon Warta
99217b1437 Use CometClient 2023-08-24 17:10:57 +02:00
Simon Warta
ec26b0a883 Add connectComet for auto-detecting the right client 2023-08-24 17:09:37 +02:00
Simon Warta
3124187177 Remove Adaptor abstractions 2023-08-24 16:46:19 +02:00
Simon Warta
4adfcb0f6a Remove hashTx/hashBlock from Adaptor abstraction 2023-08-24 16:32:57 +02:00
Simon Warta
3cffb629a1 Create Comet38Client 2023-08-24 16:29:08 +02:00
Simon Warta
b7410530fd Avoid running Tendermint37Client against 0.38 backend 2023-08-24 16:28:52 +02:00
Simon Warta
3b1047aafd Test Tendermint37Client against Tendermint 0.38 backend 2023-08-24 16:11:32 +02:00
Simon Warta
f3f23f8c9d Add Tendermint 0.38 backend 2023-08-24 16:11:32 +02:00
Simon Warta
a242608408 Set version 0.31.1 2023-08-21 09:56:45 +02:00
Simon Warta
9a57785ead Reduce SigningCosmWasmClient.upload multiplier to 1.1 2023-08-21 09:37:10 +02:00
Simon Warta
5bb01b8a68 Change multiplier to 1.4 2023-08-21 09:30:52 +02:00
Tomáš Livora
665fc3ba84 fix(tendermint-rpc): add earliest block to sync info
* fix issue #1448
2023-07-10 17:22:37 +02:00
Simon Warta
78ff780af7 Upgrade semver to 7.5.3 2023-06-26 09:54:06 +02:00
Simon Warta
256355bad4 Set version 0.31.0 2023-06-22 15:51:15 +02:00
Simon Warta
c1e8126dbf Add group and gov v1 message types 2023-06-22 14:17:05 +02:00
Simon Warta
148c12fe18
Merge pull request #1406 from loin3/export_wasm_types
add missing export wasmTypes
2023-06-19 16:06:35 +02:00
Simon Warta
bc6167ad30 Fix duplicate message.customAmount checks
Found by https://github.com/cosmos/cosmjs/pull/1333
2023-06-19 15:44:41 +02:00
Simon Warta
32c4057e1e Merge branch 'main' into issue334/implement_instantiate_permission 2023-06-19 15:11:48 +02:00
Simon Warta
4462b107bd Merge branch 'nabla/improve-sign_dx' 2023-06-19 15:02:12 +02:00
jinseong.cho
c201dfb5ac support addresses field in access config 2023-06-19 14:57:03 +09:00
jinseong.cho
7a453131d6 support cosmjs-types 0.8.0 2023-06-19 13:24:25 +09:00
jinseong.cho
1686be2397 Merge remote-tracking branch 'origin/main' into issue334/implement_instantiate_permission 2023-06-19 12:53:20 +09:00
DavideSegullo
e37b6149e2 style: 🚨 fix lint errors 2023-06-14 16:20:33 +02:00
Davide Segullo
9c1a871722
Update packages/stargate/src/signingstargateclient.spec.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2023-06-14 10:01:51 +02:00
Simon Warta
72da7971ee Set version 0.31.0-alpha.2 2023-06-13 17:45:08 +02:00
Simon Warta
3885c0178e Remove "not_supported_by_chain" option for Amino converter types 2023-06-13 15:57:25 +02:00
Simon Warta
d8412cf90a Remove not_supported_by_chain for authz and feegrant messages 2023-06-13 14:55:15 +02:00
Simon Warta
2b112b79f0 Update wasmd not found messages in tests 2023-06-13 10:26:28 +02:00
Simon Warta
b6c270fa81 Adjust expected gas range 2023-06-13 09:57:09 +02:00
Simon Warta
9bc51cb042 Update delegatorAddress/validatorAddress in tests 2023-06-13 09:42:51 +02:00
Noah Saso
a3e7d5cc88 Support wasm/MsgInstantiateContract2. 2023-05-31 14:54:16 -07:00
DavideSegullo
3cc3c4f4c2 test: change signAndBroadcastSync test
changed test msg from delegate to send.
2023-05-25 22:46:47 +02:00
DavideSegullo
1810853fa4 test: add simapp sleep
added block time sleep to avoid sequence mismatch.
2023-05-25 18:47:59 +02:00
Simon Warta
7dfd0a964f Set version 0.31.0-alpha.1 2023-05-25 18:16:41 +02:00
Simon Warta
a284d94740 Add CosmWasmClient.getContractsByCreator 2023-05-25 16:53:00 +02:00
Simon Warta
3c55cb1fdd Remove unnecessary falsy handling 2023-05-25 16:49:27 +02:00
DavideSegullo
3d42a4ff5a test: add broadcastTxSync test 2023-05-25 16:30:37 +02:00
DavideSegullo
c377c73d0d test: add signAndBroadcastSync tests 2023-05-25 16:26:34 +02:00
Simon Warta
d1a5dcc938 Migrate to libsodium-wrappers-sumo 2023-05-25 15:05:09 +02:00
Davide Segullo
e6f5f670be
Merge branch 'main' into nabla/improve-sign_dx 2023-05-24 19:06:49 +02:00
DavideSegullo
134ecc216f refactor: ♻️ remove duplicated code 2023-05-24 19:04:57 +02:00
DavideSegullo
4d022115eb refactor: 💬 change function names
changed function names to follow the naming given by the backend.
2023-05-24 18:51:11 +02:00