Merge branch 'develop' into joon/ibc-mvp1

This commit is contained in:
Joon 2018-03-19 22:14:13 +01:00 committed by GitHub
commit 7e4e164518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -11,9 +11,10 @@ examples/basecoin/app/data
baseapp/data/*
docs/_build
.DS_Store
coverage.txt
profile.out
.vscode
### Vagrant ###
.vagrant/
*.box

View File

@ -53,6 +53,7 @@ type EgressKey struct {
DestChain string
Index int64
}
```
`egressKey` stores the outgoing `IBCTransfer`s as a list. Its getter takes an