Skip to content

Releases: GetScatter/eos-sharp

eos-sharp v2.2.0

29 Jan 10:41
Compare
Choose a tag to compare

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

11 Oct 15:51
Compare
Choose a tag to compare

Implement SignTransaction, BroadcastTransaction
Allow requiredKeys override

eos-sharp v2.1.1

08 Oct 17:33
Compare
Choose a tag to compare

Implement CombinedSignerProvider to allow for multiple combined signatureProviders to sign the same transaction.

eos-sharp v2.1.0

15 Aug 18:47
Compare
Choose a tag to compare

Implement TAPoS ref block with blocks behind

eos-sharp v2.0.8

06 May 18:45
Compare
Choose a tag to compare

Fix new_producers field in get_block
Remove hex_data from action structure deserializing

eos-sharp v2.0.7

01 May 11:50
Compare
Choose a tag to compare

Fixes to ApiError throwing in Unity3D

eos-sharp v2.0.6

12 Apr 14:50
Compare
Choose a tag to compare

Fix unpacking transactions bug (thanks to dbulha)

eos-sharp v2.0.5

01 Apr 22:03
Compare
Choose a tag to compare

fix bug on vector of structs typedefs

eos-sharp v2.0.4

28 Mar 17:48
Compare
Choose a tag to compare

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

25 Feb 19:27
b41f38f
Compare
Choose a tag to compare

update license back to MIT