Commit Graph
777 Commits
Author SHA1 Message Date
Simon Warta b5290390bb Merge pull request #1339 from cosmos/upgrade-prettier-2.8.1
Upgrade prettier to 2.8.1
2022-12-07 19:55:09 +01:00
Simon Warta 55da02982a Rename argument to queryKey in queryVerified 2022-12-07 19:24:40 +01:00
Simon Warta 037dc3d69f Create queryStoreVerified and deprecate queryVerified 2022-12-07 19:16:34 +01:00
Simon Warta e015f947ba Export missing QueryAbciResponse 2022-12-07 19:16:34 +01:00
Simon Warta 58c1ab70b2 Upgrade prettier 2022-12-07 19:15:24 +01:00
Simon Warta 911027da59 Organize protoDecimalToJson test code 2022-12-07 11:00:46 +01:00
Simon Warta e61dd42e82 Remove protoDecimalToJson export 2022-12-07 11:00:46 +01:00
keupsoniteandSimon Warta cc1e8531d8 Update packages/stargate/src/modules/staking/aminomessages.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-12-07 11:00:46 +01:00
keupsonite 63cfaad9e8 Fix protoDecimalToJson 0 fractional part 2022-12-07 11:00:46 +01:00
Simon Warta 503e94996f Add QueryClient.queryAbci and deprecate QueryClient.queryUnverified 2022-11-24 19:49:28 +01:00
Simon Warta fd0e6d7607 Set version 0.29.4 2022-11-15 23:07:54 +01:00
Simon Warta ad2da94f23 Set version 0.29.3 2022-10-25 10:08:08 +02:00
Simon Warta ccef527467 Fix Amino JSON for commission_rate/min_self_delegation 2022-10-25 09:05:31 +02:00
Simon Warta f2cfb3136a Add DeliverTxResponse.events 2022-10-24 23:42:03 +02:00
Simon Warta e62e461f85 Add structured Eventss to IndexTx.events 2022-10-24 16:49:26 +02:00
Simon Warta 3d7eb873ac Set version 0.29.2 2022-10-13 18:21:22 +02:00
Simon Warta cb2abf0592 Test MsgEditValidator 2022-10-13 16:30:26 +02:00
Simon Warta 857270db49 Fix pubkey type in AminoMsgCreateValidator and test 2022-10-13 15:37:41 +02:00
Simon Warta dbd54f9e24 Fix decimal handling for Amino JSON of MsgCreateValidator and MsgEditValidator 2022-10-13 15:29:27 +02:00
Simon Warta e92534dcbf Pull out sendFeeAndStakingTokens 2022-10-13 15:29:27 +02:00
Simon Warta 672e05f15f Test MsgCreateValidator 2022-10-13 15:29:27 +02:00
Simon Warta 30a2ed74af Add MsgBeginRedelegateEncodeObject, MsgCreateValidatorEncodeObject, MsgEditValidatorEncodeObject 2022-10-13 15:29:27 +02:00
Simon Warta c4af1286ff Upgrade cosmjs-types to 0.5.2 2022-10-11 17:02:35 +02:00
Simon Warta 8170471333 Set version 0.29.1 2022-10-09 16:34:31 +02:00
Simon Warta 7fb06c808e Add address to "Account does not exist on chain." error message 2022-10-01 23:52:29 +02:00
Simon Warta 720d3b211e Set version 0.29.0 2022-09-15 13:06:27 +02:00
Simon Warta 0292982f23 Set version 0.29.0-rc.1 2022-09-08 12:09:36 +02:00
Simon Warta 46100c8f32 Export createCrysisAminoConverters, createEvidenceAminoConverters,
createSlashingAminoConverters and createVestingAminoConverters
2022-09-07 18:34:07 +02:00
Simon Warta 3c919014fe Fix typo freegrant -> feegrant 2022-09-07 18:21:39 +02:00
Simon Warta 503bd40ab1 Add setupAuthzExtension, setupFeegrantExtension and setupSlashingExtension 2022-09-07 18:21:29 +02:00
Simon Warta e39204599a Merge ./module re-exports into one block 2022-09-07 18:17:18 +02:00
Simon Warta cc2e36995a Finalize feegrant code 2022-09-07 17:50:57 +02:00
Simon Warta c959343cac Test feegrant 2022-09-07 16:35:17 +02:00
arnabghose997 b1bba0911e removed assignment of payer and granter to empty string 2022-09-07 15:31:07 +02:00
arnabghose997 d843da4a60 granter and payer are added in the StdFee interface 2022-09-07 15:31:07 +02:00
arnabghose997 4e7490ee5f lint fix 2022-09-07 15:31:07 +02:00
arnabghose997 45ee5fe15a reciprocated makeAuthInfoBytes function changes 2022-09-07 15:31:07 +02:00
Simon Warta 5e3e6f7c7d Merge pull request #1257 from cosmos/use-caret
Use caret for internal version numbers
2022-09-07 14:23:20 +02:00
Simon Warta de29827513 Use caret for internal version numbers 2022-09-05 17:02:38 +02:00
Simon Warta 771829f928 Add height parameter to QueryClient.queryUnverified 2022-09-05 15:05:21 +02:00
Simon Warta 289e30e740 Set version 0.29.0-alpha.3 2022-08-18 17:52:56 +02:00
Simon Warta 9be967a1c4 Set version 0.29.0-alpha.2 2022-08-18 17:35:21 +02:00
Simon Warta 3216b838dc Add pagination support to BankExtension.totalSupply 2022-08-11 22:20:38 +02:00
Simon Warta 26557c1c20 Simplify PageRequest generation
No need to set default values
2022-08-11 22:14:51 +02:00
Simon Warta e91367d8da Rename codeSpace to codespace 2022-08-10 19:06:12 +02:00
Simon Warta 775e433c2d Create and use BroadcastTxError 2022-08-10 18:45:03 +02:00
Simon Warta 40686bc105 Add Supported Cosmos SDK versions for CosmJS 0.29.0 to README
Closes #1232
2022-08-10 15:28:02 +02:00
Simon Warta e4968eee76 Set version 0.29.0-alpha.1 2022-08-05 15:31:54 +02:00
Simon Warta 0136d127e6 Add Amino JSON support for MsgCreateVestingAccount 2022-08-05 14:57:58 +02:00
Simon Warta 2f2ae9b55f Use txBytes in simulation 2022-08-03 18:47:47 +02:00