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

ICS 20 implementation cleanup work #5602

Merged
merged 7 commits into from
Feb 3, 2020

Conversation

cwgoes
Copy link
Contributor

@cwgoes cwgoes commented Feb 3, 2020

(merging to other branch)

@cwgoes cwgoes added x/ibc Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. T: State Machine Breaking State machine breaking changes (impacts consensus). labels Feb 3, 2020
fedekunze and others added 7 commits February 3, 2020 12:29
* simulation docs

* update docs with the latest simulation changes

* minor imporvments

* clean up of simulation.md

* expand section on weights

* minor reword

* minor wording fix

Co-authored-by: Marko <[email protected]>
@cwgoes cwgoes force-pushed the cwgoes/ics-20-impl-cleanup-work branch from 2716a00 to 339dd38 Compare February 3, 2020 11:30
@cwgoes cwgoes changed the base branch from ibc-alpha to jack/ics-20 February 3, 2020 11:30
@codecov
Copy link

codecov bot commented Feb 3, 2020

Codecov Report

Merging #5602 into ibc-alpha will increase coverage by 0.51%.
The diff coverage is 69.98%.

Impacted file tree graph

@@              Coverage Diff              @@
##           ibc-alpha    #5602      +/-   ##
=============================================
+ Coverage       54.2%   54.71%   +0.51%     
=============================================
  Files            372      375       +3     
  Lines          22326    22393      +67     
=============================================
+ Hits           12101    12253     +152     
+ Misses          9364     9278      -86     
- Partials         861      862       +1
Impacted Files Coverage Δ
x/genutil/client/cli/migrate.go 71.92% <ø> (ø) ⬆️
x/ibc/20-transfer/types/msgs.go 100% <ø> (ø) ⬆️
x/auth/exported/exported.go 100% <ø> (ø) ⬆️
x/auth/ante/fee.go 77.77% <ø> (+5.05%) ⬆️
simapp/genesis_account.go 100% <ø> (ø) ⬆️
x/auth/client/tx.go 14.64% <ø> (+1.58%) ⬆️
x/auth/types/genesis.go 73.52% <ø> (+3.25%) ⬆️
client/context/context.go 2.22% <ø> (+0.45%) ⬆️
x/bank/internal/types/msgs.go 97.22% <ø> (ø) ⬆️
x/ibc/04-channel/keeper/timeout.go 0% <0%> (ø) ⬆️
... and 65 more

@cwgoes cwgoes marked this pull request as ready for review February 3, 2020 11:40
@cwgoes cwgoes merged commit 05fee3f into jack/ics-20 Feb 3, 2020
@cwgoes cwgoes deleted the cwgoes/ics-20-impl-cleanup-work branch February 3, 2020 11:40
fedekunze added a commit that referenced this pull request Feb 20, 2020
* Add comments, remove unused code and attempt to point to places where the spec is being implemented

* close channel when transfer fails

* rename packer data transfer to align to spec; refactor table tests

* ICS 20 implementation cleanup work (#5602)

* Simulation docs (#5033)

* simulation docs

* update docs with the latest simulation changes

* minor imporvments

* clean up of simulation.md

* expand section on weights

* minor reword

* minor wording fix

Co-authored-by: Marko <[email protected]>

* Merge PR #5597: Include Amount in Complete Unbonding/Redelegation Events

* Add bank alias for gaia

* Moar bank alias gaia

* Moar bank alias gaia

* Call `TimeoutExecuted`, add wrappers

* Remove unused `MsgRecvPacket`

Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Alexander Bezobchuk <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>

* Merge PR #5603: Remove acknowledgement interface in favour of []byte

* fixes and cleanup

* spec compliance

* refactor relay prefixes and tests

* Fix test compilation

* cleanup; add notes and additional test case

* Receive transfer test

* Apply suggestions from code review

Co-Authored-By: Bot from GolangCI <[email protected]>

* Fix autolinter application

* Add testcase with incorrect prefix

* golangcibot fixes

* delete extra comment

Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Christopher Goes <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Alexander Bezobchuk <[email protected]>
Co-authored-by: Bot from GolangCI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: State Machine Breaking State machine breaking changes (impacts consensus). Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants