Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gaia #4347

Merged
merged 49 commits into from
May 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b3853cc
Start working on gaia removal
alessio May 18, 2019
81ea0fc
Update Makefile
alessio May 16, 2019
05b7cf1
Leave runsim here
alessio May 16, 2019
4a78879
Try to fix circleci build
alessio May 16, 2019
95fd16d
Remove localnet
alessio May 16, 2019
db6143e
Remove leftover
alessio May 16, 2019
36fa34f
Fix runsim target
alessio May 16, 2019
4681aab
Don't build docker images
alessio May 16, 2019
744346f
Fix sims
alessio May 16, 2019
12a851a
Fix runsim
alessio May 16, 2019
c4a46da
Damn you, typos
alessio May 16, 2019
76aa94e
Rename gaia/app -> simapp
alessio May 16, 2019
2b01ed8
Update circleci config
alessio May 16, 2019
fc8c128
Fix makefile sims targets
alessio May 17, 2019
aa5f7bb
Fix circleci config
alessio May 17, 2019
ff18adf
Makefile-style variable
alessio May 17, 2019
62d668e
Run executable with full path
alessio May 17, 2019
dd3f035
Fix test_sim_gaia_nondeterminism
alessio May 17, 2019
d809ff8
Stupid mistake
alessio May 17, 2019
9fb3bde
Update clog config file, removed gaia* entries
alessio May 17, 2019
3b757a3
Remove docker-compose.yml
alessio May 17, 2019
cf0b4f7
Remove unnecessary localnet script
alessio May 17, 2019
51fd02c
Remove unnecessary script
alessio May 17, 2019
8577182
Update CLI example text
alexanderbez May 17, 2019
1662995
More removals of gaia
alexanderbez May 17, 2019
234ae25
More updates
alexanderbez May 17, 2019
e42bc77
Update mintkey.go
alexanderbez May 17, 2019
6c9ec2e
Rename GaiaApp
alexanderbez May 17, 2019
1b50238
Update test_util.go
alexanderbez May 17, 2019
5eb406a
More removal of gaia
alexanderbez May 17, 2019
f28965f
More updates
alexanderbez May 17, 2019
10bfb26
Update delete.go
alexanderbez May 17, 2019
9bf8b01
Update errors.go
alexanderbez May 17, 2019
9262c04
Update genesis.go
alexanderbez May 17, 2019
c982768
Update root.go
alexanderbez May 17, 2019
19bae75
Update toml.go
alexanderbez May 17, 2019
920586a
Update config.go
alexanderbez May 17, 2019
6d2a3d2
Update util.go
alexanderbez May 17, 2019
8f2ace7
Fix sims failure due to GaiaApp -> SimApp renaming
alessio May 17, 2019
9d123fc
Remove few things:
alessio May 17, 2019
789c36e
Update init_test.go
alexanderbez May 17, 2019
5d985b6
Update simulation and CI
alexanderbez May 17, 2019
9652681
Update config.yml
alexanderbez May 17, 2019
2a40b9c
Update Makefile
alexanderbez May 17, 2019
6cdf7db
Update test_cover.sh
alexanderbez May 17, 2019
85db651
Update util.go
alexanderbez May 17, 2019
2372f22
Cleanup makefile
alessio May 18, 2019
c3c04a7
Add pending entry
alessio May 18, 2019
93f2ae3
Reintroduce cef788042b48ec84c8884a7e5ad4ee4fb74acc9e
alessio May 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More updates
  • Loading branch information
alexanderbez authored and alessio committed May 18, 2019
commit 234ae251f54a2bfb9062108ca52d4cc542f1ec43
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ v Please also ensure that this is not a duplicate issue :)

## Version

<!-- Output from `gaiad version --long` and `gaiacli version --long` -->
<!-- git commit hash -->

## Steps to Reproduce

Expand Down
2 changes: 1 addition & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (app *BaseApp) initFromMainStore(baseKey *sdk.KVStoreKey) error {
app.setConsensusParams(consensusParams)
}

// needed for `gaiad export`, which inits from store but never calls initchain
// needed for the export command which inits from store but never calls initchain
app.setCheckState(abci.Header{})
app.Seal()

Expand Down