Skip to content

1.0.0 rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@juanfranblanco juanfranblanco released this 29 Jul 13:48
· 1873 commits to master since this release
  • Migration to netstandard 1.1 and portble for all general libraries.
  • Remove fork of EdgeCase.Json.Rpc.Client from the portable library as it is not required due to the upgrade of the library to portable
  • RLP encoding and decoding
  • Transaction core (RLP based) for encoding decoding and signing transactions
  • Custom Ethereum signing implementation on top of the great NBitcoin Secp256k1 Deterministic signining implementation.
  • Generic decoding using default types to OuputParemeters, implemented for Function Inputs to help decode known abis in blockchain explorers.
  • Fixed web sample