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

chore: Create cosmos-sdk branch that uses Celestia and is based on v.0.44.0 of upstream #34

Merged
merged 8 commits into from
Oct 3, 2021

Commits on Jan 12, 2021

  1. Merge pull request #11 from lazyledger/evan/update-to-v0.40.0

    Update from upstream (after v0.40.0)
    evan-forbes committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2b01560 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    970f74a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Replace tendermint with lazyledger-core (#13)

    * manually swith to lazyledger-core
    
    * manually replace tendermint with lazyledger-core in all proto files
    
    update proto to lazyleder-core
    
    * baseapp: delete old tendermint abci method
    
    * baseapp: partially implement new ABCI method
    
    baseapp: add todo for PreprocessTxs docs
    
    * bubble new error, switch to field instead of method, and replace old tendermint function with std lib
    
    go mod tidy
    
    * server: fixed bug that stops config from being unmarshalled by viper
    
    * fix tag to allow for proper unmarshalling
    
    * regenerate proto bindings
    
    * use the latest version of lazyledger-core to fix the grpc versioning issue causing panics
    
    * add template test for the new abci method
    
    finish doc sentence
    
    * update changelog
    
    * running gofmt -s
    evan-forbes committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3addd7f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. use celestiaorg instead of lazyledger (#28)

    * use celestiaorg instead of lazyledger
    
    * try some changes to fix go mod
    
    * use older version of golang/mock in order to get tests to pass
    
    * use the branch of celestia-core that restores some unused code (will use master later)
    
    * regenerate proto files
    
    * fix links
    
    Co-authored-by: Nguyen Nhu Viet <braveryandglory@gmail.com>
    
    * use latest commit of celestia-core
    
    * add version that was somehow missing?
    
    Co-authored-by: Nguyen Nhu Viet <braveryandglory@gmail.com>
    evan-forbes and Bidon15 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    42cf598 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. fix: removed potential sources of non-determinism in upgrades (backport

    cosmos#10189) (cosmos#10253)
    
    * fix: removed potential sources of non-determinism in upgrades (cosmos#10189)
    
    forced deterministic iteration order in upgrade migrations, x/upgrade and store during upgrades
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    (cherry picked from commit f757c90)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    3 people committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    89be5a2 View commit details
    Browse the repository at this point in the history
  2. chore: v0.44.1 release notes and changelog (cosmos#10261)

    * CL: create v0.44.1
    
    * Add releaes notes
    
    * Update date
    
    * Update RELEASE_NOTES.md
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    
    * mark abci.QueryRequest as bugfix
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    8a73b26 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    e7eb68a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aada8f6 View commit details
    Browse the repository at this point in the history