Commit Graph

1610 Commits

Author SHA1 Message Date
Fabian 37bbde837b added node syncing endpoint 2018-03-17 22:14:19 +01:00
Fabian Weber 7d36d953f2 added tests for /keys 2018-03-17 22:14:19 +01:00
Fabian Weber 370d8df825 remove vscode config folder 2018-03-17 22:14:19 +01:00
Fabian Weber 027d953bf1 added gorrila/mux dependency 2018-03-17 22:14:19 +01:00
Ethan Buchman ad705fdea1 bump version
added rest server and status endpoint

added get block endpoint

added latest block endpoint

add 404 if height is out of bounds

add version endpoint

add validators endpoint

export GetBlockHeight

add keys endpoints

add txs endpoints

added verb limiters to ednpoints

only output node info + json structure improvement

fixed wrong body parsing

github PR template

crypto.Address -> sdk.Address

revert to old go-wire

update glide

remove print statement and update glide

fix #554

add .DS_Store to .gitignore

Massive consolidation: queue, data storage struct, store, logic, ...

Small fixes
2018-03-17 22:14:19 +01:00
Ethan Buchman 7c3213fa00 fixes from review 2018-03-17 22:08:19 +01:00
Ethan Buchman a908a01fe2 types/tx_msg_test.go 2018-03-17 22:08:18 +01:00
Ethan Buchman 2ed4de5e8d shame: forgot x/auth/context_test.go 2018-03-17 21:40:44 +01:00
Ethan Buchman dd4a86b856 x/auth: crank the test coverage 2018-03-17 21:20:24 +01:00
Ethan Buchman 3babf8c2d9 fix and clean fees and x/auth 2018-03-17 19:54:18 +01:00
Matt Bell 6dc46064cb Started on fee tests 2018-03-17 18:34:57 +01:00
Matt Bell 1b16f0c684 Deduct fee from fee payer's account balance 2018-03-17 18:34:06 +01:00
Ethan Buchman 45f8ccbe90 x/auth: cleanup ante handler 2018-03-17 18:34:06 +01:00
Ethan Buchman be7cb6c96c types: introduce StdFee 2018-03-17 18:34:06 +01:00
Ethan Buchman eb23803833 remove tx.GetFeePayer 2018-03-17 18:34:06 +01:00
Ethan Buchman df8f2ab2fa
Merge pull request #636 from cosmos/rigel/client-cleanup
StdSignMsg logic into common helper functions
2018-03-17 17:02:06 +01:00
Ethan Buchman d2d201c835
Merge pull request #634 from lino-network/auth-issue
Fix auth handler public key issue
2018-03-17 16:51:57 +01:00
rigelrozanski 5965df1613 move signmsg into common sign and build functionality 2018-03-17 16:49:47 +01:00
Yukai Tu aee516f595 Fix auth handler public key issue 2018-03-16 17:57:28 -07:00
mossid aaaf18ad71 rm relay from basecli 2018-03-16 21:39:42 +01:00
mossid 8c290c3a6b make relay.go compiled 2018-03-15 18:01:33 +01:00
Adrian Brink 1447bcf139
Integrate IBC more and more into basecli 2018-03-15 17:26:43 +01:00
mossid 8a99041512 move ibc_test code to basecoin/app_test 2018-03-15 17:24:31 +01:00
mossid 5c2805dbec add test 2018-03-15 16:34:24 +01:00
Adrian Brink cd79574927
Add IBC to basecoind 2018-03-15 15:07:01 +01:00
Adrian Brink c409455150
IBC module 2018-03-15 14:54:44 +01:00
mossid 829f0f32fc Revert "in progress: wire -> json for now"
This reverts commit 25f01a3e12.
2018-03-15 13:49:18 +01:00
mossid a8b343a333 Revert "done: wire -> json"
This reverts commit f279a5538d.
2018-03-15 13:48:52 +01:00
mossid df752d52c7 Revert "Fix dependencies"
This reverts commit 78c6267548.
2018-03-15 13:48:48 +01:00
Adrian Brink 78c6267548
Fix dependencies 2018-03-15 12:51:17 +01:00
mossid f279a5538d done: wire -> json 2018-03-15 12:38:17 +01:00
Ethan Buchman 6eeb8466a7
Merge pull request #611 from cosmos/joon/stdlib
SDK standard library
2018-03-15 11:36:52 +01:00
mossid 25f01a3e12 in progress: wire -> json for now 2018-03-15 11:36:17 +01:00
Ethan Buchman 806b4b2603 types/stdlib 2018-03-15 11:09:04 +01:00
mossid 861eb5da1c revert & rebase; add stdlib and test 2018-03-14 19:20:15 +01:00
Zarko Milosevic 5b0e222639 Add spec of the basic staking features 2018-03-14 17:48:52 +01:00
mossid 820152b873 relayer app 2018-03-14 16:14:04 +01:00
Rigel 7627323c93
Merge pull request #619 from lino-network/bugfix
Fix Issue#618
2018-03-14 16:05:59 +01:00
Ethan Buchman 8c2dce7c3b
Merge pull request #621 from cosmos/bucky/fix-cli-for-sign-doc
fix cli to sign StdSignDoc. fixes #620
2018-03-14 14:14:06 +01:00
mossid 7049025f87 add basic components 2018-03-14 13:53:26 +01:00
mossid 1cb795ba73 structure 2018-03-14 13:11:33 +01:00
Ethan Buchman 2336a20f5a fix cli to sign StdSignDoc. fixes #620 2018-03-14 13:11:19 +01:00
Adrian Brink 77b2a63156
IBC Spec 2018-03-14 13:08:19 +01:00
mossid 5ebdff2e5e packetdata->payload 2018-03-13 20:28:38 +01:00
mossid ded9de18cf add term description, packetdata abstraction in 2/3 2018-03-13 20:22:03 +01:00
mossid ac004be491 merge storeKeys 2018-03-13 19:55:38 +01:00
Yukai Tu 651e931763 Fix Issue#618 2018-03-13 11:53:45 -07:00
mossid 259400cbda in progress 2018-03-13 19:47:02 +01:00
mossid 2217aaf54f router -> dispatcher, get rid of sdk.Msg 2018-03-13 19:39:06 +01:00
mossid a9064c97c3 remove leftover in mvp3 2018-03-13 19:08:16 +01:00