Simon Warta
|
e91976bfac
|
Convert await-promise to eslint
|
2020-02-19 08:59:59 +01:00 |
|
Simon Warta
|
dceef6bf2b
|
Convert no-floating-promises to eslint
|
2020-02-19 08:58:34 +01:00 |
|
merge-when-green[bot]
|
ce1e223ece
|
Merge pull request #107 from confio/fix-cors
Add missing --cors argument
|
2020-02-18 22:18:56 +00:00 |
|
Simon Warta
|
c9cb865ba8
|
Add missing --cors argument
Missing part of https://github.com/confio/cosmwasm-js/pull/106
|
2020-02-18 23:15:29 +01:00 |
|
merge-when-green[bot]
|
d4f86da5d5
|
Merge pull request #106 from confio/bump-wasmd
Use wasmd v0.6.1 with rest server fixes
|
2020-02-18 21:54:39 +00:00 |
|
Ethan Frey
|
018f047973
|
Use wasmd v0.6.1 with rest server fixes
|
2020-02-18 22:51:06 +01:00 |
|
Simon Warta
|
3e8dcf9197
|
v0.0.5
v0.0.5
|
2020-02-18 22:50:52 +01:00 |
|
Simon Warta
|
af30b85508
|
Add nonces
|
2020-02-18 22:48:40 +01:00 |
|
Simon Warta
|
8ff9d719c2
|
Merge branch 'neuma-demo'
|
2020-02-18 22:45:33 +01:00 |
|
Simon Warta
|
e53f96439d
|
Merge pull request #104 from confio/update-test-setup
Update test setup
|
2020-02-18 22:35:38 +01:00 |
|
Simon Warta
|
64a3273f9d
|
Merge pull request #103 from confio/unpadded-r-s
Unpad integers r, s in Secp256k1Signature constructor
|
2020-02-18 22:34:20 +01:00 |
|
Simon Warta
|
cee7ea0d75
|
Merge pull request #105 from confio/es2017
Bump ts target to es2017
|
2020-02-18 22:28:41 +01:00 |
|
Simon Warta
|
7b480bbc5d
|
Give guest account some HASH and JADE
|
2020-02-18 17:55:52 +01:00 |
|
Simon Warta
|
cd40206651
|
Use new token names HASH/ISA/JADE
those don't conflict with other BCP demo tokens
|
2020-02-18 17:55:46 +01:00 |
|
Simon Warta
|
8902c444d2
|
Bump ts target to es2017
|
2020-02-18 17:49:30 +01:00 |
|
Simon Warta
|
1af9d5da91
|
Add Guest account for manual testing
|
2020-02-18 17:40:04 +01:00 |
|
Simon Warta
|
c6df378a31
|
v0.0.5-alpha.1
v0.0.5-alpha.1
|
2020-02-18 17:37:49 +01:00 |
|
Simon Warta
|
cf9c1e7884
|
Add nonces
|
2020-02-18 17:37:37 +01:00 |
|
Simon Warta
|
2cbb6fed02
|
Merge pull request #102 from confio/search-min-max-height
Implement liveTx and min/max height search filters
|
2020-02-18 17:32:30 +01:00 |
|
Simon Warta
|
b639b2dd11
|
Give guest account some HASH and JADE
|
2020-02-18 17:18:09 +01:00 |
|
Simon Warta
|
1aa476ba9a
|
Use new token names HASH/ISA/JADE
those don't conflict with other BCP demo tokens
|
2020-02-18 17:15:53 +01:00 |
|
Simon Warta
|
55dd5278c2
|
Bump ts target to es2017
|
2020-02-18 17:01:04 +01:00 |
|
Simon Warta
|
0e3af5fcff
|
v0.0.5-alpha.0
v0.0.5-alpha.0
|
2020-02-18 16:54:55 +01:00 |
|
Simon Warta
|
af45c254ca
|
Unpad integers r, s in Secp256k1Signature constructor
Closes #100
|
2020-02-18 16:51:47 +01:00 |
|
Simon Warta
|
c82516a557
|
Add Guest account for manual testing
|
2020-02-18 16:13:17 +01:00 |
|
Simon Warta
|
1f0b6845c8
|
Implement liveTx
|
2020-02-18 13:25:26 +01:00 |
|
Simon Warta
|
3f7567bdb9
|
Don't call parseLogs if result.logs is falsy
|
2020-02-18 13:25:26 +01:00 |
|
Simon Warta
|
af2bfbef1c
|
Expose BroadcastMode in CosmWasmClient
|
2020-02-18 13:25:26 +01:00 |
|
Simon Warta
|
16b875fac6
|
Unpad integers r, s in Secp256k1Signature constructor
Closes #100
|
2020-02-18 13:24:32 +01:00 |
|
Simon Warta
|
a9c605de51
|
Throw early if transaction fee is missing
|
2020-02-18 11:23:41 +01:00 |
|
Simon Warta
|
2f41f93d96
|
Add minHeight/maxHeight support to searchTx
|
2020-02-18 10:36:58 +01:00 |
|
Simon Warta
|
404db28f6f
|
Merge pull request #99 from confio/implement_watchAccount
Implement CosmWasmConnection.watchAccount
|
2020-02-17 21:31:05 +01:00 |
|
Simon Warta
|
5091b3d94c
|
Implement CosmWasmConnection.watchAccount
|
2020-02-17 17:17:41 +01:00 |
|
merge-when-green[bot]
|
1df7de4781
|
Merge pull request #97 from confio/read-erc20
Add read support for ERC20 executions
|
2020-02-17 14:48:30 +00:00 |
|
Simon Warta
|
318dc6f32c
|
Make ERC20s non-optional in parseMsg
|
2020-02-17 15:43:42 +01:00 |
|
Simon Warta
|
5495828a6c
|
Test ERC20 getter
|
2020-02-17 15:43:42 +01:00 |
|
Simon Warta
|
f3d24e1acd
|
Add ERC20 support to parseUnsignedTx
|
2020-02-17 15:41:05 +01:00 |
|
Simon Warta
|
c94a49a1fb
|
Add ERC20 supprt to parseMsg
|
2020-02-17 15:41:05 +01:00 |
|
merge-when-green[bot]
|
3f534908f8
|
Merge pull request #98 from confio/rename-folder-cosm
Rename development blockchain to wasmd consistently
|
2020-02-17 14:38:48 +00:00 |
|
Simon Warta
|
b46b7d7cc7
|
Rename COSMOS_ENABLED to WASMD_ENABLED
|
2020-02-17 15:35:29 +01:00 |
|
Simon Warta
|
a22a201fe7
|
Adapt scripts, config, docs to new folder name ./scripts/wasmd/
|
2020-02-17 15:31:07 +01:00 |
|
Simon Warta
|
28f5cb643f
|
Rename folder cosm -> wasmd
|
2020-02-17 15:28:23 +01:00 |
|
merge-when-green[bot]
|
04ab04375e
|
Merge pull request #95 from confio/expose-more-types
Expose more types
|
2020-02-17 12:59:04 +00:00 |
|
Simon Warta
|
0489a98256
|
Adapt deploy_erc20.js
|
2020-02-17 13:55:51 +01:00 |
|
Simon Warta
|
6b522e5b4d
|
Split CosmWasmClient and SigningCosmWasmClient
|
2020-02-17 13:51:48 +01:00 |
|
Ethan Frey
|
b6b29562cb
|
Expose senderAddress()
|
2020-02-17 13:25:50 +01:00 |
|
Ethan Frey
|
28a85a5e6e
|
Expose SigningData/Callback types
|
2020-02-17 13:24:27 +01:00 |
|
merge-when-green[bot]
|
fda2df453f
|
Merge pull request #96 from confio/expose-send
Expose sendToken() on CosmWasmClient
|
2020-02-17 12:14:43 +00:00 |
|
Simon Warta
|
5860d80389
|
Remove unnecessary memo
|
2020-02-17 13:11:25 +01:00 |
|
Simon Warta
|
4a3be36bc6
|
Rename to CosmWasmClient.sendTokens
|
2020-02-17 13:09:03 +01:00 |
|