Marko
01d8a230b2
Merge PR #5068 : Add linter Nakedret
2019-09-19 09:21:38 -04:00
Marko
b2f8c58ec4
Merge PR #4608 : More linters - Gosec, staticcheck
2019-06-26 13:30:36 -07:00
Ethan Frey
3950017bd9
Merge PR #4624 : Don't reject config files with create_empty_blocks=false
2019-06-26 08:30:35 -04:00
Alessio Treglia
6672e70556
Merge PR #4603 : Increase server package's coverage by adding DONTCOVER
2019-06-20 12:06:03 -04:00
frog power 4000
73e5ef7c13
reduce module interdependancy, /client refactor ( #4415 )
...
* abstract staking BuildCreateValidatorMsg, genutil defines its own flags
* client/ refactor
* staking move keys from keeper to types
2019-05-28 09:44:04 +01:00
Alexander Bezobchuk
cfe31c4090
Merge PR #4372 : Use Build's Client/Server Name
2019-05-18 19:06:08 -04:00
Alessio Treglia
71d71f2206
Remove gaia ( #4347 )
...
Gaia is removed from cosmos-sdk repository.
Few changes were required to make sure no packages depend on gaia subpackages.
CI config is amended accordingly.
Unnecessary targets are removed from Makefile.
Simulations run through a lightweight version of gaia renamed to simapp.
Closes : #4104
2019-05-18 10:42:24 +02:00
Ethan Buchman
77c04202a2
server: run cleanupFunc before Exit ( #4324 )
...
Ensure gaiad shutdown Tendermint gracefully upon
receiving SIGINT and SIGTERM.
Closes : #4323
2019-05-11 04:27:11 +02:00
Alexander Bezobchuk
c6cb84c558
Merge PR #4059 : Add support for graceful halt via server config
2019-04-23 09:33:11 -04:00
Juan Leni
b5fdb83830
Merge PR #3517 : Increasing test coverage in keys/client package
2019-02-08 12:45:23 -08:00
Juan Leni
ba63eb1801
Merge PR #3557 : Removing pkg/errors when not necessary
2019-02-08 11:37:46 -08:00
Alessio Treglia
ee9dd2250d
Add tendermint version command
2019-01-12 13:52:12 +00:00
Alessio Treglia
df567616a9
Upgrade tendermint to 0.28.0-dev0 ( #3279 )
2019-01-11 09:19:01 -08:00
Alexander Bezobchuk
8211c025da
Support min fees in a localnet and fix gaiad config ( #3172 )
2018-12-20 11:21:39 -08:00
Alessio Treglia
24a1670cf0
Run make format
2018-12-10 14:27:25 +00:00
Alessio Treglia
815a6de82f
R4R: Remove AppInit ( #2801 )
...
* Remove AppInit
* Update PENDING.md
2018-11-15 10:01:19 -08:00
Hendrik Hofstadt
61fd142b9e
Fix TimeoutCommit ( #2743 )
...
* Fix TimeoutCommit to 5 seconds instead of whatever it was before which was too short.
2018-11-09 16:08:35 -08:00
Alessio Treglia
36bb4409b6
Refactor TrapSignal
2018-11-02 13:44:40 +00:00
Alessio Treglia
0f4a03b44e
Alessio/server refactor ( #2472 )
...
* Add arg to PrintUnsignedStdTx() to actually operate in offline mode
* WIP simplifying server module
* Expose ExternalIP()
* Move {GenTx,Init}Cmd into gaia's new init package
2018-10-10 15:45:41 -07:00
Alessio Treglia
b74a6a9066
Merge PR #2328 : Support min fees-based anti spam strategy
2018-09-19 23:25:52 +08:00
Dev Ojha
6b55093c75
Merge PR #2324 : rename wire to codec
...
* rename wire to codec
* fix formatting and cli
* fix the docs
2018-09-13 14:17:32 -04:00
Dev Ojha
2a49406e9b
Merge PR #2284 : Prevent create_empty_blocks=false
2018-09-11 17:15:38 +08:00
Matthew Slipper
dc0f13214d
Merge PR #2170 : Add show-address command
...
* Add show-address command
Closes #1274 .
* Add PENDING entry
* Add godoc
* Updates from code review
2018-08-30 21:38:28 -04:00
Alessio Treglia
831435ccc0
Merge PR #1948 : enable indexing of all tags by default
2018-08-10 15:40:21 +02:00
Ethan Buchman
8f453eaa04
update params for x/gov and default config
2018-07-16 17:43:10 +01:00
ValarDragon
2b5ccdbf87
Reduce code complexity in AnteHandler, and GetExternalIP
2018-07-09 15:29:16 -07:00
Ismail Khoffi
abce54ea60
Merge branch 'develop' into sort_getsignbytes
2018-07-06 01:31:34 +01:00
Liamsi
b7f902fba5
sort *all* GetSignBytes:
...
- call MustSortJSON before return JSON bytes to guarantee alphabetic
ordering
- moved SortJSON and MustSortJSON to types package to avoid cyclic
package dep
2018-07-06 01:12:57 +01:00
Christopher Goes
908fb39a65
Merge PR #1559 : Fix genesis JSON key ordering
...
Inconsistent Genesis Generation Key Order
2018-07-05 23:05:05 +02:00
Aleksandr Bezobchuk
51fdc9db2f
Merge pull request #1559 : Inconsistent Genesis Generation Key Order
2018-07-05 14:15:00 -04:00
Liamsi
97182dce21
Add test-cases, remove indentation
2018-07-05 19:10:35 +01:00
Liamsi
547390a238
WIP: add simple sorting using golang json.Marshal
2018-07-05 17:11:44 +01:00
Ethan Buchman
f78f30c67a
update for tm v0.22.0. tmlibs->tendermint/libs
2018-07-02 16:34:06 -04: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
Dev Ojha
eb097c4c5c
Merge PR 1361: server: Use differing defaults from tendermint
...
When loading the config file, this now checks in the sdk if the file
already exists. If not, it writes a config with different defaults.
The defaults differ by having the profiler listen address set,
and increasing the receive / send rates.
2018-06-25 18:33:07 +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
rigelrozanski
34686e8d61
unsafe_reset_all back to root
2018-06-01 01:35:39 -07:00
rigelrozanski
7ce9e000b6
update changelog, minor update
2018-06-01 00:53:54 -07:00
Jeremiah Andrews
744f78573e
small fixes
2018-05-31 21:50:01 -07:00
Jeremiah Andrews
083ca8234b
Refactored gaiacli and gaiad commands into subcommands
2018-05-31 21:50:01 -07:00
Zach Ramsay
d6708a40e8
gaiad: don't print command twice
2018-05-15 18:30:06 -04:00
rigelrozanski
318e924145
refactor
2018-04-27 20:36:11 -04:00
rigelrozanski
10ddd7a3d3
refactor export function, working
2018-04-27 20:06:50 -04:00
Christopher Goes
10d2e5ae40
Move generateApp & exportApp to baseapp/helpers
2018-04-27 20:04:29 -04:00
Christopher Goes
df4fdb3642
Rebase & merge changes
2018-04-27 20:03:43 -04:00
Christopher Goes
f92e83d2e0
Swap to general `export` command
2018-04-27 20:02:26 -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
55c1e1dcfc
init refactor
2018-04-26 14:26:39 -04:00