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

CQL-Proxy And CQL-ETH-Bridge #359

Merged
merged 76 commits into from
Aug 7, 2019
Merged

CQL-Proxy And CQL-ETH-Bridge #359

merged 76 commits into from
Aug 7, 2019

Conversation

xq262144
Copy link
Contributor

  1. DBaaS Proxy server.
  2. ETH-CQL Particle exchange bridge.

@xq262144 xq262144 changed the title [WIP] CQL-Proxy And CQL-ETH-Bridge CQL-Proxy And CQL-ETH-Bridge Jul 5, 2019
@xq262144 xq262144 requested review from laodouya, auxten and leventeliu and removed request for laodouya July 5, 2019 03:37
dep:
dep ensure -v
rm -rfv ./vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/
cp -av "$${GOPATH}/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/" ./vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need do this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The dep program will treat the libsecp256k1 c package as a unused golang package and remove it on prune stage. However if we disable prune for the ethereum dependency, whole ethereum source code will be merged into CovenantSQL. So a manually code sync is required.

Copy link
Contributor

@auxten auxten left a comment

Choose a reason for hiding this comment

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

Okey, but after that we should not use dep ensure, use make dep or dep ensure -add xxxPkg, dep ensure -update xxxPkg @laodouya @leventeliu

@auxten auxten merged commit 1ee09f3 into develop Aug 7, 2019
@laodouya laodouya deleted the feature/adapter branch August 7, 2019 06:42
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.

None yet

3 participants