make-software / casper-net-sdk

.NET SDK to interact with the Casper Network nodes via RPC
Apache License 2.0
13 stars 14 forks source link

Update .Net Client SDK Library as per updated Casper SDK Spec #23

Closed devendran-m closed 2 years ago

devendran-m commented 2 years ago

We have recently updated the Casper SDK Specification. You can find the updated documentation here: https://docs.casperlabs.io/dapp-dev-guide/sdkspec/introduction/.

Refer to the updated Casper SDK Specification and please make necessary updates/changes to the .Net Client SDK Libraries.

Should you have any questions or feedback regarding the updated SDK Specification, please do not hesitate to revert on this issue.

davidatwhiletrue commented 2 years ago

.NET SDK is complete and compliant with the requirements from Casper SDK Specification for all JSON-RPC categories defined (informational, transactional and proof-of-stake). As well as it implements all types, in particular all CLValue variants.

Already participating in the regular Casper Client SDK calls to be aware of the updates in the specification.