Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

New GSRPC and chain rc6 version#528

Merged
ansermino merged 5 commits into
ChainSafe:masterfrom
mikiquantum:up/rc6
Oct 5, 2020
Merged

New GSRPC and chain rc6 version#528
ansermino merged 5 commits into
ChainSafe:masterfrom
mikiquantum:up/rc6

Conversation

@mikiquantum

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread Dockerfile Outdated
FROM debian:stretch-slim
RUN apt-get -y update && apt-get -y upgrade && apt-get install ca-certificates wget -y
RUN wget -P /usr/local/bin/ https://chainbridge.ams3.digitaloceanspaces.com/subkey && chmod +x /usr/local/bin/subkey
RUN wget -P /usr/local/bin/ https://storage.googleapis.com/centrifuge-dev-public/subkey-rc6 \

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.

@ansermino Replace with the ChainSafe bucket

Comment thread docker-compose-e2e.yml Outdated

sub-chain:
image: "chainsafe/chainbridge-substrate-chain:v1.0.0"
image: "chainsafe/chainbridge-substrate-chain:20201002151123-2ed14d7"

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.

Replace with image deployed, based on ChainSafe/chainbridge-substrate-chain#25

Comment thread e2e/fungible_test.go
expectedEthBalance = ethtest.Erc20BalanceOf(t, ctx.ethA.Client, ctx.ethA.TestContracts.Erc20Sub, ethRecipient)
expectedSubBalance = subtest.BalanceOf(t, ctx.subClient, subRecipient)
feePerTx := big.NewInt(10143)
feePerTx := big.NewInt(125000143)

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.

RC6 new weights

@ansermino ansermino merged commit 4a8a466 into ChainSafe:master Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants