Commit Graph

942 Commits

Author SHA1 Message Date
willclarktech
8f0a33382d proto-signing: Use yarn in scripts 2020-08-10 07:58:44 +02:00
Simon Warta
93d4bfb5e6 Add and use arrayContentEquals 2020-08-07 10:37:57 +02:00
Simon Warta
6811a4574f Rename to getAllBalancesUnverified 2020-08-06 18:09:23 +02:00
Simon Warta
78280fcae9 Extract coinFromProto 2020-08-06 18:08:00 +02:00
Simon Warta
e587fd639f Pull out queryUnverified 2020-08-06 16:15:15 +02:00
Simon Warta
05a8ac9b71 Implement getUnverifiedAllBalances 2020-08-06 16:03:03 +02:00
Simon Warta
44c30d4aaa Move query response type to @cosmjs/stargate 2020-08-06 15:43:15 +02:00
Simon Warta
b24a8f52f7 Test getBalance with non-existent address 2020-08-06 15:36:26 +02:00
Simon Warta
435660cb67 Use Coin type from @cosmjs/launchpad 2020-08-06 15:33:26 +02:00
Simon Warta
9170eb5ae1 Use different balances for STAKE and COSM 2020-08-06 15:08:43 +02:00
Simon Warta
bbee44da54 Pull out assertDefined 2020-08-06 14:10:08 +02:00
Simon Warta
b212e00cf7 Implement StargateClient.getBalance 2020-08-06 13:55:45 +02:00
Simon Warta
620785cc3a Pull out queryVerified 2020-08-06 13:29:46 +02:00
Simon Warta
0a2f72f493 Unregister BaseAccount 2020-08-06 13:07:08 +02:00
Simon Warta
feb33aec3d Rename decorator cosmosMessage -> registered 2020-08-06 13:06:58 +02:00
Simon Warta
c2e0efd158 Pull out uint64FromProto 2020-08-06 11:50:29 +02:00
Simon Warta
dce43b3f87 Add StargateClient.getSequence 2020-08-06 11:45:25 +02:00
Simon Warta
484149a427 Add decodeAny 2020-08-06 11:22:21 +02:00
Simon Warta
d393adf31a Add StargateClient 2020-08-06 11:13:54 +02:00
Simon Warta
a8d8a0dfc2 Fix WASMD_ENABLED -> SIMAPP_ENABLED 2020-08-06 10:56:32 +02:00
Simon Warta
de07ad311b Rename @cosmjs/sdk40 -> @cosmjs/stargate 2020-08-06 10:55:29 +02:00
willclarktech
5626582a79
cosmwasm: Add missing pendingWithoutWasmd() to test 2020-08-05 12:19:33 +02:00
willclarktech
7e7f6ec364
encoding: Add limit parameters to Bech32.encode and .decode 2020-08-04 17:35:56 +02:00
willclarktech
3e5fbd4948
demo-staking -> 🔥 2020-08-04 17:17:10 +02:00
Simon Warta
26bbfce6b4
Merge pull request #339 from CosmWasm/eslint7
Upgrade Eslint to v7
2020-08-04 15:34:24 +02:00
Simon Warta
b7997869e5 Write type safety as two words 2020-08-04 14:26:17 +02:00
Simon Warta
0d588719c7 Add some @cosmjs/launchpad usages to the README 2020-08-04 14:26:06 +02:00
Simon Warta
dc0ef7c6f0 Remove unnecessary smartQuery helper 2020-08-04 14:02:49 +02:00
Simon Warta
3b5896d151 Update to eslint v7 and @typescript-eslint/* v3 2020-08-04 11:47:37 +02:00
Simon Warta
7dfdec3da3 Improve type checks of RequestParser.parseCreditBody 2020-08-04 11:40:07 +02:00
Simon Warta
8bb2b1bb76 Improve docs of isNonNullObject 2020-08-04 11:40:07 +02:00
Simon Warta
5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta
3a5c23c2e8 v0.22.0 2020-08-03 15:38:45 +02:00
Simon Warta
70e8e1f086 Add nonces 2020-08-03 15:37:47 +02:00
Simon Warta
4802af044a
Merge pull request #332 from CosmWasm/test-examples
Test CLI example scripts
2020-08-03 15:18:51 +02:00
Ethan Frey
5cf59a4380
Merge pull request #333 from CosmWasm/rm-SigningCallback
Cleanup some types
2020-08-03 14:51:47 +02:00
Simon Warta
ce1f0f7f1f Add support for HTTPs URLs in --init 2020-08-03 10:33:50 +02:00
Simon Warta
aaeb7983de Document whatFeeTable from @cosmjs/cosmwasm is for 2020-08-03 08:00:05 +02:00
Simon Warta
4e5a25c625 Remove obsolete properties from FeeTable 2020-08-03 07:59:27 +02:00
Simon Warta
97aca6c7cf Test example scripts 2020-08-03 07:49:26 +02:00
Simon Warta
929e79bc7f Remove SigningCallback from @cosmjs/cosmwasm 2020-08-03 07:33:10 +02:00
Simon Warta
5a41b30961 Update demonet URLs 2020-08-02 21:27:33 +02:00
Simon Warta
1dba27d64c Bump elliptic to ^6.5.3 2020-08-01 16:23:15 +02:00
Simon Warta
3b9d9c1044 Add missing "extends Msg" for Cosmos SDK messages 2020-07-30 16:57:42 +02:00
Simon Warta
7863afdd31 Recreate wasmd genesis and update tests 2020-07-30 10:12:33 +02:00
Simon Warta
0eab5f734d v0.22.0-alpha.1 2020-07-29 13:01:37 +02:00
Simon Warta
21e0c98c77 Add nonces 2020-07-29 13:00:44 +02:00
mergify[bot]
6317834da0
Merge pull request #322 from CosmWasm/320-launchpad-type-exports
Export more types from launchpad
2020-07-28 20:45:00 +00:00
willclarktech
8aa568e4af
launchpad: Add type exports to index 2020-07-28 18:34:24 +02:00
Simon Warta
7f7537bd59 Improve ContractCodeHistoryEntry.operation 2020-07-28 18:11:18 +02:00