Skip to content

Split main package so contract can be exported#25

Open
Sriep wants to merge 13 commits intomasterfrom
split-main
Open

Split main package so contract can be exported#25
Sriep wants to merge 13 commits intomasterfrom
split-main

Conversation

@Sriep
Copy link

@Sriep Sriep commented Mar 20, 2019

No description provided.

Makefile Outdated
github.com/loomnetwork/weave-blueprint/src \
gopkg.in/check.v1
cd $(GO_ETHEREUM_DIR) && git checkout master && git pull && git checkout $(ETHEREUM_GIT_REV)
cd $(SRC_DIR) && git checkout split-main && git pull origin split-main
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't make sense to me, why would you go get the current package, and also check it out?

Copy link
Author

@Sriep Sriep Apr 30, 2019

Choose a reason for hiding this comment

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

I think this is tempory so the plugin can be exported. For this, we need the split-main branch built rather than the main one.so it plays nice with loomchian.
split-main moves the contract out of the main package into the blueprint package so it can be exported.
After split-main has been merged into master for the first time, then this line #79 can be removed.

@enlight enlight force-pushed the split-main branch 2 times, most recently from 0549f7d to 7b55ff8 Compare May 8, 2019 14:12
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