Commit Graph

1427 Commits

Author SHA1 Message Date
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
Ethan Buchman
6eeb8466a7
Merge pull request #611 from cosmos/joon/stdlib
SDK standard library
2018-03-15 11:36:52 +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
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
Ethan Buchman
2336a20f5a fix cli to sign StdSignDoc. fixes #620 2018-03-14 13:11:19 +01:00
Yukai Tu
651e931763 Fix Issue#618 2018-03-13 11:53:45 -07:00
Ethan Buchman
ee0b396bad
Merge pull request #612 from cosmos/rigel/cool-tests
Basecoin cool fix / upgrade tests
2018-03-13 13:46:19 +01:00
Ethan Buchman
8f03b181c7 examples/basecoin/app: fix test by using StdSignDoc 2018-03-13 11:54:22 +01:00
rigelrozanski
eea4e8d151 cleanup 2018-03-13 02:58:09 +01:00
rigelrozanski
29cd41e5e4 basecoin app_test is cool now 2018-03-13 02:58:09 +01:00
rigelrozanski
e7777cc7ca cool module renames 2018-03-13 02:57:14 +01:00
rigelrozanski
b9691f1086 cool module test fixes 2018-03-13 02:57:14 +01:00
Ethan Buchman
d4c13b093c
Merge pull request #563 from cosmos/bucky/sequence
Replay Protection
2018-03-13 01:52:45 +01:00
Ethan Buchman
20e2c24f9d x/auth: ante_test.go 2018-03-13 01:42:13 +01:00
Ethan Buchman
1955e3436f x/auth: mapper_test.go 2018-03-13 01:42:13 +01:00
Ethan Buchman
661d0fd7e8 types: StdSignDoc includes sequence for each sig 2018-03-13 01:42:13 +01:00
Ethan Buchman
e4da8ebee2 fixes from rebase 2018-03-13 01:42:13 +01:00
Ethan Buchman
a05ea5fcc9 implement replay protection 2018-03-13 01:42:13 +01:00
Ethan Buchman
087721dc04 x/bank: clean up tests 2018-03-13 01:42:13 +01:00
Ethan Buchman
b906c141bd x/bank: remove Sequence from Input 2018-03-13 01:42:13 +01:00
Ethan Buchman
9b8db6b37c x/auth: clean up ante handler 2018-03-13 01:42:13 +01:00
Ethan Buchman
70e9f52f76 examples/bascoin/app: clean tests 2018-03-13 01:42:13 +01:00
Jae Kwon
e2b2185e6d Fix go-wire dependency 2018-03-12 10:26:48 -07:00
Ethan Buchman
032a0b4539
Merge pull request #552 from cosmos/rigel/basecoin-upgrade
Basecoin Upgrade + tiny bit client refactor
2018-03-11 00:12:02 +01:00
Ethan Buchman
a0d9cec39b
Merge pull request #593 from PinZhang/fix-path
Fix bug: make will fail if the path contains whitespace
2018-03-10 17:42:21 +01:00
Pin Zhang
fe3236da61 Fix bug: make will fail if the path contains whitespace 2018-03-09 13:06:36 +08:00
Rigel
2a5b190d76
Merge pull request #546 from cosmos/zaki/dep
Switch from glide to godep
2018-03-08 20:24:47 +00:00
Zaki Manian
3ff9363a3a Through careful use of the [overide] directive this now builds 2018-03-08 19:48:17 +00:00
Ethan Buchman
644120210c try to update deps to develop. doesnt work 2018-03-08 19:48:17 +00:00
Ethan Buchman
b5471212cf dont import metalinter 2018-03-08 19:48:17 +00:00
Ethan Buchman
f25c9fc06a tools: get_tools 2018-03-08 19:48:17 +00:00
Ethan Buchman
9dc3690a0c change deps to master. remove tmwire dep 2018-03-08 19:48:17 +00:00
Adrian Brink
e3c68e2640 Dep now works. Metalinter is broken 2018-03-08 19:48:17 +00:00
Adrian Brink
c42f036318 Fix build, just tools/ missing 2018-03-08 19:48:17 +00:00