4049 Commits

Author SHA1 Message Date
Simon Warta
6281cdb162 Fix package.json 2020-01-25 19:44:41 +01:00
Simon Warta
bceeac284c Remove unwanted ignores and check-in yarn.lock 2020-01-25 19:44:30 +01:00
Ethan Frey
e748e7b22a
Merge pull request #15 from confio/clarify-license
Clarify license
2020-01-23 18:39:01 +01:00
Simon Warta
76edd6ec3f Add me 2020-01-23 18:33:01 +01:00
Simon Warta
3604793d9b Bring back IOV's copyright 2020-01-23 18:32:55 +01:00
Simon Warta
a75d9842d9 Use an unmodified copy of Apache-2.0 2020-01-23 18:32:43 +01:00
Simon Warta
c3778910be
Merge pull request #11 from confio/properly-sign-tx
Properly sign tx
2020-01-23 18:21:02 +01:00
Ethan Frey
72ba6d1382 Remove console.log, fix linter errors 2020-01-23 18:19:32 +01:00
Ethan Frey
fe48c50c3d
Merge pull request #13 from confio/properly-sign-tx-simon
Add and use decodeCosmosPubkey
2020-01-23 18:15:19 +01:00
Simon Warta
de0f68a90c Use decodeCosmosPubkey to decode pubkey 2020-01-23 17:23:15 +01:00
Simon Warta
cae35522ce Add decodeCosmosPubkey 2020-01-23 17:20:34 +01:00
Simon Warta
c428e40e79 Format code 2020-01-23 17:20:17 +01:00
Ethan Frey
be1eb6f72f Try to debug odd test failure 2020-01-23 15:47:21 +01:00
Ethan Frey
3eacb108bd Fix signing, pubkey parsing. all tests pass on first run against chain 2020-01-23 15:47:21 +01:00
Ethan Frey
b3c7a6a478 Cleanup nonce encoding 2020-01-23 15:47:21 +01:00
Ethan Frey
5074a8c8d3 add nonce encode/decode functions and test 2020-01-23 15:47:21 +01:00
Ethan Frey
95722a0495 Located bug.
Example output:
from query: account: number = 4, sequence = 0
for signing: nonce: 0
2020-01-23 15:47:21 +01:00
Ethan Frey
ae1534896d
Merge pull request #10 from confio/error-on-failed-tx
Error on failed tx
2020-01-23 15:47:06 +01:00
Ethan Frey
870d9acb66 throw error on failed post, plus format and lint 2020-01-23 14:38:56 +01:00
Ethan Frey
7440bfb6f1 Removed obsolete TODOS 2020-01-23 14:29:02 +01:00
Simon Warta
624180bcd3
Merge pull request #4 from confio/fix-cli
cli.sh works directory independent
2020-01-23 12:59:58 +01:00
Ethan Frey
3bc3e687d9 cli.sh works directory independent 2020-01-23 12:36:33 +01:00
Ethan Frey
db110fe489
Merge pull request #2 from confio/docker-setup
Make docker setup work for me
2020-01-23 12:33:17 +01:00
Simon Warta
45c5e29c24 Adapt cli.sh to wasmd 2020-01-23 11:56:29 +01:00
Simon Warta
62a2093f5f Apply changes to generate_template.sh 2020-01-23 11:56:29 +01:00
Simon Warta
d08fa865c3 Allow starting from different directory 2020-01-23 11:56:29 +01:00
Simon Warta
ccf9081398 Use explicit REPOSITORY variable 2020-01-23 11:56:29 +01:00
Simon Warta
2a5dffc1f5 Use 2 space indent 2020-01-23 11:56:29 +01:00
Simon Warta
ff56eef454 Check that container is running before starting rest server 2020-01-23 11:56:29 +01:00
Ethan Frey
de52df68d4
Merge pull request #1 from confio/support-multiple-tokens
Support multiple tokens
2020-01-23 11:23:30 +01:00
Ethan Frey
310dad2a0f Commit updated types 2020-01-22 23:33:17 +01:00
Ethan Frey
f1ad81a05a Post tx tests work until invalid signature 2020-01-22 23:33:00 +01:00
Ethan Frey
344d980b5f Fix getAccount 2020-01-22 23:16:37 +01:00
Ethan Frey
69d9ef5ce8 Fix up some integration tests 2020-01-22 23:10:00 +01:00
Ethan Frey
c40f07144a Pass prefix and token info into codec and connection 2020-01-22 23:03:54 +01:00
Ethan Frey
17468f5a75 Add prefix and tokens into Codec 2020-01-22 22:40:34 +01:00
Ethan Frey
fa40ff54a5 Add todos for token mapping logic 2020-01-22 22:24:22 +01:00
Ethan Frey
129f28dd8b yarn format && yarn lint 2020-01-22 22:24:22 +01:00
Ethan Frey
00926c71dc Set up format and lint configs 2020-01-22 22:24:22 +01:00
Ethan Frey
35f0a0af7a Start out coin<->Amount<->Ticker mapping 2020-01-22 22:24:22 +01:00
Ethan Frey
6495167a0e Add LICENSE, dev instructions in README 2020-01-22 22:24:09 +01:00
Ethan Frey
c12ebe39df Updated docker image to match what is pushed to dockerhub 2020-01-22 16:09:14 +01:00
Ethan Frey
65465b895c Fix some tests... others hardcode atoms :( 2020-01-22 15:56:06 +01:00
Ethan Frey
1ca8435df0 Add template for initialize node (block 0) 2020-01-22 15:46:28 +01:00
Ethan Frey
813d3a351e Fix start and stop scripts 2020-01-22 15:46:04 +01:00
Ethan Frey
86383602a7 Update cosm scripts for wasmd 2020-01-22 15:37:53 +01:00
Ethan Frey
4d061b4c37 Add some sample scripts to run gaiad for tests 2020-01-22 09:58:33 +01:00
Ethan Frey
1a4bb7fe2b Copy config from parent dir 2020-01-22 09:55:20 +01:00
Ethan Frey
0fc62d4aa8 Import from @iov/cosmos 2020-01-22 09:41:48 +01:00