Commit Graph
2623 Commits
Author SHA1 Message Date
Simon Warta dc052d8229 Support LegacyAminoPubKey in decodePubkey 2021-03-24 01:15:15 +01:00
Simon Warta b8570f83b3 Add multisig test 2021-03-24 01:15:15 +01:00
Simon Warta c3470dc90a Allow using signDirect/signAmino directly and add SignData 2021-03-24 01:15:15 +01:00
Simon Warta bc0e7f5331 Add support for MultisigThresholdPubkey to encodePubkey 2021-03-24 01:15:15 +01:00
Simon Warta 63d4f3e6b9 List faucet addresses 1,2,3,4 in testutils 2021-03-24 01:15:15 +01:00
Simon Warta 531a77780e Add 3 multisig accounts to simapp setup 2021-03-24 01:15:15 +01:00
Simon Warta e89ad4f81b Create SigningStargateClient.sign 2021-03-23 23:57:56 +01:00
Simon Warta 1a0a5eddd7 Pull out signDirect/signAmino 2021-03-23 23:57:23 +01:00
Simon Warta 5a84f91c58 Inline msgDelegateTypeUrl 2021-03-23 23:57:23 +01:00
Simon Warta e5fee21b13 Merge pull request #724 from cosmos/657-independent-stargate-3
Reorganise fees for Launchpad/Stargate
2021-03-23 19:28:55 +01:00
willclarktech c5e3c82232 cosmwasm-stargate: Use fee types/functions from stargate 2021-03-23 19:03:42 +01:00
willclarktech 534b054021 stargate: Copy fee types/functions from launchpad 2021-03-23 19:01:51 +01:00
willclarktech 6b29a9f4a8 launchpad: Reorganise fee files 2021-03-23 19:01:51 +01:00
willclarktech 93abf68ac7 cosmwasm-stargate: Use StdFee from stargate package 2021-03-23 19:01:51 +01:00
Simon Warta e617272004 Merge pull request #722 from cosmos/657-independent-stargate-2
Reorganise Amino signature functions/type
2021-03-23 18:43:18 +01:00
willclarktech af8b771f82 proto-signing: Use signature functions/type from amino 2021-03-23 17:53:06 +01:00
willclarktech 7b880c9a66 launchpad: Use signature functions/type from amino 2021-03-23 17:53:05 +01:00
willclarktech 3a5877452e amino: Export signature functions/type 2021-03-23 17:41:46 +01:00
willclarktech a75b299ec5 amino: Copy signature encoding from launchpad 2021-03-23 17:40:48 +01:00
willclarktech d183cc1e49 proto-signing: Use local coins 2021-03-23 17:21:01 +01:00
Will Clark e95acc81eb Merge pull request #721 from cosmos/657-independent-stargate
Reorganise logs/coins for Launchpad/Stargate
2021-03-23 17:09:57 +01:00
willclarktech b20cb6b336 Update CHANGELOG for logs/coins 2021-03-23 16:40:53 +01:00
willclarktech cc164cd4c0 cosmwasm-stargate: Use coins from stargate package 2021-03-23 16:38:31 +01:00
willclarktech 43e4663f1e stargate: Re-export coins from proto-signing package 2021-03-23 16:38:18 +01:00
willclarktech 5471c3aa03 stargate: Use coins from proto-signing package 2021-03-23 16:37:16 +01:00
willclarktech 09d5cd64bc proto-signing: Copy coins from launchpad 2021-03-23 16:33:47 +01:00
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
mergify[bot] 6aa0e3f93a Merge pull request #719 from cosmos/support-PubKeyMultisigThreshold
Add address derivation support for MultisigThreshold public keys
2021-03-23 13:39:04 +00: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