Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

[issue #57] update dependencies #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module github.com/kinecosystem/agora-api
go 1.13

require (
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/golang/protobuf v1.3.2
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/golang/protobuf v1.5.2
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211008145708-270636b82663 // indirect
google.golang.org/grpc v1.41.0
)
163 changes: 161 additions & 2 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/agoraapi/account/v4/account_service_pb2.py

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

12 changes: 8 additions & 4 deletions python/agoraapi/account/v4/account_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def CreateAccount(request,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -116,14 +117,15 @@ def CreateAccount(request,
account_dot_v4_dot_account__service__pb2.CreateAccountRequest.SerializeToString,
account_dot_v4_dot_account__service__pb2.CreateAccountResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetAccountInfo(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -132,14 +134,15 @@ def GetAccountInfo(request,
account_dot_v4_dot_account__service__pb2.GetAccountInfoRequest.SerializeToString,
account_dot_v4_dot_account__service__pb2.GetAccountInfoResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def ResolveTokenAccounts(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -148,14 +151,15 @@ def ResolveTokenAccounts(request,
account_dot_v4_dot_account__service__pb2.ResolveTokenAccountsRequest.SerializeToString,
account_dot_v4_dot_account__service__pb2.ResolveTokenAccountsResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetEvents(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -164,4 +168,4 @@ def GetEvents(request,
account_dot_v4_dot_account__service__pb2.GetEventsRequest.SerializeToString,
account_dot_v4_dot_account__service__pb2.Events.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2 changes: 1 addition & 1 deletion python/agoraapi/airdrop/v4/airdrop_service_pb2.py

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

3 changes: 2 additions & 1 deletion python/agoraapi/airdrop/v4/airdrop_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def RequestAirdrop(request,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -66,4 +67,4 @@ def RequestAirdrop(request,
airdrop_dot_v4_dot_airdrop__service__pb2.RequestAirdropRequest.SerializeToString,
airdrop_dot_v4_dot_airdrop__service__pb2.RequestAirdropResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
2 changes: 1 addition & 1 deletion python/agoraapi/common/v3/model_pb2.py

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

2 changes: 1 addition & 1 deletion python/agoraapi/common/v4/model_pb2.py

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

2 changes: 1 addition & 1 deletion python/agoraapi/transaction/v4/transaction_service_pb2.py

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

24 changes: 16 additions & 8 deletions python/agoraapi/transaction/v4/transaction_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def GetServiceConfig(request,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -249,14 +250,15 @@ def GetServiceConfig(request,
transaction_dot_v4_dot_transaction__service__pb2.GetServiceConfigRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetServiceConfigResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetMinimumKinVersion(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -265,14 +267,15 @@ def GetMinimumKinVersion(request,
transaction_dot_v4_dot_transaction__service__pb2.GetMinimumKinVersionRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetMinimumKinVersionResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetRecentBlockhash(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -281,14 +284,15 @@ def GetRecentBlockhash(request,
transaction_dot_v4_dot_transaction__service__pb2.GetRecentBlockhashRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetRecentBlockhashResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetMinimumBalanceForRentExemption(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -297,14 +301,15 @@ def GetMinimumBalanceForRentExemption(request,
transaction_dot_v4_dot_transaction__service__pb2.GetMinimumBalanceForRentExemptionRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetMinimumBalanceForRentExemptionResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetHistory(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -313,14 +318,15 @@ def GetHistory(request,
transaction_dot_v4_dot_transaction__service__pb2.GetHistoryRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetHistoryResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def SignTransaction(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -329,14 +335,15 @@ def SignTransaction(request,
transaction_dot_v4_dot_transaction__service__pb2.SignTransactionRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.SignTransactionResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def SubmitTransaction(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -345,14 +352,15 @@ def SubmitTransaction(request,
transaction_dot_v4_dot_transaction__service__pb2.SubmitTransactionRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.SubmitTransactionResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

@staticmethod
def GetTransaction(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -361,4 +369,4 @@ def GetTransaction(request,
transaction_dot_v4_dot_transaction__service__pb2.GetTransactionRequest.SerializeToString,
transaction_dot_v4_dot_transaction__service__pb2.GetTransactionResponse.FromString,
options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata)
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
Loading