Eos Sharp Versions Save

C# client library for EOS blockchains

v2.0.0

5 years ago

This release introduces breaking changes! Developers are advised to upgrate to this version that has WebGL unity exports support.

  • Complete refactor eos-sharp to handle Unity3D constraints and be more modular
  • Add support to WebGL unity exports
  • change licence to GNU
  • improve code documentation
  • change Api properties to fields
  • change names to EOSIO api names and remove JsonProperty usage

1.0.7

5 years ago
  • Fix bug on writing symbol
  • Remove FastMember support since is does not work on iOS
  • Add support dictionary types into Transaction Data
  • Fix keyToString keyType sha256x2 format (thanks to lookjoil)
  • Fix account resources precision
  • Add Aes encryption functions
  • Add new API getTableByScope
  • Add CryptoHelper.GenerateKeyPair
  • Change ISignProvider to support scatterDesktop eosjs2 version
  • Remove C#7 feactures thanks to znebby