Commit Graph
1388 Commits
Author SHA1 Message Date
mergify[bot] 0cb2c9fae7 Merge pull request #355 from CosmWasm/balance-queries
Add getUnverifiedAllBalances
2020-08-06 16:17:54 +00: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 6f58e7c355 Merge pull request #353 from CosmWasm/stargate-client
Add initial setup for @cosmjs/stargate and StargateClient.getSequence
2020-08-06 15:29:10 +02:00
Simon Warta 26ae4e6a63 Regenerate genesis 2020-08-06 15:12:12 +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
mergify[bot] c4021c2f5f Merge pull request #349 from CosmWasm/ports-used
Create overview of ports used
2020-08-06 08:46:52 +00:00
Simon Warta b0c4d0e126 Create overview of ports used 2020-08-06 10:37:01 +02:00
Simon Warta d2bf447575 Merge pull request #348 from CosmWasm/simapp-config
Improve simapp configuration process
2020-08-06 10:23:17 +02:00
Will Clark bdf0015072 Merge pull request #345 from CosmWasm/simapp-start
Start simapp's in-process API
2020-08-06 10:21:15 +02:00
Will Clark aa14aee63a Merge pull request #346 from CosmWasm/upgrade-simd
Upgrade simd to nightly-2020-08-06
2020-08-06 10:18:49 +02:00
Simon Warta 7ec4939194 Apply custom settings to app.toml 2020-08-06 09:41:24 +02:00
Simon Warta be1dc1ed8d Apply custom settings to config.toml 2020-08-06 09:40:22 +02:00
Simon Warta 1c465b367b Sort simapp genesis 2020-08-06 09:22:48 +02:00
Simon Warta 158755f6c2 Upgrade simd to nightly-2020-08-06 2020-08-06 08:46:19 +02:00
Simon Warta 03a614ca04 Start simapp's in-process API 2020-08-05 22:35:33 +02:00
Simon Warta 29c9b59dba Merge pull request #342 from CosmWasm/336-upgrade-simapp
Upgrade simapp to nightly-2020-08-04
2020-08-05 13:24:47 +02:00
willclarktech 178214330c scripts: Update simapp template 2020-08-05 12:39:51 +02:00
willclarktech df27143bc3 scripts: Update simapp setup.sh 2020-08-05 12:19:37 +02:00
Simon Warta e312c00062 Break && lists into separate commands
Because of https://unix.stackexchange.com/a/490177
2020-08-05 12:19:37 +02:00
willclarktech 45e830a6ac scripts: Update simapp to nightly-2020-08-05 2020-08-05 12:19:36 +02:00
willclarktech 5626582a79 cosmwasm: Add missing pendingWithoutWasmd() to test 2020-08-05 12:19:33 +02:00
Simon Warta 4c5c12e1c5 Merge pull request #340 from CosmWasm/335-bech32-encode-90-chars
Allow Bech32.decode to decode long addresses
2020-08-04 23:14:17 +02:00
willclarktech f607272f6b Update CHANGELOG for Bech32.decode 2020-08-04 17:36:32 +02:00
willclarktech 7e7f6ec364 encoding: Add limit parameters to Bech32.encode and .decode 2020-08-04 17:35:56 +02:00
mergify[bot] fe702ca614 Merge pull request #341 from CosmWasm/337-remove-demo-staking
Remove demo-staking package
2020-08-04 15:33:55 +00:00
willclarktech ff21ad8e75 Update CHANGELOG for demo-staking removal 2020-08-04 17:28:43 +02:00
willclarktech 43b1830f09 scripts: Remove staking from wasmd 2020-08-04 17:26:45 +02:00
willclarktech cf6dc3ec45 scripts: Remove .gitignore from wasmd 2020-08-04 17:25:11 +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 0a483e13e2 Merge pull request #327 from CosmWasm/document-modularity-and-decure-key-storage
Add some @cosmjs/launchpad usages to the README
2020-08-04 14:35:28 +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