-
Notifications
You must be signed in to change notification settings - Fork 205
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
Feat/outport refactor #5142
Feat/outport refactor #5142
Conversation
…-2023 Merge rc into outport 21 mar 2023
…nterface # Conflicts: # factory/processing/processComponents.go # go.mod # go.sum # outport/factory/outportFactory_test.go # outport/process/alteredaccounts/alteredAccountsProvider.go # outport/process/alteredaccounts/alteredAccountsProvider_test.go
…terface Refactor outport driver
Co-authored-by: Sorin Stanculeanu <34831323+sstanculeanu@users.noreply.github.com>
# Conflicts: # api/groups/blockGroup_test.go # factory/processing/export_test.go # factory/processing/processComponents_test.go # go.mod # go.sum # testscommon/components/components.go
New `web-sockets` connector
Merge rc 1 6 into outport3
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## rc/v1.6.0 #5142 +/- ##
=============================================
+ Coverage 70.87% 79.67% +8.80%
=============================================
Files 664 685 +21
Lines 86187 88635 +2448
=============================================
+ Hits 61081 70616 +9535
+ Misses 20516 12852 -7664
- Partials 4590 5167 +577
☔ View full report in Codecov by Sentry. |
Latest indexer version
@@ -13,10 +13,10 @@ require ( | |||
github.com/google/gops v0.3.18 | |||
github.com/gorilla/websocket v1.5.0 | |||
github.com/mitchellh/mapstructure v1.5.0 | |||
github.com/multiversx/mx-chain-communication-go v0.0.0-20230512095548-5bc637293104 | |||
github.com/multiversx/mx-chain-core-go v1.2.4-0.20230517135533-2e54a17cd912 | |||
github.com/multiversx/mx-chain-communication-go v1.0.0 |
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.
👍
github.com/multiversx/mx-chain-communication-go v0.0.0-20230512095548-5bc637293104 | ||
github.com/multiversx/mx-chain-core-go v1.2.4-0.20230517135533-2e54a17cd912 | ||
github.com/multiversx/mx-chain-communication-go v1.0.0 | ||
github.com/multiversx/mx-chain-core-go v1.2.4 |
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.
👍
github.com/multiversx/mx-chain-crypto-go v1.2.6 | ||
github.com/multiversx/mx-chain-es-indexer-go v1.4.2-0.20230518130444-97e3775aa0ff | ||
github.com/multiversx/mx-chain-es-indexer-go v1.4.3 |
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.
👍
Reasoning behind the pull request
WebSocket
driver. The new drivers now support sending messages marshaled withjson
marshaller or thegogo proto
marshalled.WebSocketHost
implementation can run in modeserver
orclient
.Proposed changes
WebSocket
client/server implementation was moved to a separate repository: https://github.com/multiversx/mx-chain-communication-go/tree/main/websocketPre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?