Commit Graph

49 Commits

Author SHA1 Message Date
Christopher Goes
59aadf42aa
Ledger integration (#931)
Merges the keybase and Ledger code from go-crypto (which is no more) into the SDK
Adds support for Ledger into gaiacli
Cherry-picks updated error handling from #1158
2018-06-29 02:54:47 +02:00
Dev Ojha
ac3adff1e8 Merge PR #1438: Tools: Add errcheck linter
This linter ensures that all errors are checked.
This is disabled in the client directories, since its not needed on
those writes
2018-06-29 00:52:10 +02:00
Greg Szabo
f8290a0fc3
Merge branch 'develop' into greg/testnet-command-2 2018-06-14 11:34:26 -07:00
Greg Szabo
17e88a5e00 Fixes requested by Rigel: GenTx, config package name 2018-06-13 17:30:16 -07:00
Dev Ojha
bd362ee590 Merge PR #1090: Switch away from ephemeral ports
* Switch ports 4665x to be 2655x
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Missed one doc file, change dep so gaiad works
* Update changelog, fix Gopkg.lock
2018-06-14 00:13:51 +02:00
Greg Szabo
4c5e536b31 Added testnet command and localnet targets
Finished testnet command and introduced localnet targets in Makefile, together with gaiadnode Docker image

Fixed function parameter list - now starts with ctx

Separated GenTxConfig into a server/config package so both the server package and the mock package can use it

Adding server/config to app package

gaiadnode Docker image

Separated GenTxConfig into a server/config package so both the server package and the mock package can use it

Adding server/config to app package

Fixes requested by Rigel

Removed commented code

Global flag fixes
2018-06-12 11:25:03 -07:00
Ethan Buchman
a277ba91c7 Merge PR #1178: Merge master (Tendermint updates)
* update to tm v0.19.6
* update tm to 0.17.4
* update for tm v0.19.9
* update godep
2018-06-09 06:34:27 +02:00
Ethan Buchman
f3f2729b11 update for tm v0.19.9 2018-06-05 18:04:16 -07:00
rigelrozanski
d2163017ce small efficiency increase 2018-05-14 09:39:29 -04:00
Adrian Brink
878a53bf0d
Prevent --gen-txs from failing silently
Instead of just failing silently if there is a non .json file or folder
in the gentx/ directory it now just skips that file or directory.

ref #940
2018-05-13 18:24:48 -04:00
Adrian Brink
cd24244308
Sort all genesis transaction by node id
This ensures that users can rename the genesis transactions and they
will still be in the same order.
2018-05-13 18:19:42 -04:00
rigelrozanski
0f28f6738a updated some testnet docs, gen-txs now in the config folder 2018-04-26 15:52:20 -04:00
rigelrozanski
ade42e74b7 better init test 2018-04-26 14:26:39 -04:00
rigelrozanski
05c5809bae gaia init automatic key processing 2018-04-26 14:26:39 -04:00
rigelrozanski
d1c6216c0f gen-tx fix 2018-04-26 14:26:39 -04:00
rigelrozanski
b9477ecbbe init refactor uses genesis transaction now 2018-04-26 14:26:39 -04:00
rigelrozanski
12f20d160a interim gen app tx refactor 2018-04-26 14:26:39 -04:00
rigelrozanski
4049c5d24f cwgoes comments, bug fix 2018-04-26 14:26:39 -04:00
rigelrozanski
525a852b01 bug fixes to init from-pieces command 2018-04-26 14:26:39 -04:00
rigelrozanski
201908949a stake init overhaul 2018-04-26 14:26:39 -04:00
rigelrozanski
c8f5fcb27b init append functionality complete 2018-04-26 14:26:39 -04:00
rigelrozanski
556896679a ... 2018-04-26 14:26:39 -04:00
rigelrozanski
867d0e502c working genesis pieces 2018-04-26 14:26:39 -04:00
rigelrozanski
246e4bdac3 renames 2018-04-26 14:26:39 -04:00
rigelrozanski
d4c2d6fd4c fix cli tests 2018-04-26 14:26:39 -04:00
rigelrozanski
55c1e1dcfc init refactor 2018-04-26 14:26:39 -04:00
rigelrozanski
6748aa7bc6 first stab init refactor 2018-04-26 14:26:39 -04:00
rigelrozanski
f3fffcb7a2 more versatile init 2018-04-26 14:26:39 -04:00
rigelrozanski
d28efaac27 many renames / golint compliance 2018-04-19 00:49:24 -04:00
rigelrozanski
c80b9674cd stake CLI various fixes, confirmed working 2018-04-18 12:19:35 -04:00
Ethan Buchman
5b32a3bad2 MarshalJSONIndent 2018-04-09 20:32:19 +03:00
Jae Kwon
49fdf80d9d WIP commit 2018-04-06 17:25:08 -07:00
Ethan Buchman
9fbbdbbe0f server: consolidate files 2018-04-05 13:31:33 +03:00
Ethan Buchman
609ea0d0f0 more daemon refactoring 2018-04-05 13:24:53 +03:00
Ethan Buchman
f79d06c9f3 refactor basecoind, change GenAppOptions 2018-04-05 13:09:02 +03:00
Christopher Goes
74a2246b3e
Pass logger and config through CLI context (closes #725) 2018-04-05 11:20:05 +02:00
Christopher Goes
ed54dc43f2
Add ChainID to testnet JSON (closes #773) 2018-04-03 22:16:03 +02:00
Ethan Buchman
8170d878b8 remove --testnet flag. just output all info on init 2018-04-01 02:57:47 +03:00
Christopher Goes
27d24610ab basecoind init --testnet (closes #718) 2018-03-29 12:04:52 +02:00
Ethan Buchman
64852138b6 fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00
Ethan Buchman
7f3a6e0c04 Options -> AppState 2018-03-17 23:10:44 +01:00
Ethan Buchman
62d6a5de46 crypto.Address -> sdk.Address 2018-03-02 02:49:07 -05:00
rigelrozanski
65f27f2daa basecli refactor 2018-03-01 02:36:57 +00:00
Ethan Frey
d694dbe7c1 Add first server command tests 2018-03-01 02:36:08 +00:00
Ethan Frey
1f31fbeea8 Start writing test scaffold to test server 2018-03-01 02:34:05 +00:00
Ethan Frey
603c358574 Fix up server app_options initialization 2018-03-01 02:31:17 +00:00
Ethan Frey
94ddda6a1f Copy init code from tendermint so it runs properly 2018-03-01 02:31:17 +00:00
Ethan Frey
c0f9a6f1cb Update dependencies to import tendermint 2018-03-01 02:30:14 +00:00
Ethan Frey
09e07bb44a Extracted initialization logic into server, default option generation in gaia 2018-03-01 02:30:14 +00:00