2382 Commits

Author SHA1 Message Date
Simon Warta
53c52356c7
Merge pull request #1014 from cosmos/improve-AminoTypes-constructor
Make prefix required in AminoTypes constructor
2022-01-27 09:40:30 +01:00
Simon Warta
8b775c84bb Add toRealUint8Array 2022-01-26 21:33:20 +01:00
Simon Warta
3c7d886eee Use Sha2 from @noble/hashes 2022-01-26 21:32:35 +01:00
Simon Warta
218c341f67 Use sha3 from noble 2022-01-26 21:32:35 +01:00
Simon Warta
4a6253f16b Replace ripemd160 dependencies with @noble/hashes 2022-01-26 21:32:30 +01:00
Simon Warta
353f2da4a8 Make prefix required in AminoTypes constructor 2022-01-26 16:38:35 +01:00
Simon Warta
f812fe7be9 Remove SHA1 2022-01-26 15:35:57 +01:00
Simon Warta
e098e763dd Set version 0.27.1 2022-01-26 15:28:55 +01:00
Simon Warta
5176fad733 Refactor we demo and add show address functionality 2022-01-26 13:45:20 +01:00
Simon Warta
9d35df3d91 Use bech32 encoder from CosmJS 2022-01-26 13:45:20 +01:00
Simon Warta
7fec3a2875 Improve demo script for node to show adresses 2022-01-26 13:45:20 +01:00
Simon Warta
c3f062dfb1 Disable @typescript-eslint/explicit-module-boundary-types for .js files 2022-01-26 13:45:20 +01:00
Simon Warta
75d5722df5 Write some showAddress docs 2022-01-26 13:45:20 +01:00
Simon Warta
e48101f8a7 Refactor to LaunchpadLedger.showAddress 2022-01-26 13:45:15 +01:00
Simon Warta
08bb7e4e73 Add missing pubkey encoding 2022-01-26 13:44:59 +01:00
Simon Warta
450480791b adding show address in ledgerSigner 2022-01-26 13:44:53 +01:00
Simon Warta
ec98fc1996 Avoid parsing evidence from Tendermint 2022-01-26 12:45:18 +01:00
Simon Warta
8b59c70e71 Export WasmExtension and setupWasmExtension 2022-01-25 18:45:03 +01:00
Simon Warta
40a1121b8e
Merge pull request #996 from cosmos/notes-on-registry
Simplify usage and examples for Registry
2022-01-20 16:07:06 +01:00
Assaf Morami
f55e157187
Update packages/stargate/src/aminomsgs.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-01-20 12:07:59 +02:00
Assaf Morami
17ea689da8
Fix ambiguity in TimeoutTimestamp docs
Also see https://github.com/cosmos/ibc-go/pull/715
2022-01-20 08:20:49 +02:00
Simon Warta
f48c0e3105 Simplify usage and examples for Registry 2022-01-19 14:33:08 +01:00
Simon Warta
96de965a21 Add type ID/type URL to error messages in AminoTypes 2022-01-19 09:02:40 +01:00
Simon Warta
c3eae7c28a Add fromBinary/toBinary 2022-01-13 22:26:42 +01:00
Simon Warta
c192fc9b95 Set version 0.27.0 2022-01-10 16:03:01 +01:00
Simon Warta
6ad4135bb7
Merge pull request #976 from cosmos/gasprice-tostring
Add GasPrice.toString
2022-01-10 15:41:18 +01:00
Simon Warta
7c57b5aee1 Add GasPrice.toString 2022-01-10 15:18:04 +01:00
Simon Warta
0bd186d0e3 Replace colors with chalk in @cosmjs/cli 2022-01-10 14:27:29 +01:00
Simon Warta
576bf2a5a2 Add MintExtension for queries 2022-01-04 23:32:10 +01:00
Simon Warta
6d9398475f Add decodeCosmosSdkDecFromProto 2022-01-04 22:48:54 +01:00
Simon Warta
57a56cfa6a Set version 0.27.0-rc2 2021-12-06 13:52:25 +01:00
Simon Warta
61fb5872df Adaot tests to Date -> Timestamp change 2021-12-06 11:05:15 +01:00
Simon Warta
fa58c73988 Upgrade cosmjs-types to ^0.4.0 2021-12-06 09:50:52 +01:00
Simon Warta
700cac88ec Set version 0.27.0-rc1 2021-12-01 13:21:49 +01:00
Simon Warta
34e0220e03 Sort exports 2021-12-01 11:58:57 +01:00
Simon Warta
d6fa413e61 Move StdTx, isStdTx and makeStdTx to @cosmjs/amino 2021-11-25 22:46:30 +01:00
Simon Warta
b56200d2e5 Merge DeliverTxFailure/DeliverTxSuccess into DeliverTxResponse 2021-11-25 17:57:12 +01:00
Simon Warta
74db678ab4 Fix imports from build folders to packages 2021-11-25 17:18:43 +01:00
Simon Warta
652d377f1d Accept non-string type in getAccount error 2021-11-24 13:56:36 +01:00
Simon Warta
b859384035 Upgrade typedoc to 0.22 2021-11-24 13:31:57 +01:00
Simon Warta
28ddfeb45c Upgrade TypeScript to 4.4 and adapt code 2021-11-24 13:26:36 +01:00
Simon Warta
73e255a500 Adapt compatibility table 2021-11-24 11:09:57 +01:00
Simon Warta
4d2479f68f Adapt AMINO JSON representation of messages sent to contracts 2021-11-24 11:09:10 +01:00
Simon Warta
baa4e5e049
Merge pull request #946 from cosmos/rename-BroadcastTxResponse
Rename BroadcastTx{Success,Failure} to DeliverTx{Success,Failure}
2021-11-24 09:25:00 +01:00
Simon Warta
5baf9781de Rename BroadcastTx{Success,Failure} to DeliverTx{Success,Failure} 2021-11-23 18:39:39 +01:00
Simon Warta
3b559d22d1 Add denomMetadata/denomsMetadata queries to BankExtension 2021-11-23 14:35:23 +01:00
Simon Warta
90ebdd2bc4 Add hash to BroadcastTxAsyncResponse 2021-11-23 10:25:38 +01:00
Simon Warta
e3ce6eb3d8 Add missing BlockSearchResponse case to Response 2021-11-23 10:16:10 +01:00
Simon Warta
39bd0d437f
Merge pull request #942 from cosmos/upgrade-to-yarn3
Upgrade to yarn 3.1.0
2021-11-23 09:45:32 +01:00
Simon Warta
5e6477ada4 Run tests through yarn 2021-11-22 22:47:23 +01:00