Skip to content

Commit

Permalink
Revert "Merge PR #1232: Bucky/gaiadebug"
Browse files Browse the repository at this point in the history
This reverts commit 37bba35.
  • Loading branch information
cwgoes committed Jun 13, 2018
1 parent 37bba35 commit 219a16c
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 3,929 deletions.
21 changes: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FIXES

## 0.18.0

*June 9, 2018*
_2018-06-05_

BREAKING CHANGES

Expand Down Expand Up @@ -87,27 +87,8 @@ BUG FIXES
* query sequence via account store
* fixed duplicate pub_key in stake.Validator
* Auto-sequencing now works correctly
* [gaiacli] Fix error message when account isn't found when running gaiacli account


## 0.17.5

*June 5, 2018*

Update to Tendermint v0.19.9 (Fix evidence reactor, mempool deadlock, WAL panic,
memory leak)

## 0.17.4

*May 31, 2018*

Update to Tendermint v0.19.7 (WAL fixes and more)

## 0.17.3

*May 29, 2018*

Update to Tendermint v0.19.6 (fix fast-sync halt)

## 0.17.5

Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ install_examples:
go install $(BUILD_FLAGS) ./examples/democoin/cmd/democoind
go install $(BUILD_FLAGS) ./examples/democoin/cmd/democli

install_debug:
go install $(BUILD_FLAGS) ./cmd/gaia/cmd/gaiadebug

dist:
@bash publish/dist.sh
@bash publish/publish.sh
Expand Down Expand Up @@ -160,4 +157,4 @@ remotenet-status:
# To avoid unintended conflicts with file names, always add to .PHONY
# unless there is a reason not to.
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
.PHONY: build build_examples install install_examples install_debug dist check_tools get_tools get_vendor_deps draw_deps test test_cli test_unit test_cover test_lint benchmark devdoc_init devdoc devdoc_save devdoc_update remotenet-start remotenet-stop remotenet-status
.PHONY: build build_examples install install_examples dist check_tools get_tools get_vendor_deps draw_deps test test_cli test_unit test_cover test_lint benchmark devdoc_init devdoc devdoc_save devdoc_update remotenet-start remotenet-stop remotenet-status
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ master | [![CircleCI](https://circleci.com/gh/cosmos/cosmos-sdk/tree/master.s

**Note**: Requires [Go 1.10+](https://golang.org/dl/)

## Testnet

For more information on connecting to the testnet, see
[cmd/gaia/testnets](/cmd/gaia/testnets)

For the latest status of the testnet, see the [status
file](/cmd/gaia/testnets/STATUS.md).


## Overview

Expand Down
7 changes: 3 additions & 4 deletions client/lcd/lcd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,9 @@ func TestBonding(t *testing.T) {

// TODO fix shares fn in staking
// query sender
//acc := getAccount(t, sendAddr)
//coins := acc.GetCoins()
//assert.Equal(t, int64(98), coins.AmountOf(coinDenom))

//acc = getAccount(t, port, addr)
//coins = acc.GetCoins()
//assert.Equal(t, int64(70), coins.AmountOf(denom))
}

//_____________________________________________________________________________
Expand Down
243 changes: 0 additions & 243 deletions cmd/gaia/cmd/gaiadebug/hack.go

This file was deleted.

Loading

0 comments on commit 219a16c

Please sign in to comment.