rigelrozanski
5e5fad4548
txs
2018-08-14 13:45:13 -04:00
Aleksandr Bezobchuk
f252f3e36c
Update Cosmos signed messages ICS doc
...
- Address PR comments
- Fix markdown lint errors
2018-08-14 13:36:51 -04:00
Christopher Goes
21be609f52
Changes WIP
2018-08-14 19:04:57 +02:00
Christopher Goes
a2463d038b
Clarify points from PR review
2018-08-14 18:04:32 +02:00
Christopher Goes
32263ffe4d
Merge branch 'develop' into cwgoes/slashing-period-spec
2018-08-14 17:56:46 +02:00
Christopher Goes
52475b1684
Fix minor typos
2018-08-14 11:31:39 +02:00
Avi Saranga
0adbd60dfa
Merge PR #1989 : Openbsd support
2018-08-14 10:39:27 +02:00
Dev Ojha
9997ea2243
Merge PR #2016 : dep: Fix error with scratch directory
...
If dep already sees its scratch directory (.vendor-new), dep ensure fails. This rm -rf's that directory so make get_vendor_deps doesn't fail.
2018-08-14 10:35:08 +02:00
Matthew Slipper
8fa2c3b4ea
Merge PR #1984 : Replace _ with - in command names
...
Closes #1955
2018-08-14 10:23:42 +02:00
Jack Zampolin
1ae546610c
Merge pull request #2013 from cosmos/dev/fix_non_determinism_storekey
...
Rename transient store key to be a unique key.
2018-08-13 19:08:59 -07:00
ValarDragon
165fdf4a07
(squash this) Add PR ref in changelog
2018-08-13 18:26:16 -07:00
ValarDragon
0d41026a0a
Rename transient store key to be a unique key.
...
This caused an error with non-determinism between nodes with same
gaiad version and genesis.
2018-08-13 15:13:37 -07:00
Federico Kunze
63713c9378
Merge pull request #2000 : tests for staking lcd
...
* Added tests for Delegator Validators routes
* Updated tests for undelegations
* Updated Gaia-lite docs
* Updated PENDING.md
* Updated comments
* Deleted more comments
* Add spacing
2018-08-13 18:06:48 -04:00
Jack Zampolin
c9cbb0b094
Merge PR #2010 : Add RELEASE_TEST_SCRIPT.md
2018-08-13 21:41:07 +02:00
Dev Ojha
1854430e7b
makefile: Improve error message when LEDGER_ENABLED=True & no gcc ( #2008 )
...
Closes #2005
2018-08-13 20:42:38 +02:00
Juan Leni
61b49d560f
Merge PR #2003 : Update upstream Ledger Go client
2018-08-13 18:16:41 +02:00
Juan Leni
36b54e190f
Merge PR #2003 : Update upstream Ledger Go client
2018-08-13 18:15:54 +02:00
Christopher Goes
8b7d6e0979
Update state machine, contd.
2018-08-13 17:52:58 +02:00
Ethan Buchman
1cb89b958b
update pending
2018-08-13 11:14:01 -04:00
Christopher Goes
2445718295
State machine contd.
2018-08-13 17:03:39 +02:00
Ethan Buchman
e64a5538e4
update changelog, reset pending
2018-08-13 10:48:03 -04:00
Ethan Buchman
d3322052db
update pending.md
2018-08-13 10:48:03 -04:00
Christopher Goes
07a7db7fda
Update links
2018-08-13 16:12:59 +02:00
Christopher Goes
a8af4a4fad
End block to begin block, add README
2018-08-13 16:04:35 +02:00
Christopher Goes
0b2bf8f3a0
Set SignedBlocksWindow to 10000 per @zmanian instructions
2018-08-13 15:56:40 +02:00
Christopher Goes
53fa4a28dc
Start update of state-machine.md
2018-08-13 15:55:30 +02:00
Christopher Goes
ff01cbb093
Update state.md
2018-08-13 15:48:23 +02:00
Christopher Goes
a56117ee74
Stage onto release/v0.24.0 ( #1999 )
...
* Set SignedBlocksWindow back to 1000
* Merge PR #1995 : upgrading ledger goclient lib
* Update version/version.go
2018-08-13 09:41:53 -04:00
Christopher Goes
98a278d564
Reorganize sections
2018-08-13 14:56:10 +02:00
Christopher Goes
84e9b215b2
Fix typo
2018-08-13 14:54:42 +02:00
Christopher Goes
4f8c9e4917
Update transactions.md
2018-08-13 14:51:01 +02:00
Juan Leni
1a64c8747c
Merge PR #1995 : upgrading ledger goclient lib
2018-08-13 13:21:05 +02:00
Zach
f18c01d291
Merge PR #1994 : Delete install.md
2018-08-13 13:15:01 +02:00
Ethan Buchman
59acfe857f
WIP: reorg PENDING.md
2018-08-12 20:11:08 -04:00
Ethan Buchman
0ab00c8e87
update go-amino dep
2018-08-12 20:10:40 -04:00
Greg Szabo
68c9214721
DataDog log gathering ( #1931 )
...
* Added datadog service log gathering
* Updated PENDING.md
* monitoring script fixes so logs don't fill the disk space
2018-08-12 03:38:53 -04:00
gamarin2
c5fcc9b65f
Add SDK_By_Examples to doc ( #1795 )
...
* Add simple gov example and sdk-by-example folder
* Add simple gov example
* Add simple gov example and sdk-by-example folder
* Add simple gov example
* fix sectino title
* Jb feedback + Offload some of the content in other docs
* Add what is cosmos back
* platform to framewoork
* Reemove testnet
2018-08-12 03:37:26 -04:00
Dev Ojha
b2a4aecc44
Upgrade to tm version 23.0. ( #1927 )
...
* Start upgrade. Currently go test ./... hangs.
* (squash this) Fix staking tests
* wip
* note what changes need to be made to make this work on tm v0.23.0
* Fix addr -> pubkey map
* cleanup code
* Fix slashing test failures except for begin blocker
* fix all slashing tests
* fix lcd tests
* Address PR comments
* add link to changelog.
* (wip) start making addrToPubkey map persisted. Since amino can't handle maps,
we have to change from what this commit is doing.
* Use the correct method of storing a map
* (squash this) address PR comments
* Did you run 'make'?
* remove gaiadebug binary
2018-08-12 03:33:48 -04:00
Ethan Buchman
691048c88a
Merge pull request #1917 from gamarin2/update_val_faq
...
Update validator faq
2018-08-12 03:32:59 -04:00
Ethan Buchman
243fa20558
Merge pull request #1985 from cosmos/cwgoes/stage
...
Merge master into develop on staging branch
2018-08-12 01:56:34 -04:00
Jae Kwon
a9800a92ae
Fix slashing test to reflect SlashFractionDowntime param
2018-08-12 01:08:35 -04:00
Jae Kwon
77d02e348e
fixed proposaltype string bug ( #1829 )
...
* fixed proposaltype string bug
2018-08-12 01:05:08 -04:00
Zach
69dd371df3
networks: clean up & some fixes to prepare for docs ( #1986 )
...
* networks: update ports
* networks: organize some files, convert rst to md
* networks: rm old readme
* networks: more little fixes
2018-08-11 17:10:54 -04:00
Christopher Goes
8f05d052f2
Merge branch 'master' into cwgoes/stage
2018-08-11 15:04:28 +02:00
Fabian
1479a35e5e
Merge PR #1949 : Fixed delegations endpoint
2018-08-10 15:41:01 +02:00
Alessio Treglia
831435ccc0
Merge PR #1948 : enable indexing of all tags by default
2018-08-10 15:40:21 +02:00
Aleksandr Bezobchuk
6675be23d2
Add proposed status
2018-08-09 15:02:50 -04:00
Aleksandr Bezobchuk
aa01e9954c
Simply Cosmos signed message spec (using TM canonical JSON)
2018-08-09 11:35:22 -04:00
rigelrozanski
e7ebe35b0a
updating transactions
2018-08-09 00:34:19 -04:00
rigelrozanski
5285489977
general updates
2018-08-08 23:43:40 -04:00