Commit Graph

1827 Commits

Author SHA1 Message Date
willclarktech
a7c8bb8238
amino: Add @cosmjs/math dependency 2021-03-23 15:49:45 +01:00
willclarktech
5d16b26cd6
stargate: Incorporate launchpad logs 2021-03-23 15:23:22 +01:00
Simon Warta
9c4eb57f55 Add deprecation notice to PubKey 2021-03-23 14:28:07 +01:00
Simon Warta
8e9cd145cd Use hex representations for bytes 2021-03-23 14:28:07 +01:00
Simon Warta
599113da83 Add more ordering tests 2021-03-23 14:28:06 +01:00
Simon Warta
e81cb3b017 Inprove createMultisigThresholdPubkey threshold testing 2021-03-23 13:37:26 +01:00
Simon Warta
2655531891 Fix typos 2021-03-23 13:37:26 +01:00
Simon Warta
e0716fac21 Use locale independent sorting 2021-03-23 13:37:26 +01:00
Simon Warta
5fe0f5582e Check threashold against number of pubkeys 2021-03-23 13:37:25 +01:00
Simon Warta
7255af4186 Create createMultisigThresholdPubkey 2021-03-23 13:37:25 +01:00
Simon Warta
1a533fc24d Create addresses module 2021-03-23 13:37:25 +01:00
Simon Warta
42e2fdb32c Remove rawSecp256k1PubkeyToAddress 2021-03-23 13:37:25 +01:00
Simon Warta
843b82badd Create pubkeyToAddress in @cosmjs/amino 2021-03-23 13:37:24 +01:00
Simon Warta
cb37451f8f Add multisig address derivation example 2021-03-23 13:37:24 +01:00
Simon Warta
18fcd841a4 Let multisig test test multisig 2021-03-23 13:37:24 +01:00
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
Simon Warta
f3491734e7 Fix normalizePubkey test
Before, the unit under test (normalizePubkey) was not called.
2021-03-22 10:21:36 +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
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
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
willclarktech
8fb41f6724
tendermint-rpc: Deprecate legacy Client class 2021-03-18 13:11:51 +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
willclarktech
f9a5f21d12
docs: Document custom protobuf msgs/queries 2021-03-17 15:06:46 +01:00
willclarktech
15308b9cfb
Expose registry and fee table from signing clients 2021-03-16 15:44:24 +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