Skip to content

Commit

Permalink
feat: venus-shared: Expose RPC client options (#4756)
Browse files Browse the repository at this point in the history
* Expose RPC client options
  • Loading branch information
simlecode authored Feb 11, 2022
1 parent 71c52bb commit 3417842
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 98 deletions.
4 changes: 2 additions & 2 deletions venus-devtool/api-gen/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions venus-shared/api/chain/v0/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions venus-shared/api/chain/v1/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions venus-shared/api/client/client.go

This file was deleted.

53 changes: 0 additions & 53 deletions venus-shared/api/client/client_test.go

This file was deleted.

4 changes: 2 additions & 2 deletions venus-shared/api/messager/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions venus-shared/api/proxy_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ type StrC struct {
}
}

type StrD struct {
StrA
}

func TestGetInternalStructs(t *testing.T) {
tf.UnitTest(t)
var proxy StrA
Expand Down
4 changes: 2 additions & 2 deletions venus-shared/api/wallet/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3417842

Please sign in to comment.