Releases: GetScatter/eos-sharp
eos-sharp v2.2.0
Fix Use convert ToDecimal instead of explicit cast
Fix object to float conversion InvalidCastException (by KGMaxey)
Add support for variant fields
Add support for binary extension types (by dbulha)
Add block_num_hint to gettransaction (by dbulha)
Changed authority accounts to use permission level (by dbulha)
eos-sharp v2.1.2
Implement SignTransaction, BroadcastTransaction
Allow requiredKeys override
eos-sharp v2.1.1
Implement CombinedSignerProvider to allow for multiple combined signatureProviders to sign the same transaction.
eos-sharp v2.1.0
Implement TAPoS ref block with blocks behind
eos-sharp v2.0.8
Fix new_producers field in get_block
Remove hex_data from action structure deserializing
eos-sharp v2.0.7
Fixes to ApiError throwing in Unity3D
eos-sharp v2.0.6
Fix unpacking transactions bug (thanks to dbulha)
eos-sharp v2.0.5
fix bug on vector of structs typedefs
eos-sharp v2.0.4
Fix bug on specialized Array types
Fix bug on generating key pairs
Fix bug on verifying K1 signatures based on recovery sig param
eos-sharp v2.0.2
update license back to MIT