Commit Graph
623 Commits
Author SHA1 Message Date
Simon Warta f45c5b5073 Rewrite code to better explain AminoTypes constructor 2022-02-17 13:56:23 +01:00
Simon Warta 9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +01:00
Simon Warta 9970f77f18 Remove laucnhpad
Applies diff from https://github.com/cosmos/cosmjs/pull/1015
2022-02-08 13:56:18 +01:00
Milan Steiner 7aad55177b Alphabetically sorting defaultRegistryTypes 2022-02-07 14:18:56 +01:00
Milan Steiner c99fe5653d Merge branch 'add-new-msgs' of github.com:cosmos/cosmjs into add-new-msgs 2022-02-07 09:11:07 +01:00
Milan Steiner 532dd70400 Fix imports 2022-02-07 09:07:36 +01:00
Milan Steiner cc2ff476c0 Merge branch 'main' into add-new-msgs 2022-02-04 15:29:52 +01:00
Milan Steiner 4f9f09e3f8 Adding new messages to defaultRegistryTypes 2022-02-04 15:27:21 +01:00
Milan Steiner 25d9b6cd51 Fix linting errors 2022-02-02 09:29:19 +01:00
Milan Steiner 7c439e155c Adding MsgSend to defaultRegistryTypes 2022-02-01 17:02:10 +01:00
Milan Steiner 7af2c64732 Let Registry constructor argument override types 2022-02-01 16:17:27 +01:00
Simon Warta 353f2da4a8 Make prefix required in AminoTypes constructor 2022-01-26 16:38:35 +01:00
Simon Warta e098e763dd Set version 0.27.1 2022-01-26 15:28:55 +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 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 MoramiandSimon Warta 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 c192fc9b95 Set version 0.27.0 2022-01-10 16:03:01 +01:00
Simon Warta 7c57b5aee1 Add GasPrice.toString 2022-01-10 15:18:04 +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 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 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 5e6477ada4 Run tests through yarn 2021-11-22 22:47:23 +01:00
Simon Warta 8ac88b7f74 Merge branch '0.26' 2021-11-22 18:58:32 +01:00
Simon Warta 895b494f95 Set version 0.26.5 2021-11-20 13:01:17 +01:00
Simon Warta b4aa877843 Try SIGN_MODE_UNSPECIFIED 2021-11-20 09:46:11 +01:00
Simon Warta 37b472af44 Allow the use of a custom gas multiplier 2021-11-20 09:46:11 +01:00
Simon Warta 86467822f9 Add "auto" option to fee 2021-11-20 09:46:11 +01:00
Simon Warta 2a16375eab Increase accepted gas range in simulation tests 2021-11-20 09:46:11 +01:00
Simon Warta 5511c242c1 Add SigningStargateClient.simulate 2021-11-20 09:46:10 +01:00
Simon Warta 8a944ddf21 Add query extension tx for simulation 2021-11-20 09:46:10 +01:00
Simon Warta eda053bfbf Merge branch '0.26' 2021-11-18 23:16:10 +01:00
Simon Warta 91f3c9872e Upgrade prettier to 2.4.1 2021-11-18 23:04:36 +01:00
Simon Warta acc3f1e53d Add SDK 0.44 vote options to tests 2021-11-18 15:21:01 +01:00
Simon Warta 09b94d77dc Upgrade cosmjs-types to 0.3.0 and adapt code 2021-11-18 09:57:29 +01:00
Simon Warta f8bd2e3783 Remove obsolete pendingWithoutSimapp42 import in tests 2021-11-17 16:31:58 +01:00