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

Client (remaining features) #69

Open
39 of 64 tasks
Tracked by #68
izik1 opened this issue Apr 19, 2023 · 1 comment
Open
39 of 64 tasks
Tracked by #68

Client (remaining features) #69

izik1 opened this issue Apr 19, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@izik1
Copy link
Contributor

izik1 commented Apr 19, 2023

tracking issue for missing fields / methods in Client

  • setMirrorNetwork
  • getMirrorNetwork
  • forNetwork
  • forName
  • forMainnet
  • forPreviewnet
  • fromConfig(String)
  • fromConfig(Reader)
  • fromConfigFile(String)
  • fromConfigFile(File)
  • setNetworkFromAddressBook
  • setNetwork
  • getNetwork
  • setTransportSecurity
  • setMirrorTransportSecurity
  • isTransportSecurity
  • mirrorIsTransportSecurity (rename to isMirrorTransportSecurity? I don't think we can do that...) not in JS (an extant sdk)
  • setVerifycertificates
  • isVerifyCertificates
  • pingAsync(AccountId) - named ping
  • pingAsync(AccountId, Duration) - named ping
  • pingAllAsync() - named pingAll
  • pingAllAsync(Duration) - named pingAll
  • setOperatorWith
  • getNetworkName (deprecated)
  • setNetworkName (deprecated)
  • getLedgerId
  • setLedgerId
  • getMaxAttempts
  • setMaxAttempts
  • getMaxBackoff
  • setMaxBackoff
  • getMinBackoff
  • setMinBackoff
  • getMaxNodeAttempts
  • setMaxNodeAttempts
  • getNodeMinBackoff
  • setNodeMinBackoff
  • getNodeMaxBackoff
  • setNodeMaxBackoff
  • getMinNodeReadmitTime (time or period? Tied between JS/Java/Go)
  • setMinNodeReadmitTime (time or period? Tied between JS/Java/Go)
  • getMaxNodeReadmitTime (time or period? Tied between JS/Java/Go)
  • setMaxNodeReadmitTime (time or period? Tied between JS/Java/Go)
  • setMaxNodesPerTransaction
  • setAutoValidateChecksums
  • isAutoValidateChecksumsEnabled
  • getOperatorAccountId
  • getOperatorPublicKey
  • getDefaultMaxTransactionFee
  • setDefaultMaxTransactionFee
  • getDefaultMaxQueryPayment
  • setDefaultMaxQueryPayment
  • getDefaultRegenerateTransactionId
  • setDefaultRegenerateTransactionId
  • getRequestTimeout
  • setRequestTimeout
  • getCloseTimeout
  • setCloseTimeout
  • getOperator
  • getNetworkUpdatePeriod
  • setNetworkUpdatePeriod
  • close()
  • close(Duration)
@izik1 izik1 mentioned this issue Apr 19, 2023
5 tasks
@izik1 izik1 added the enhancement New feature or request label Apr 19, 2023
@SimiHunjan
Copy link
Contributor

config format reference: https://docs.hedera.com/hedera/sdks-and-apis/sdks/client

@SimiHunjan SimiHunjan added this to the v0.19.0 milestone May 2, 2023
@izik1 izik1 modified the milestones: v0.19.0, v.20.0 May 16, 2023
@SimiHunjan SimiHunjan modified the milestones: v0.20.0, v0.21.0 Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants