You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

IOST

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

IOST

IOST Blockchain SDK for C#. SDK to create a wallet, upload a Smart Contract, or use the IOST blockchain for application integration

1.1.8
Source
nugetNuGet
Version published
Maintainers
1
Created
Source

IOST-1.1.7

  • add SecureBytes for android and other OS

IOST-1.1.6

  • add IKeystore.RenameKeyLabel()
  • add ChangeEncryptedKeyPassword();
  • update dependency versions (ProtoBuf remains 3.8.0 for a reason)

IOST-1.1.5

  • Fixes in Rpcpb namespace.
  • Expose Transaction.TxRequest

IOST-1.1.4

  • Remove ChainPay from Nuget dependencies

IOST-1.1.3

  • Decouple the experimental ChainPay library
  • IOST.Send to return the TxHash if TxReceipt is not successful, instead of throwing an Exception.

IOST-1.1.2

  • Add ChangePassword() to IKeystore

IOST-1.1.1

  • Expose Initialize() from IKeystore

IOST-1.1.0

  • Read / write a keystore file
  • Generate a signature request
  • Rename contract APIs remove "_" underscore, example Vote_producerXXX to VoteProducer
  • Implement SecurePassword
  • CreateAccount will have 1 IOST as default gas pledge
  • Fix null exception during Send() when receipt is null
  • Implement missing APIs

IOST-1.0.0

  • Implement all APIs
  • Implement all contracts: System, Economic, Token
  • Use grpc+protobuff
  • Add TxBuilder helper
  • Add server helpers, example Client.NewKorea()
  • Support .NetStandard 2.0
  • Support .Net45 (see github.com/noypi/iost.cs for limitations)

Keywords

iost

FAQs

Package last updated on 21 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts