Commit Graph
2581 Commits
Author SHA1 Message Date
Simon Warta 3fb79b3dd7 Add rawSecp256k1PubkeyToRawAddress to @cosmjs/amino 2021-03-23 13:37:24 +01:00
Simon Warta 4f5d919c2c Create pubkeyToRawAddress and make it work for multisig accounts 2021-03-23 13:37:24 +01:00
Simon Warta 09ce133331 Replace switch with type checks 2021-03-23 13:37:24 +01:00
Simon Warta 7819836387 Create test with custom sorting 2021-03-23 13:37:24 +01:00
Simon Warta ae97ce76a4 Add more clarity on encodeUvarint 2021-03-23 13:37:24 +01:00
Simon Warta feef588431 Add 2/2 multisig 2021-03-23 13:37:24 +01:00
Simon Warta 99e1ac36b8 Add support for multisig in encodeAminoPubkey 2021-03-23 13:37:24 +01:00
Simon Warta 61aa989fb3 Add MultisigThresholdPubkey/isMultisigThresholdPubkey 2021-03-23 13:37:23 +01:00
Simon Warta 6190ca5c64 Cleanup prefix handling for decodeAminoPubkey 2021-03-23 13:37:23 +01:00
Simon Warta d50575036f Add arrayContentStartsWith 2021-03-23 13:37:23 +01:00
Simon Warta 810389d784 Generalize pubkey types 2021-03-23 13:37:23 +01:00
Simon Warta f8cf23766c Pull out pubkey functionality into @cosmjs/amino 2021-03-23 13:37:18 +01:00
Will Clark 9a87826142 Merge pull request #711 from cosmos/636-ibc-messages-codec
Add ibc support
2021-03-23 12:21:25 +01:00
Will Clark 94e56a6bb5 Merge pull request #718 from cosmos/fix-normalizePubkey-test
Fix normalizePubkey test
2021-03-23 10:33:29 +01:00
Simon Warta f3491734e7 Fix normalizePubkey test
Before, the unit under test (normalizePubkey) was not called.
2021-03-22 10:21:36 +01:00
willclarktech 9fe15890fd Update CHANGELOG for IBC query/signing client 2021-03-18 13:58:20 +01:00
willclarktech 27ab1e1cb3 stargate: Fill out IBC query test stubs 2021-03-18 13:57:42 +01:00
willclarktech 000c2a04f4 stargate: Add more IBC query tests and stubs 2021-03-18 13:57:42 +01:00
willclarktech 99491c11b2 stargate: Reorganize IBC verified queries 2021-03-18 13:57:42 +01:00
willclarktech 1ace296e11 stargate: Update IBC query tests 2021-03-18 13:57:42 +01:00
willclarktech c96026ec6c stargate: Reorganize and fill out IBC unverified queries 2021-03-18 13:57:41 +01:00
willclarktech 7044926ce1 stargate: Add ibc tendermint lightclient codec 2021-03-18 13:57:41 +01:00
willclarktech 4d160a0d94 stargate: Update define-proto.sh for tendermint 2021-03-18 13:57:41 +01:00
willclarktech 0350087a04 stargate: Add IBC messages to default registry types 2021-03-18 13:57:41 +01:00
willclarktech d9cc92ea47 Update CHANGELOG for ibc codecs 2021-03-18 13:57:41 +01:00
willclarktech 797c000e14 stargate: Add missing ibc query/tx codecs 2021-03-18 13:57:40 +01:00
willclarktech 14133f4b39 stargate: Update define-proto.sh for ibc query/tx 2021-03-18 13:57:37 +01:00
mergify[bot] ac3d2b3e3b Merge pull request #717 from cosmos/648-rename-rpc-interface
Rename Stargate Rpc interface -> ProtobufRpcClient
2021-03-18 12:56:21 +00:00
willclarktech c3a4dce729 Update CHANGELOG for ProtobufRpcClient renaming 2021-03-18 13:46:30 +01:00
willclarktech 991fe9b25a cosmwasm-stargate: Update for new createProtobufRpcClient name 2021-03-18 13:46:05 +01:00
willclarktech dc4c48bcc5 stargate: Rename Rpc -> ProtobufRpcClient 2021-03-18 13:44:00 +01:00
mergify[bot] f463473284 Merge pull request #716 from cosmos/708-deprecate-tm-client
Deprecate legacy tendermint-rpc Client class
2021-03-18 12:37:18 +00:00
Simon Warta 1223b9879c Merge pull request #715 from cosmos/640-README-link
Add link to custom Stargate module docs in README
2021-03-18 13:31:14 +01:00
willclarktech 06ca5a9e75 Update CHANGELOG for Tendermint Client deprecation 2021-03-18 13:27:44 +01:00
willclarktech 8fb41f6724 tendermint-rpc: Deprecate legacy Client class 2021-03-18 13:11:51 +01:00
willclarktech cfe7eb0aee root: Add link to custom Stargate modules in README 2021-03-18 12:25:06 +01:00
Will Clark 8763d2b57c Merge pull request #714 from cosmos/onsolete-pubkey-check
Remove unnecessary pubkey check
2021-03-18 10:35:21 +01:00
Simon Warta 22cbe2b204 Remove unnecessary pubkey check
Since pubkey is not queried from the blockchain anymore, we don't need
this check.
2021-03-18 08:56:56 +01:00
Will Clark 82aba9b627 Merge pull request #712 from cosmos/640-document-proto
Document custom protobuf msgs/queries
2021-03-17 15:41:03 +01:00
willclarktech f9a5f21d12 docs: Document custom protobuf msgs/queries 2021-03-17 15:06:46 +01:00
mergify[bot] d8cdd83b95 Merge pull request #710 from cosmos/628-register-new-message-types
Expose registry and fee table from signing clients
2021-03-16 14:55:23 +00:00
willclarktech 7c35d48438 Update CHANGELOG for exposed signing client properties 2021-03-16 15:45:19 +01:00
willclarktech 15308b9cfb Expose registry and fee table from signing clients 2021-03-16 15:44:24 +01:00
Simon Warta aa2accb453 Merge pull request #707 from cosmos/support-PeriodicVestingAccount
Add support for PeriodicVestingAccount (and many more account types)
2021-03-16 14:29:43 +01:00
Simon Warta 02b6262696 Fix doc comments and README 2021-03-16 14:10:24 +01:00
Simon Warta 3a18b0ec43 Organize Akash account source comments 2021-03-16 14:07:31 +01:00
Simon Warta df756e5cc7 Write missing account check more compact 2021-03-16 14:05:07 +01:00
Simon Warta 8804e0ccb2 Move accountFromAny into new module and create a test 2021-03-15 17:52:20 +01:00
Simon Warta f2191ee211 Add support for ModuleAccount 2021-03-15 16:43:12 +01:00
Simon Warta 429cd848b5 Add known limitations to main README 2021-03-15 16:38:36 +01:00