Commit Graph
144 Commits
Author SHA1 Message Date
Simon Warta 5ad11bdef6 Use string | PubKey | null as public key type 2020-07-28 12:43:13 +02:00
Simon Warta 2b52c8e75d Add normalizePubkey 2020-07-28 12:43:12 +02:00
Simon Warta 4dca3619de Change account_number/sequence type to number | string 2020-07-28 12:43:12 +02:00
Simon Warta 29e98ec156 Rename CosmosSdkAccount to BaseAccount 2020-07-28 12:43:12 +02:00
Simon Warta a69006b8c3 Add uint64ToNumber and uint64ToString 2020-07-28 12:43:12 +02:00
Simon Warta 06d8f66a9d Make validatorDelegations test more stable 2020-07-28 11:48:21 +02:00
Simon Warta 42852c1cae Use 180k gas for MsgDelegate 2020-07-28 11:48:21 +02:00
Simon Warta 31ca949a8c Add assertIsPostTxSuccess 2020-07-28 11:48:20 +02:00
Simon Warta 3cfe3c0b94 Add SigningCosmosClient.signAndPost 2020-07-28 11:48:15 +02:00
willclarktech 90efa7d593 sdk38: Update staking extension historical info test 2020-07-23 13:47:56 +02:00
willclarktech fd736879f8 sdk38: Update staking extension for review comments 2020-07-22 16:53:17 +02:00
willclarktech bd6b90d5fd sdk38: Update lcd staking extension tests 2020-07-22 16:53:16 +02:00
willclarktech 88a2fd1a88 sdk38: Use BlockHeader type from lcdapi base in staking extension 2020-07-22 16:53:16 +02:00
willclarktech a4187591ca sdk38: Add undelegation tests and fix types 2020-07-22 16:53:16 +02:00
willclarktech b1db53def8 sdk38: Export staking interfaces from lcdapi index 2020-07-22 16:53:16 +02:00
willclarktech 8e57338e24 sdk38: Fill out staking extension 2020-07-22 16:53:16 +02:00
willclarktech 4b34249d77 sdk38: Add additional staking validators test 2020-07-22 16:53:16 +02:00
willclarktech 04c7535904 sdk38: Update eslint overrides in LCD staking module 2020-07-22 16:53:15 +02:00
Simon Warta c464d875df Add /staking/validators query 2020-07-22 16:53:15 +02:00
Simon Warta 6baaa270c9 Add placeholders for missing /staking routes 2020-07-22 16:53:15 +02:00
Simon Warta f239f86047 Add StakingExtension 2020-07-22 16:53:15 +02:00
willclarktech 9500a2ac1b sdk38: Update documentation for getNonce renaming 2020-07-22 13:30:40 +02:00
willclarktech 96d6c4e120 sdk38: Rename GetNonceResult -> GetSequenceResult 2020-07-22 13:27:16 +02:00
willclarktech 7159896d88 sdk38: Rename getNonce -> getSequence 2020-07-22 13:25:45 +02:00
willclarktech 3b14b11544 sdk38: Add cosmos msg types 2020-07-21 12:44:28 +02:00
willclarktech 4ca3487383 sdk38: Update gov module test 2020-07-16 11:52:49 +02:00
willclarktech ebb1526ca6 sdk38: Specify MsgDelegate type in distribution module test 2020-07-16 11:50:34 +02:00
willclarktech 7fd8355d33 sdk38: Use assert util in distribution module test 2020-07-16 11:50:34 +02:00
willclarktech 0eab1b020e sdk38: Export distribution module types and setup function 2020-07-16 11:50:34 +02:00
willclarktech fd8ceee967 sdk38: Add tests for LCD distribution module 2020-07-16 11:44:01 +02:00
willclarktech 509a7e9164 sdk38: Add distribution module to LCD 2020-07-16 11:43:57 +02:00
willclarktech c8ba1fd574 sdk38: Use assert util in gov module test 2020-07-16 11:07:59 +02:00
willclarktech 79afed49af sdk38: Use wasmd.endpoint in gov module test 2020-07-15 17:24:47 +02:00
willclarktech 9f651cd305 sdk38: Switch to eslint naming-convention rule in gov module 2020-07-15 17:01:26 +02:00
willclarktech 8f7b2f0ab9 sdk38: Use test faucet in gov module test 2020-07-15 16:59:38 +02:00
willclarktech c5cc8fd0db sdk38: Rename gov.parameters 2020-07-15 16:59:38 +02:00
willclarktech a00c5e8f8d sdk38: Move proposal submission into test script 2020-07-15 16:59:38 +02:00
willclarktech 55917c6cbf sdk38: Export gov types and setup function 2020-07-15 16:59:38 +02:00
willclarktech f5aab614a6 sdk38: Add remaining gov endpoints to lcd 2020-07-15 16:59:38 +02:00
willclarktech 158e108805 sdk38: Add datetimestamp matcher in test utils 2020-07-15 16:59:37 +02:00
willclarktech 275ff2fb5e sdk38: Add gov proposals endpoint to lcd 2020-07-15 16:59:37 +02:00
willclarktech 0d6484648a sdk38: Add gov parametersByType endpoint to lcd 2020-07-15 16:59:36 +02:00
willclarktech 6d387412af eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
willclarktech de293f3b63 eslint: Standardize file-level camelcase disabling 2020-07-15 13:22:13 +02:00
willclarktech 21f083336e sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet 2020-07-14 14:35:12 +02:00
willclarktech 64eba761c8 sdk38: Remove enabling from secp256k1 offline wallet 2020-07-14 14:35:10 +02:00
willclarktech 0ab80be572 sdk38: Use nested destructuring syntax 2020-07-14 14:35:10 +02:00
willclarktech 6dcbf77d56 sdk38: Remove explicit enable method from offline signer 2020-07-14 14:35:10 +02:00
willclarktech 6a02704805 sdk38: Pass signer (wallet) into SigningCosmosClient 2020-07-14 14:35:10 +02:00
willclarktech 717ff6caf7 sdk38: Make use of OfflineWallet interface more strict 2020-07-14 14:35:09 +02:00