-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update for RC6 chain and GSRPC versions #1439
Conversation
@@ -148,13 +148,6 @@ type Events struct { | |||
ChainBridge_RelayerAdded []EventRelayerAdded //nolint:stylecheck,golint | |||
ChainBridge_RelayerThresholdChanged []EventRelayerThresholdChanged //nolint:stylecheck,golint | |||
Nfts_DepositAsset []EventNFTDeposited //nolint:stylecheck,golint | |||
Council_Proposed []types.EventCollectiveProposed //nolint:stylecheck,golint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already part of GSRPC events
@@ -1,7 +1,7 @@ | |||
version: '3' | |||
services: | |||
cc: | |||
image: "centrifugeio/centrifuge-chain:20200625211147-5e0e5e1" | |||
image: "centrifugeio/centrifuge-chain:20200928161532-a960a81" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RC6 image
Codecov Report
@@ Coverage Diff @@
## develop #1439 +/- ##
===========================================
- Coverage 66.94% 66.92% -0.03%
===========================================
Files 167 167
Lines 10613 10614 +1
===========================================
- Hits 7105 7103 -2
- Misses 2739 2742 +3
Partials 769 769
Continue to review full report at Codecov.
|
@mikiquantum looks like there is another PR with substrate v2.0.0 changes centrifuge/go-substrate-rpc-client#100. Is it worth the time to wait for that to get in and update this accordingly ? |
@vedhavyas I would not, since that version might not be compatible with our chain. |
This reverts commit 7b26e2e. modified: .travis.yml modified: build/scripts/docker/docker-compose-bridge.yml modified: build/scripts/docker/docker-compose-cc.yml deleted: build/scripts/test-dependencies/bridge/config/config.example.json new file: build/scripts/test-dependencies/bridge/config/config.example.toml modified: build/scripts/test-dependencies/bridge/create_config.sh modified: centchain/api.go modified: centchain/events.go modified: go.mod modified: go.sum modified: resources/data.go
* Use temp fix for indices * Revert "Fix Docker subkey (#1440)" This reverts commit 2381280. modified: Dockerfile * Revert "Update for RC6 chain and GSRPC versions (#1439)" This reverts commit 7b26e2e. modified: .travis.yml modified: build/scripts/docker/docker-compose-bridge.yml modified: build/scripts/docker/docker-compose-cc.yml deleted: build/scripts/test-dependencies/bridge/config/config.example.json new file: build/scripts/test-dependencies/bridge/config/config.example.toml modified: build/scripts/test-dependencies/bridge/create_config.sh modified: centchain/api.go modified: centchain/events.go modified: go.mod modified: go.sum modified: resources/data.go
No description provided.