Skip to content
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

Progress with the eosgrpc client #1154

Merged
merged 24 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/unreleased/eosclientgrpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: add support for the protobuf interface to eos metadata

https://github.com/cs3org/reva/pull/1154
3 changes: 3 additions & 0 deletions changelog/unreleased/fab-merge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: Merge-rebase from master 10/11/2020

https://github.com/cs3org/reva/pull/1154
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ require (
github.com/tus/tusd v1.1.1-0.20200416115059-9deabf9d80c2
go.opencensus.io v0.22.5
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/grpc v1.33.2
)
Expand Down
54 changes: 34 additions & 20 deletions go.sum

Large diffs are not rendered by default.

Loading