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

prepare for rc0 release #231

Merged
merged 9 commits into from
Jul 7, 2021
Merged

Commits on Jul 5, 2021

  1. Fix/channel open/close events (#220)

    * fix: moving  event to keeper function instead of rpc handler
    
    * refactor: removing unnecessary handler
    
    * refactor: delete channel handler file
    
    * Apply suggestions from code review
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    2 people authored and colin-axner committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    efe0e24 View commit details
    Browse the repository at this point in the history
  2. ibc: fix metrics (#223)

    alexanderbez authored and colin-axner committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    11bf73b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. add missing changelog entries (#230)

    * add missing changelog entries
    
    * add missing entry
    colin-axner committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8446bb6 View commit details
    Browse the repository at this point in the history
  2. Fix missing events in OnRecvPacket (#233)

    * fix to set events to the original context
    
    * Update modules/core/keeper/msg_server.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5cc1816 View commit details
    Browse the repository at this point in the history
  3. bump SDK dependency to v0.43.0-rc0 (#229)

    Co-authored-by: Aditya <adityasripal@gmail.com>
    colin-axner and AdityaSripal committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    383a3e8 View commit details
    Browse the repository at this point in the history
  4. Sentinel Root Fix (#234)

    * fix sentinel value
    
    * add godoc and test
    
    * fix grammar
    
    * add changelog
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    AdityaSripal and colin-axner committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    449847b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    5d0cb6c View commit details
    Browse the repository at this point in the history
  2. ensure latest height revision number matches chain id revision number (

    …#241)
    
    * ensure latest height revision number matches chain id revision number
    
    fix tests as well
    
    * add changelog
    
    * Update modules/light-clients/07-tendermint/types/client_state_test.go
    
    * Update modules/light-clients/07-tendermint/types/client_state_test.go
    
    * address review suggestions
    colin-axner committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bc5c659 View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    colin-axner committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0b1af4d View commit details
    Browse the repository at this point in the history