Christopher Goes
ad121f1498
Add a flag to export for zero-height start ( #2827 )
...
Closes #2812
This PR adds the flag --for-zero-height to gaiad export, which runs several alterations to the application state to prepare for restarting a new chain in a consistent fashion.
It also:
* Moves Gaia's export code to cmd/gaia/app/export.go for cleaner separation.
* Fixes an inconsistency where we treated the initChainer as happening at height -1 - it should now happen at height 0, since the first header sent by Tendermint has height 1.
* Runs the runtime invariant checks on start (in initChainer)
* Adds a few auxiliary functions to clear slashing periods
* Removes the Height field from Delegation objects in x/stake, which was not used anywhere
2018-11-26 04:21:23 -08:00
Christopher Goes
7f68cee3d6
Merge PR #2803 : Update ubuntu install script
2018-11-15 12:00:49 +01:00
zramsay
be53c7c706
install script, go version variable
2018-11-14 15:14:13 -05:00
ValarDragon
269415908c
change branch to master
2018-11-14 11:05:48 -08:00
ValarDragon
9c4345fc72
Merge branch 'develop' of github.com:cosmos/cosmos-sdk into develop
2018-11-13 22:05:30 -08:00
ValarDragon
db0bcdd0e6
update ubuntu install script
2018-11-13 22:05:15 -08:00
Christopher Goes
d2a53539dd
Merge branch 'develop' into cwgoes/fix-gov-sim-more-import-export
2018-11-13 14:23:15 +01:00
Christopher Goes
9c01348d7c
Merge branch 'develop' into greg/MakefileFix2672
2018-11-12 19:59:06 +01:00
Jack Zampolin
2d38a96a6d
Fix date to be cross platform
2018-11-12 09:44:45 -08:00
Christopher Goes
d761eb7282
Address remaining comments from #2690
2018-11-09 16:26:08 +01:00
Greg Szabo
74549faac9
Cross-compiling get_tools Makefile added
2018-11-07 22:42:43 -05:00
Christopher Goes
256ec0f07b
Simulation improvements (logging fix, random genesis parameters) ( #2617 )
...
* Print out initial update on every block
* Randomize simulation parameters
* Randomize initial liveness weightings
* Randomize genesis parameters
* fixed power store invariant
* IterateValidatorsBonded -> IterateBondedValidatorsByPower
* WriteValidators uses IterateLastValidators rather than IterateBondedValidatorsByPower
* fixed democoin interface
Closes #2556
Closes #2396
Via #2671 :
closes #2669
closes #2670
closes #2620
Offshoot issues:
#2618
#2619
#2620
#2661
2018-11-04 20:44:43 -08:00
ValarDragon
8201c92544
fix bugs
2018-10-11 00:38:55 -07:00
ValarDragon
9e334afad0
Lock binary dependencies to a specific commits / versions
...
This is basically copying over @anton's great script!
Also had to run `make format` to make this pass `test_lint`.
This PR also makes the make commands for tools further align
with the tendermint implementation.
2018-10-09 23:52:36 -07:00
Christopher Goes
482537e6c1
Merge PR #2430 : Aggressive slashing simulation & fixes
2018-10-05 19:42:52 +02:00
Christopher Goes
b7cb2e4252
Slowly start multiple simulations in parallel
2018-10-05 15:07:28 +02:00
Christopher Goes
1046831296
Don't trap EXIT
2018-10-05 15:03:17 +02:00
Christopher Goes
fdc7b4d7a5
Add default CI multi-seed sim
2018-10-05 14:33:46 +02:00
Christopher Goes
91ee6b0d99
Merge PR #2313 : Multi-seed parallel simulation
2018-09-26 23:04:42 +08:00
Dev Ojha
a94219e062
Merge PR #2246 : add script to make changelog links actual links
2018-09-07 00:54:59 -04:00
Jack Zampolin
45bd414fc2
Run localnet on every commit ensure network reaches at least 10 blocks ( #2067 )
2018-08-16 20:23:57 +02:00
Dev Ojha
23fe4fab45
Fix typo
2018-06-05 09:25:27 -07:00
ValarDragon
508af391fe
docs: Add disclaimer for install scripts
2018-06-05 09:25:27 -07:00
ValarDragon
40df73adc2
docs: Add BSD install script
2018-06-05 09:25:27 -07:00
Zach Ramsay
1031e45a82
docs/install: add easy script
2018-06-05 09:25:27 -07:00
Ethan Frey
defe9f941f
Renamed scripts to publish for clarify, it is just for publishing releases
2017-06-30 18:34:19 +02:00
Ethan Frey
3747f23a25
Add basecli to packaging script
2017-06-23 09:24:08 +02:00
Ethan Buchman
2655bf8755
dist: dont mkdir in container
2017-06-02 12:37:51 -04:00
Ethan Buchman
9a9a3a787a
make: build and publish
2017-06-01 23:51:35 -04:00
Ethan Buchman
525cb4c80b
fix tendermint rpc link
2017-04-27 12:52:47 -04:00
Ethan Buchman
9c391a08a9
fix some imports
2017-04-27 15:55:23 +02:00
Ethan Buchman
1a6fae6af6
update import paths for repo merge
2017-04-27 15:55:23 +02:00
Ethan Buchman
b84b369094
scripts for binaries
2017-04-26 01:38:11 -04:00
Rigel Rozanski
c292d54e47
Debug Flag, Run -> RunE
2017-04-21 12:34:11 -04:00
rigelrozanski
0720a03dae
tests cleanup
...
cleanup
2017-04-13 23:31:52 -04:00
Jae Kwon
d6f75370a1
Disable scripts/* building with build tags
2016-04-13 15:05:07 -07:00
Jae Kwon
0f1bdc6af4
Added print_txs script for testing
2016-04-07 07:44:07 -07:00
Jae Kwon
ed9dd875a7
Commit returns tmsp.Result; Move errors to tmsp/errors.go
2016-03-23 02:47:05 -07:00