Commit Graph

577 Commits

Author SHA1 Message Date
Simon Warta
585338a3fa Change gasWanted/gasUsed to bigint 2023-10-26 16:16:19 +02:00
Simon Warta
9f33cd31de
Merge pull request #1496 from twhy/patch-1
Fix typo in comment
2023-10-26 16:12:39 +02:00
Simon Warta
fe6b70acd7
Update packages/stargate/src/stargateclient.ts 2023-10-26 15:39:36 +02:00
Tom Wang
cc2a10de2c
Fix typo in comment 2023-10-26 21:32:39 +08:00
Simon Warta
6d763bd067 Rename getTmClient -> getCometClient 2023-10-25 14:58:33 +02:00
Simon Warta
5eb7d8ba33 Improve CometBFT support in high level clients 2023-10-25 14:54:26 +02:00
Simon Warta
6a877027f6 Merge branch '0.31' 2023-10-25 13:02:07 +02:00
Simon Warta
9d5aecefd5 Add missing memo field to fromAmino implementation for MsgTransfer 2023-10-25 12:52:47 +02:00
Simon Warta
8fc41ed206 Adjust timeout_height test 2023-10-25 11:23:15 +02:00
Simon Warta
2b0fdddb6f Work around broken jasmine.any(BigInt) matching 2023-10-25 11:23:15 +02:00
Simon Warta
d27736589d Add decodeOptionalPubkey and use it 2023-10-25 11:23:15 +02:00
Simon Warta
c4303a3224 Adapt codebase to cosmjs-types upgrade 2023-10-25 11:21:23 +02:00
Shane Vitarana
6017892ffc 0.31.x backport: Add memo field to AminoMsgTransfer 2023-10-24 17:22:00 +02:00
Shane Vitarana
1dbe0d1ad9 Add memo field to AminoMsgTransfer 2023-09-20 18:50:03 +02:00
Simon Warta
99217b1437 Use CometClient 2023-08-24 17:10:57 +02:00
Simon Warta
5bb01b8a68 Change multiplier to 1.4 2023-08-21 09:30:52 +02:00
Simon Warta
c1e8126dbf Add group and gov v1 message types 2023-06-22 14:17:05 +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
4462b107bd Merge branch 'nabla/improve-sign_dx' 2023-06-19 15:02:12 +02: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
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
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
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
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
Simon Warta
7e883e219b Add SigningCosmWasmClientOptions/SigningStargateClientOptions types
and remove obsolete prefix
2023-05-24 12:49:41 +02:00
Simon Warta
7918ef514a Add msgResponses field to IndexedTx and DeliverTxResponse 2023-05-24 12:24:06 +02:00
Simon Warta
cd6fff9874 Remove queryVerified and queryUnverified 2023-05-24 10:57:12 +02:00
Simon Warta
bb9e52215a Upgrade cosmjs-types to 0.8.0 2023-05-24 00:25:10 +02:00
Simon Warta
5590c76024 Add Tendermint auto-detection to CosmWasmClient 2023-05-23 23:12:05 +02:00
Simon Warta
0c0b6da9a4 Serahc sender with message.action and message.sender 2023-05-22 17:59:33 +02:00
Simon Warta
c6ac77a0f6 Avoid searching for attributes across different events 2023-05-22 17:04:00 +02:00
Simon Warta
eb52e93fd4 Simplify searchTx 2023-05-04 18:25:11 +02:00
Simon Warta
d0071697bb Fix granterGrants test 2023-05-04 16:50:34 +02:00
Simon Warta
070deeb8f4 Fix AuthzExtension testing 2023-05-04 16:29:24 +02:00
Simon Warta
e955dd76c0 Set gas multiplier to 1.5 for MsgGrantAllowance 2023-05-03 19:03:38 +02:00
Simon Warta
4c8c27cc37 Implement Tendermint auto-detection in StargateClient 2023-04-06 18:19:35 +02:00
Simon Warta
f987f6af3a Set new validator address in tests 2023-04-06 18:02:44 +02:00
Simon Warta
c325d71be8 Add version detection in SigningStargateClient 2023-04-06 17:38:42 +02:00
Simon Warta
6cb1a74b89 Migrate pendingWithoutSimapp46 to pendingWithoutSimapp46OrHigher 2023-04-06 17:24:23 +02:00
Simon Warta
4348cee45f Add SIMAPP47_ENABLED/SLOW_SIMAPP47_ENABLED and simapp47 tests 2023-04-06 17:23:59 +02:00
Simon Warta
7e0edc8170 Remove unnecessary pendingWithoutSimapp44Or46
This was needed when we tested against 0.42 backends
2023-04-06 16:57:42 +02:00
DavideSegullo
da5ab18564 style: 🚨 fix lint errors 2023-03-27 12:44:31 +02:00
DavideSegullo
9bcc43977b feat: add sign and broadcast without polling 2023-03-27 11:55:49 +02:00
jinseong.cho
a7b8710d10 fix: fail amino sign verify with special chars 2023-03-09 17:35:23 +01:00