Alessio Treglia
9cdd1d3e9e
Allow user to pass a custom BUILDDIR to test_cli ( #4127 )
...
Preparation work for cli tests further parallelisation.
2019-04-16 11:10:23 +01:00
Frank Yang
c4f53facd9
R4R: Fix incorrect `$GOBIN` in `Install Go`. ( #4113 )
...
Fix empty path in `Install Go`.
This bug was fixed by #3975 , and broken by #4089
2019-04-16 10:05:28 +01:00
Alessio Treglia
2581fffaa5
Merge PR #4126 : Add module-wide named loggers
...
Closes : #4124
2019-04-15 23:58:06 -04:00
Frank Yang
dfe58f8d8d
Merge PR #4123 : Fix typo in docs; fix url error and outdated command description of doc clients
2019-04-15 18:47:17 -04:00
Alexander Bezobchuk
585b68ec70
Merge PR #4100 : Return correct error on invalid messages
2019-04-15 12:25:04 -04:00
Zach
9435114366
Merge PR #4115 : Update CODEOWNERS
...
Remove @ebuchman @cwgoes; add @alexanderbez @alessio @jackzampolin
2019-04-15 18:12:30 +02:00
Alexander Bezobchuk
ea8539ee5e
Merge PR #4086 : Merge release/v0.34.0
2019-04-15 10:48:11 -04:00
Aleksandr Bezobchuk
046932b084
Merge branch 'develop' into release/v0.34.0
2019-04-15 10:10:52 -04:00
Alessio Treglia
74ea92a990
New Makefile for gaia ( #4110 )
...
Amend targets naming convention as per [1]:
- Switch from underscore '_' separated naming scheme to dash '-'
separated naming scheme.
- Replace test with check.
Simulations now live in their own Make module.
[1] https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
2019-04-15 14:00:28 +01:00
Alessio Treglia
21e0d3cc6b
Fix develop's build ( #4108 )
...
Fix build failure introduced with 722d122
2019-04-13 10:56:45 +01:00
Alexander Bezobchuk
722d122da7
Merge PR #4079 : Implement Invariant Benchmarks
2019-04-12 18:52:16 -04:00
Jack Zampolin
0f7877c23b
Merge pull request #4107 from cosmos/jack/tm-update
...
Update Tendermint to the 0.31.4 release
2019-04-12 12:09:21 -07:00
Jack Zampolin
927f76f6bb
Update Tendermint to v0.31.4
2019-04-12 11:51:01 -07:00
Aleksandr Bezobchuk
de720660db
Remove panic on zero input during MulDecTruncate
2019-04-10 21:44:24 -04:00
Alessio Treglia
3c88ddc2f5
Merge PR #4083 : Replace gaiad --assert-invariants-blockly with --inv-check-period
...
* Remove old broken flag
* Support --inv-check-period which asserts invariants every nth period
2019-04-10 19:33:50 -04:00
Aleksandr Bezobchuk
f8b9a60d67
Fix docs config
2019-04-10 19:22:15 -04:00
gamarin2
958029680e
Merge PR #4093 : Fix Docs
2019-04-10 19:19:48 -04:00
frog power 4000
38e3fdfcea
Merge PR #4094 : Account for Rounding Errors in Distribution Calculations
2019-04-10 18:53:42 -04:00
Alexander Bezobchuk
94b7d8f467
Fix queryDelegatorTotalRewards ( #4078 )
...
Return [] instead of null by making the initial
value an empty slice literal opposed to nil.
Closes : #3705
2019-04-10 18:08:50 +01:00
Marin Basic
b50b25d0a9
Replace all REST query empty result HTTP Status codes to 200 ( #4065 )
...
All query params that are empty now returns success
(http.StatusOK) instead of mixed http status codes
(http.StatusNoContent/http.StatusBadRequest/
http.StatusInternalServerError)
Closes : #2007
2019-04-10 18:07:21 +01:00
Federico Kunze
8550d87319
unified sender tag ( #4057 )
...
Closes : #3775
2019-04-10 18:03:44 +01:00
gamarin2
cf0f73a9ca
Merge PR #4091 : Fix docs
2019-04-10 12:28:48 -04:00
Alexander Bezobchuk
eb94252011
Merge PR #4089 : Update docs from release/v0.34.0
2019-04-10 11:55:33 -04:00
Aleksandr Bezobchuk
ace9910e94
Update change log
2019-04-10 11:24:46 -04:00
Alexander Bezobchuk
fa8e0823f7
Merge PR #4077 : Update bug report template
2019-04-10 09:10:44 -04:00
Alessio Treglia
1bd579dcdb
Fix tiny typo ( #4085 )
2019-04-10 13:11:02 +01:00
Federico Kunze
eb51a6f84b
remove duplicated account check and test ( #4068 )
2019-04-10 13:10:44 +01:00
frog power 4000
02a0e393c5
Run missing invariants during simulations ( #4080 )
2019-04-10 02:34:38 +01:00
Federico Kunze
2cd2289a11
add category tags ( #4049 )
...
Closes : #3774
2019-04-09 13:55:01 +01:00
zxh0
d742b9e6ef
Merge PR #4074 : Fix Docs Typo
2019-04-09 08:53:34 -04:00
wangjj9219
65338f6642
There's no check for chain-id in TxBuilder.SignStdTx #3945 ( #3946 )
...
Close : #3945
2019-04-09 13:46:13 +01:00
Alessio Treglia
1505c2b2e6
Move tools to contrib ( #4073 )
...
Also rename sdkch to clog
2019-04-09 10:41:00 +01:00
frog power 4000
ae2999931b
Add interactive mode to sdkch ( #4009 )
2019-04-09 00:55:35 +01:00
Federico Kunze
c0a607ce74
fix and cleanup action tags ( #4045 )
...
Closes : #3966 #3793
2019-04-08 23:51:02 +01:00
Aleksandr Bezobchuk
c255764c4f
Add back IOTA time in consensus params
2019-04-08 18:14:27 -04:00
Alessio Treglia
fbc6bdae18
gaiad: ExportGenesisFile() incorrectly overwrites genesis ( #4063 )
...
ExportGenesisFile() overwrites all non-gaia related
sections of the genesis.json file as it always
creates a new one from scratch.
Remove cmd/gaia/init.LoadGenesisDoc() in favor of
tendermint's types.GenesisDocFromFile().
Closes : #4066
2019-04-08 18:54:45 +01:00
Federico Kunze
bec468953e
Merge PR #4023 : Genesis port script v0.33.x to v0.34.0
2019-04-08 12:49:14 -04:00
Frank Yang
9e7440a92c
Merge PR #4064 : Remove dep/vendor from documentation and version cmd
...
* Remove `dep` and `vendor` from documentation
* Replace vendor with go.sum hash in version command
2019-04-08 11:00:17 -04:00
frog power 4000
cec3065a36
Revert "Return errors instead of panic ( #3782 )" ( #4054 )
...
This reverts commit 985aae5575
.
2019-04-05 16:20:58 -04:00
Alexander Bezobchuk
576eb51928
Merge PR #4058 : Fix DecCoins Bugs
2019-04-05 14:13:22 -04:00
gamarin2
1a8ab1c321
Merge PR #4019 : Update Docs from Staging
2019-04-05 10:37:13 -04:00
Alexander Bezobchuk
3361871198
Merge PR #4047 : Fix queryDelegationRewards
2019-04-04 13:53:22 -04:00
Frank Yang
055d219301
Add `GO111MODULE=on` to environment. ( #4042 )
2019-04-04 15:38:02 +01:00
Alessio Treglia
85021d4ca9
No packages must depend on cmd/gaia/ ( #4048 )
...
Preparation work for moving gaia out of the SDK.
2019-04-04 15:36:39 +01:00
Marin Basic
985aae5575
Return errors instead of panic ( #3782 )
...
This is related to issue #3741 where fetching data from
invalid store, package panic.
Modify subspace.go to return errors instead of panic.
Also update other packages that import subspace and
handle errors.
2019-04-04 08:10:56 +01:00
Aleksandr Bezobchuk
cbc9ab0df2
Merge branch 'master' into release/v0.34.0
2019-04-03 18:26:13 -04:00
Ethan Buchman
f6985c8703
Merge pull request #4039 from cosmos/release/v0.33.2
...
Hotfix release/v0.33.2
2019-04-03 17:04:59 -04:00
Jack Zampolin
7f1b46ecc1
Merge PR #4041 : Manual for the Crisis Module
2019-04-03 13:38:10 -07:00
rigelrozanski
2c4823865c
crisis manual
...
int
2019-04-03 16:16:39 -04:00
Aleksandr Bezobchuk
dba33693c4
Remove module files
2019-04-03 13:20:32 -04:00