Commit Graph
170 Commits
Author SHA1 Message Date
Simon Warta f3a413f62a Cleanup test code 2020-02-04 15:28:14 +01:00
Simon Warta 63e3ab037c Make messages in makeSignBytes a list
this fixes a bug introduced in 2d14efa4cd
2020-02-04 15:10:56 +01:00
Ethan Frey 555534ba1b Add script to run local binaries, help debug 2020-02-04 14:29:38 +01:00
Ethan Frey 3fe792e058 Disable faucet docker job 2020-02-04 14:00:24 +01:00
Ethan Frey 220c0c69d6 Add test case for simple MsgSend 2020-02-04 13:43:35 +01:00
Simon Warta 2d14efa4cd Deduplicate makeSignBytes 2020-02-04 13:34:51 +01:00
Simon Warta 44182e96b7 Improve and fix Msg types 2020-02-04 13:10:27 +01:00
Simon Warta cd66935dce Extract encodeSecp256k1Signature 2020-02-04 12:43:41 +01:00
Simon Warta a9189262e5 Increase gas limit in test 2020-02-04 12:43:41 +01:00
Simon Warta 4e9c009809 Use stronger types for Msg 2020-02-04 12:43:40 +01:00
Simon Warta 28a4518edf Test wasm upload in RestServer 2020-02-04 12:43:40 +01:00
Simon Warta 8034ae7bc6 Move sortJson into @cosmwasm/sdk 2020-02-04 12:43:40 +01:00
Simon Warta ee2c621fba Merge pull request #38 from confio/test-rest-client
Test RestClient and fix nonce type in REST response
2020-02-04 12:29:35 +01:00
Simon Warta f6f542912a Let nonceToAccountNumber/nonceToSequence return number 2020-02-04 09:10:03 +01:00
Simon Warta 4b91ed8f0c Test and fix RestClient.authAccounts 2020-02-04 09:10:03 +01:00
Simon Warta b7877d136d Test nodeInfo and encodeTx in RestServer 2020-02-04 09:10:03 +01:00
merge-when-green[bot] 19c9c27e76 Merge pull request #36 from confio/remove-amino
Remove amino
2020-02-03 21:55:38 +00:00
Ethan Frey f52bb378b4 Re-enable test cases 2020-02-03 22:53:05 +01:00
Ethan Frey 1fbfa311c3 Minor cleanups from pr 2020-02-03 22:42:40 +01:00
Ethan Frey c62702ba30 Fix lint issues 2020-02-03 21:33:39 +01:00
Ethan Frey 0031d6860d Fix encodeTx implementation, Connection.identifier now works 2020-02-03 21:31:46 +01:00
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