4399 Commits

Author SHA1 Message Date
Ethan Frey
449a83120a WIP: test identifier via rest client amino encoding 2020-02-03 20:25:08 +01:00
Ethan Frey
b99340bf76 Add encode logic to rest client 2020-02-03 20:22:02 +01:00
Ethan Frey
3da5865614 Linter cleanup 2020-02-03 20:06:15 +01:00
Ethan Frey
7e7f18a1b3 Remove all use of amino, identifier is disabled 2020-02-03 19:59:20 +01:00
Ethan Frey
e50733eb71 RestClient posts with JSON-encoded StdTx 2020-02-03 19:44:38 +01:00
Ethan Frey
9299b73aa6 Merge branch 'master' into move-amino-into-sdk 2020-02-03 18:53:42 +01:00
Ethan Frey
eeca7d1a8c
Merge pull request #35 from confio/extract-token-info
Move TokenInfo, coinToDecimal, decimalToCoin from sdk to bcp
2020-02-03 18:48:27 +01:00
Ethan Frey
80be33b621 Fix types re-export 2020-02-03 18:47:59 +01:00
Ethan Frey
6444be5aa4 Remove obsolete comments 2020-02-03 18:42:36 +01:00
Ethan Frey
6358b02f11 Move TokenInfo, coinToDecimal, decimalToCoin from sdk to bcp 2020-02-03 18:33:14 +01:00
Ethan Frey
1491b13e83 Format and lint 2020-02-03 18:25:05 +01:00
Ethan Frey
d2030f4f51 Add sample tx decode data 2020-02-03 18:20:29 +01:00
Ethan Frey
f5fbb02ba4 Improve parsing, two types of pubkey decoding 2020-02-03 18:18:21 +01:00
Ethan Frey
62b5c88c58 bcp builds properly 2020-02-03 17:19:48 +01:00
Ethan Frey
8b262e6b12 Update imports from bcp to sdk 2020-02-03 17:11:44 +01:00
Ethan Frey
b68fe1aa6a Copy amino interface definitions to package - need some cleanup 2020-02-03 17:08:48 +01:00
Ethan Frey
34a74286b7
Merge pull request #33 from confio/linting-updates
Linting updates
2020-02-03 16:11:33 +01:00
Ethan Frey
52ffee6d3b
Merge pull request #30 from confio/add-integration-tests
Add COSMOS_ENABLED to ci
2020-02-03 16:09:36 +01:00
Simon Warta
4449f4f0c9 Fix link to docker repo 2020-02-03 15:32:31 +01:00
Simon Warta
9756f0361b Debug rest server start 2020-02-03 15:32:31 +01:00
Simon Warta
91dcf04738 Start blockchain before installing nodejs/yarn 2020-02-03 15:32:31 +01:00
Simon Warta
5613c440bf Install nodejs and yarn 2020-02-03 15:32:31 +01:00
Simon Warta
95599c54e7 Run tests in machine executor 2020-02-03 15:32:31 +01:00
Ethan Frey
037ceebe7b Give 60 seconds for cosm/start.sh startup 2020-02-03 09:47:56 +01:00
Simon Warta
9d4868ce4c Enable @typescript-eslint/prefer-readonly 2020-02-03 09:46:35 +01:00
Simon Warta
a2fce05d4e Let eslint take case of prefer-const 2020-02-03 09:45:32 +01:00
Simon Warta
04e9f64278 Convert eslint config to .js to set parserOptions.project/.tsconfigRootDir 2020-02-03 09:45:14 +01:00
Ethan Frey
10489402f8 One more typo with script path 2020-02-03 09:44:30 +01:00
Ethan Frey
81cbc9b51f More fixes to ci config 2020-02-03 09:38:23 +01:00
Ethan Frey
7b1fef158c Fix syntax error with env 2020-02-03 09:29:15 +01:00
Simon Warta
8cde21b15c Remove unnecessary await 2020-02-03 09:23:00 +01:00
Simon Warta
7a8f248fcb Avoid unnecessary cast to any 2020-02-03 09:22:06 +01:00
Simon Warta
db9259616c Remove tslint-immutable linter plugin 2020-02-03 09:21:51 +01:00
Ethan Frey
94a49ed899 Enable test in ci, move pull into start.sh 2020-02-03 09:11:13 +01:00
Ethan Frey
690a93ae59 Add background flag to start.sh 2020-02-03 08:57:09 +01:00
Ethan Frey
93d554805f Add COSMOS_ENABLED to ci 2020-02-03 08:55:59 +01:00
Simon Warta
8610da30d2
Merge pull request #28 from confio/add-sdk
Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk
2020-02-02 21:46:31 +01:00
Simon Warta
5fb25d190e
Merge pull request #29 from confio/add-type-support
Properly support multiple pubkey types in decodePubkey
2020-02-02 21:40:39 +01:00
Simon Warta
9da9225345 Move decimalToCoin and coinToDecimal into SDK 2020-02-01 17:09:27 +01:00
Simon Warta
e127058100 Make coinToDecimal and decimalToCoin BCP free 2020-02-01 17:05:22 +01:00
Simon Warta
c81c356fe3 Simplify decodeAmount 2020-02-01 16:29:08 +01:00
Simon Warta
4377fdd8ab Move TokenInfo into sdk 2020-02-01 16:23:08 +01:00
Simon Warta
eb72f0e175 Make TokenInfo free from BCP types 2020-02-01 16:19:52 +01:00
Simon Warta
fb9160f258 Move isAminoStdTx into sdk 2020-02-01 15:54:08 +01:00
Simon Warta
9514982d32 Properly support multiple pubkey types in decodePubkey
Closes #27
2020-02-01 15:43:13 +01:00
Simon Warta
117d12f17d Add packages/sdk to build container 2020-01-31 18:04:11 +01:00
Simon Warta
399a53e99a Add first test in new package 2020-01-31 18:02:08 +01:00
Simon Warta
1bf2d9b287 Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
Ethan Frey
7b25a2e11c
Merge pull request #25 from confio/update-docker-images
Update docker images
2020-01-31 15:43:13 +01:00
Ethan Frey
661662413b Update denoms in tests 2020-01-30 22:01:25 +01:00