FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CQL-Proxy And CQL-ETH-Bridge by xq262144 · Pull Request #359 · CovenantSQL/CovenantSQL · GitHub

CQL-Proxy And CQL-ETH-Bridge - #359

Merged
auxten merged 76 commits into
developfrom
feature/adapter
Aug 7, 2019
Merged

CQL-Proxy And CQL-ETH-Bridge#359
auxten merged 76 commits into
developfrom
feature/adapter

Conversation

Copy link
Copy Markdown
Contributor
  1. DBaaS Proxy server.
  2. ETH-CQL Particle exchange bridge.

xq262144 changed the title [WIP] CQL-Proxy And CQL-ETH-Bridge CQL-Proxy And CQL-ETH-Bridge Jul 5, 2019
xq262144 requested review from auxten, laodouya and leventeliu and removed request for laodouya July 5, 2019 03:37
Comment thread Makefile
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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Why we need do this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

auxten left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 merged commit 1ee09f3 into develop Aug 7, 2019
laodouya deleted the feature/adapter branch August 7, 2019 06:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL