Commit Graph

9455 Commits

Author SHA1 Message Date
rigelrozanski
da30353394 update PR template 2018-08-21 16:39:10 -04:00
rigelrozanski
ff043ef7a1 Merge remote-tracking branch 'origin/develop' into rigel/PR-template-update 2018-08-21 16:31:45 -04:00
Christopher Goes
18b067cd41
Merge PR: Merge master back into develop 2018-08-21 18:33:02 +02:00
Ethan Buchman
292701d774 Merge branch 'master' into bucky/merge-master 2018-08-21 11:55:40 -04:00
Federico Kunze
cfb5acca6e Merge PR #2099: Query staking Pool and Params 2018-08-21 17:32:54 +02:00
Ethan Buchman
2c6ed0fefc
Merge pull request #2112 from cosmos/release/v0.24.1
Release 0.24.1
2018-08-21 11:23:20 -04:00
Jack Zampolin
68f5ee786c Merge PR #1987: Fix broken link in validator setup guide 2018-08-21 16:28:52 +02:00
Dev Ojha
419cf85433 Merge PR #2046: auth: Make gas cost take into account cryptosystem
* auth: Make gas cost take into account cryptosystem

This will make including the multisig easier.
The ratio for ed25519 vs secp256k1 are based on the ratio of their
verification times, using the benchmarks in tendermint/crypto.
2018-08-21 16:13:34 +02:00
Federico Kunze
011e61a8de Merge PR #2066: Rename LCD endpoints (Docs) 2018-08-21 16:00:43 +02:00
Joon
f0b3766a46 Merge PR #2074: Reject duplicate storekey name 2018-08-21 15:49:06 +02:00
Christopher Goes
e2691d98fc 0.24.1 - Fix validator pubkey bug 2018-08-21 15:40:43 +02:00
Christopher Goes
1eadb510b8
Merge PR #1882: ICS 30 - Cosmos Signed Message Spec 2018-08-21 15:29:48 +02:00
Christopher Goes
80f791b23e
Merge pull request #2086 from cosmos/bucky/merge-master
Bucky/merge master
2018-08-21 15:20:54 +02:00
youjing
e04e52451b Modify PENDING.md for #2105 2018-08-21 20:23:53 +08:00
Christopher Goes
d8d17df2c5 Correctly set variables in Makefile 2018-08-21 14:22:41 +02:00
youjing
517682f17c fix Iterator leak, ref to https://github.com/cosmos/cosmos-sdk/issues/2105 2018-08-21 14:54:12 +08:00
Max Levy
bb473e98fb
Merge pull request #1 from maxim-levy/patch-5
The URL to abci-spec.md fixed
2018-08-21 14:29:00 +09:00
Jae Kwon
f076794c5a Fix bug introduced during merge 2018-08-20 21:55:23 -07:00
Greg Szabo
08318e3d25 ansible fixes for gaiad and gaiacli deployments 2018-08-20 15:34:06 -04:00
Alexander Bezobchuk
9dd8e28104
Remove cosmosSignBytesPassword 2018-08-20 15:15:25 -04:00
Christopher Goes
f18895532d Clarify which offenses utilize the slashing period 2018-08-20 18:37:16 +02:00
Christopher Goes
c9e5745cd7 Clarify example 2018-08-20 18:34:03 +02:00
Christopher Goes
d0c87ff5bc Go => pseudocode 2018-08-20 18:31:55 +02:00
Christopher Goes
da92b1bb1d h_n => h_n-1 2018-08-20 18:28:40 +02:00
Christopher Goes
6e3e57e23e Typos; tiny wording changes 2018-08-20 17:50:13 +02:00
Greg Szabo
1ffb2a1c03 DataDog update script 2018-08-20 11:46:27 -04:00
Christopher Goes
800ac2844e validator.Operator, sdk.Dec 2018-08-20 17:10:43 +02:00
Christopher Goes
98a5844310 Makefile phony; Gopkg.lock 2018-08-20 17:06:18 +02:00
Christopher Goes
b8d6465613 Conceptual overview & ASCII diagrams of slashing period 2018-08-20 16:58:24 +02:00
Christopher Goes
e3cb1e1274 Add safety note 2018-08-20 15:13:17 +02:00
Christopher Goes
94dc512034 Fix typos 2018-08-20 15:07:23 +02:00
Christopher Goes
79e3c05367 Revert "Changes WIP" - we decided not to do this
This reverts commit 21be609f52.
2018-08-20 15:01:18 +02:00
Christopher Goes
87ca812b0b Correctly read/write governance state 2018-08-20 12:47:04 +02:00
Max Levy
459f126e9b
The URL to abci-spec.md fixed
docs/abci-spec.md -> docs/app-dev/abci-spec.md
2018-08-20 11:29:03 +09:00
Max Levy
8747eaac7d
A URL to abci-spec.md fixed
/docs/abci-spec.md -> /docs/app-dev/abci-spec.md
2018-08-20 11:22:46 +09:00
Ethan Buchman
af73b885e7 Merge branch 'develop' into bucky/merge-master 2018-08-19 16:24:45 -04:00
Ethan Buchman
d5652d9676
Merge pull request #1991 from cosmos/release/v0.24.0
Release/v0.24.0
2018-08-19 15:51:21 -04:00
Alexander Bezobchuk
5794f3c3ce Merge PR #2083: Fix broken invariant of bonded validator power decrease 2018-08-18 13:41:12 +02:00
Federico Kunze
466e0c04d5 R4R: Update cli docs (#2076)
* Update cli docs, fixes #2026

* Fixed merge conflicts

* Updated chain_id
2018-08-17 18:49:57 +02:00
Alexander Bezobchuk
cf03076a0a Merge PR #2047: Fix Invalid Cliff Validator Power Comparison 2018-08-17 17:33:13 +02:00
Christopher Goes
b8cfc1e19f
Merge PR #2068: Minor simulation changes 2018-08-17 16:19:33 +02:00
Dev Ojha
8bb79d12ca Fix non-deterministic map iteration in fuzzer (#2069)
* This demonstrates that the state machine is non-deterministic if there
are more than two txs in a block.

* fix non-deterministic map iteration

* (squash this) fix build errors

* (squash this) iterate using range
2018-08-16 23:45:07 +02:00
Max Levy
bce09055b2 Merge PR #2058: comment fix
An outdated comment fixed to be less confusing.
2018-08-16 16:56:15 -04:00
Alessio Treglia
187bc1972a Merge PR #1950: Validator.Owner -> .Operator
* Rename --address-validator flag to --validator

See #1901

* Update PENDING.md

* Rename Validator.Owner -> Validator.Operator

See #1901
2018-08-16 16:47:59 -04:00
rigelrozanski
90e1c9fdb1 Merge branch 'rigel/piggy-bank-fee-spec' of https://github.com/cosmos/cosmos-sdk into rigel/piggy-bank-fee-spec 2018-08-16 16:41:57 -04:00
rigelrozanski
3c564c01b9 clearer names, missing commission logic 2018-08-16 16:41:32 -04:00
Aditya Sripal
c79e130d0f jae comments 2018-08-16 12:07:09 -07: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
Christopher Goes
3d50567034
Merge PR #1783: Slashing, validator set, and governance simulation 2018-08-16 17:36:15 +02:00
Zach
7b5ca5adbd duplicate/old CODEOWNERS (#2055) 2018-08-16 13:16:41 +02:00