Commit Graph

937 Commits

Author SHA1 Message Date
Simon Warta
6a8b686e5f
Yarn 4.9.2 and TypeScript 5.8 upgrade (#1671)
* Upgrade yarn to 4.9.2

* Re-run yarn install

* Upgrade typescript to 5.8

* Upgrade typedoc
2025-06-16 14:34:53 +02:00
Simon Warta
cd782cc2a8
Merge pull request #1658 from dynst/eslint-import
update to eslint v8
2025-06-12 15:54:30 +02:00
leopardracer
c8b795cd46
Update signingstargateclient.spec.ts 2025-06-12 15:38:46 +03:00
Simon Warta
9d4bb28463
Migrate Tendermint34Client.connect to connectComet in query tests 2025-06-12 11:27:19 +02:00
dynst
f2e43be36b require eslint v8 compatible versions of eslint-plugin-import 2025-06-11 20:45:52 +00:00
dynst
55cbcdd4a3 update to eslint 8.57.1 2025-06-11 20:42:06 +00:00
Simon Warta
d653ea746e
Sort glob results 2025-06-11 17:50:05 +02:00
Simon Warta
38f72a970f
Set dotRelative to make testing framework happy 2025-06-11 16:12:54 +02:00
Simon Warta
01208fe767
Upgrade glob to v10 2025-06-11 15:43:19 +02:00
Simon Warta
af20aa7382
Remove simall44 and 46 testing 2025-06-11 14:06:18 +02:00
Nur Fikri
0d9181dbac Set version 0.33.1 2025-03-12 06:58:46 +07:00
Simon Warta
68e1ec8d9c
Set version 0.33.0 2025-01-15 13:58:25 +01:00
Simon Warta
0ee6abb138
Remove unused @confio/ics23 2025-01-15 13:35:15 +01:00
Simon Warta
bc0f5dc136
Remove unused xstream from stargate 2025-01-15 13:34:11 +01:00
Simon Warta
e6e4c24cbb
Remove support for verified queries
The ics23 library for TypeScript is unmaintained sucht that we cannot
provide this feature anymore
2025-01-15 13:32:40 +01:00
Simon Warta
e6bb18a554
Relax version requirement for @types/node 2025-01-15 13:05:53 +01:00
Simon Warta
e819a1fc0e
Set version 0.32.4 2024-06-26 11:00:20 +02:00
Simon Warta
eab213610d
Merge branch 'main' into feat/add-staking-cancel-unbond-msg 2024-06-26 10:50:36 +02:00
fibonacci998
03c1c6ba5d fix: update parse BigInt in cancel unbond 2024-05-18 21:58:14 +07:00
Tuan Phan Anh
c444e8e16f
feat: convert creation_height from bigint to string 2024-05-18 21:04:41 +07:00
Tuan Phan Anh
4ff0a5e9b7
fix: remove class CancelUnbond not used 2024-05-18 20:48:45 +07:00
Tuan Phan Anh
81fb27c40c
fix: remove class MsgCancelUnbond not used 2024-05-18 20:14:24 +07:00
Tuan Phan Anh
9d21d7aee0
fix: remove cancelUnbondingDelegation helper functions 2024-05-18 20:02:27 +07:00
AlexanderFSP
26258f8d52 📝 Update changelog & rename gasMultiplier to defaultGasMultiplier 2024-04-30 10:13:58 -03:00
AlexanderFSP
4d1f2e1a0e 🐛 Fix inconsistent gas multiplier value between signAndBroadcast and signAndBroadcastSync methods 2024-04-29 17:28:59 -03:00
Simon Warta
5db290f94c Improve Amino JSON test coverage 2024-04-17 14:16:17 +02:00
Cameron Gilbert
7dcb3bf20d fix: tests 2024-04-10 13:19:21 -04:00
Cameron Gilbert
777fce5ff9 fix: update existing MR 2024-04-10 13:05:35 -04:00
Simon Warta
917bd4cb40 Set version 0.32.3 2024-03-08 13:50:19 +01:00
Simon Warta
0d83ef8c69 Update event handling in tests 2024-03-08 12:27:00 +01:00
Simon Warta
874612b0df Let parseRawLog gracefully handle empty strings 2024-03-08 12:26:53 +01:00
Simon Warta
946e2ceecf Restore logs.findAttribute. Add event based findAttribute 2024-03-08 12:25:22 +01:00
Pynix Wang
a40cb78646 fix for sdk >= v50
+ remove parsedLogs
+ fix findAttribute
+ fill logs with []
2024-03-08 12:25:22 +01:00
fibonacci998
1b05778342 feat: add unittest for MsgCancelUnbondingDelegation 2023-12-26 11:03:52 +07:00
fibonacci998
9712967d50 feat: add msg cancel unbond to amino and messages staking module 2023-12-22 17:14:44 +07:00
Simon Warta
287278004b Set version 0.32.2 2023-12-19 14:56:50 +01:00
Simon Warta
8979eac3b7 Use blockchain RPC URLs with protocol 2023-12-19 14:12:41 +01:00
MadReza
a752cd8ac0 fix: lint 2023-12-19 14:51:37 +03:30
MadReza
075b54cc89 fix: make the gas price regex case sensitive 2023-12-19 14:22:35 +03:30
MadReza
8ca4560b6e fix: bring back the denom length validation out of regex 2023-12-19 14:22:35 +03:30
MadReza
643bf25a8a feat: update validation of GasPrice.fromString to allow using ibc denoms as gas denom 2023-12-19 14:22:35 +03:30
Simon Warta
55477b5392 Set version 0.32.1 2023-12-19 11:32:05 +01:00
Simon Warta
4acc29acc1 Set version 0.32.0 2023-11-23 12:00:38 +01:00
Simon Warta
9e6b82cdac Disable tests that are currently not working 2023-11-22 17:59:49 +01:00
Simon Warta
f01ae2a3a4 Adapt testing code for 0.50 compatibility 2023-11-22 17:59:49 +01:00
Simon Warta
d0e4c37248 Add SIMAPP50_ENABLED+SLOW_SIMAPP50_ENABLED in codebase 2023-11-22 17:59:49 +01:00
Simon Warta
bf0ec62d18 Deprecate IndexedTx.rawLog and DeliverTxResponse.rawLog 2023-11-22 12:33:40 +01:00
Simon Warta
56035bd661 Remove needless toString in MsgTransfer Amino converter 2023-11-15 17:05:30 +01:00
Simon Warta
dbc702afe8 Export omitDefault to help build Amino JSON converters 2023-11-15 11:06:09 +01:00
Simon Warta
9c55a85be0 Deprecate SigningStargateClient.sendIbcTokens 2023-11-08 17:54:59 +01:00