-
Notifications
You must be signed in to change notification settings - Fork 327
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
regeneration of app #127
Merged
Merged
regeneration of app #127
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
80b15c7
delete old generated app
evan-forbes 95e3396
update proto to use tendermint instead of celestia-core
evan-forbes be7e421
regenerate and adjust application
evan-forbes 62eb22f
use cosmoscmd instead of copying everything over
evan-forbes f7ae201
regenerate and adjust module boilerplate
evan-forbes e7556f7
copy over and adjust client code
evan-forbes 0e77e38
copy over and adjust core WirePayForMessage along with SignedTransact…
evan-forbes 954ec17
use go 1.17
evan-forbes cfc7199
linter
evan-forbes 9fc9028
replace missed go versions
evan-forbes 8c288c1
clean up test
evan-forbes ef9aab1
stop using the governace module
evan-forbes 0d0b88a
delete unsused files
evan-forbes 5ca9dc2
shorten address prefix
evan-forbes 83044f3
update go mod tag to use sdk v0.44.1-celestia
evan-forbes bcabdfa
change permissions back from starport generation
evan-forbes 0ebad95
Merge branch 'evan/regenerate-app' of github.com:celestiaorg/lazyledg…
evan-forbes b51edd2
delete unused error
evan-forbes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- run: make build | ||
|
@@ -34,7 +34,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- name: Install runsim | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v5 | ||
|
@@ -77,7 +77,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v5 | ||
|
@@ -105,7 +105,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v5 | ||
|
@@ -133,7 +133,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Unshallow | ||
run: git fetch --prune --unshallow | ||
- name: Create release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- name: Display go version | ||
run: go version | ||
- name: install tparse | ||
|
@@ -38,7 +38,7 @@ jobs: | |
# - uses: actions/checkout@v2 | ||
# - uses: actions/[email protected] | ||
# with: | ||
# go-version: 1.15 | ||
# go-version: 1.17 | ||
# - name: Display go version | ||
# run: go version | ||
# - uses: technote-space/get-diff-action@v5 | ||
|
@@ -91,7 +91,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- uses: technote-space/get-diff-action@v5 | ||
with: | ||
PATTERNS: | | ||
|
@@ -169,7 +169,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.15 | ||
go-version: 1.17 | ||
- uses: technote-space/get-diff-action@v5 | ||
with: | ||
PATTERNS: | | ||
|
@@ -235,7 +235,7 @@ jobs: | |
# - uses: actions/checkout@v2 | ||
# - uses: actions/[email protected] | ||
# with: | ||
# go-version: 1.15 | ||
# go-version: 1.17 | ||
# - uses: technote-space/get-diff-action@v5 | ||
# id: git_diff | ||
# with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will have to be replaced as soon as we use a newer version of the sdk (see comment).