Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CQL-Proxy And CQL-ETH-Bridge#359

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
auxten merged 76 commits intodevelopfromfeature/adapter
Aug 7, 2019
Merged

CQL-Proxy And CQL-ETH-Bridge#359

auxten merged 76 commits intodevelopfromfeature/adapter
Aug 7, 2019

Conversation

xq262144
Copy link
Contributor

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

Qi Xiao added30 commitsJune 24, 2019 18:28
@xq262144xq262144 changed the title[WIP] CQL-Proxy And CQL-ETH-BridgeCQL-Proxy And CQL-ETH-BridgeJul 5, 2019
@xq262144xq262144 requested review fromlaodouya,auxten andleventeliu and removed request forlaodouyaJuly 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
ContributorAuthor

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

@auxtenauxten 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 usedep ensure, usemake dep ordep ensure -add xxxPkg,dep ensure -update xxxPkg@laodouya@leventeliu

@auxtenauxten merged commit1ee09f3 intodevelopAug 7, 2019
@laodouyalaodouya deleted the feature/adapter branchAugust 7, 2019 06:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@auxtenauxtenauxten approved these changes

@laodouyalaodouyalaodouya approved these changes

@leventeliuleventeliuAwaiting requested review from leventeliu

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@xq262144@auxten@laodouya

[8]ページ先頭

©2009-2025 Movatter.jp