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

Coin #312

Merged
merged 10 commits into from
Dec 21, 2017
Merged

Coin #312

merged 10 commits into from
Dec 21, 2017

Conversation

ebuchman
Copy link
Member

@ebuchman ebuchman commented Dec 20, 2017

Some cleanup to get things to build.

types/context.go Outdated
@@ -18,7 +18,7 @@ func NewContext(header abci.Header, isCheckTx bool, txBytes []byte) Context {
}
c = c.setBlockHeader(header)
c = c.setBlockHeight(header.Height)
c = c.setChainID(header.ChainId)
c = c.setChainID(header.ChainID)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL. Blame protobuf. I don't know if we can force the name change, maybe gogo lets us do that too ...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh haha you did it! #hero

@jaekwon jaekwon merged this pull request into sdk2-kvstore-tests Dec 21, 2017
jaekwon pushed a commit that referenced this pull request Dec 21, 2017
* wip: tests and fixes for kvstore iteration
* update for latest tmlibs
* types compiles
* x/coin almost compiles
* x/coin: move things out of the way so it builds
* rebase fixes
* update glide
* add test for ChainDecorators
jaekwon pushed a commit that referenced this pull request Dec 21, 2017
* wip: tests and fixes for kvstore iteration
* update for latest tmlibs
* types compiles
* x/coin almost compiles
* x/coin: move things out of the way so it builds
* rebase fixes
* update glide
* add test for ChainDecorators
@zramsay zramsay deleted the coin branch December 21, 2017 11:38
faddat referenced this pull request in notional-labs/cosmos-sdk Aug 21, 2022
…312)

* added new constructor for genesis supply that matches upstream

* moved to decorator pattern
rootulp referenced this pull request in rootulp/cosmos-sdk May 17, 2023
chore: upgrade to celestia-core v1.18.0-tm-v0.34.27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants