You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary or problem description
For example RpcClient method GetContractStateAsync doesn't even use its model class at all for serializing and deserializing .
RpcClient
RpcStateRootNoToJson
RpcMethodTokenNoToJson
RpcFoundStatesNoToJson
GetContractStateAsync
Possibly More
Do you have any solution you want to propose?
We have some kind of standard for writing plugins; code in general. For example, Folder structure layout. Maybe Interfaces for certain things like getting storage from other plugins. Making and writing unit tests. A naming convention for properties names in config.json. Just to name a couple. If we don't as you can see things can get lost in time, as new requirements come along and deadlines need to be met. Also we can update .editorconfig file for most of these little things.
Where in the software does this update applies to?
Plugins
The text was updated successfully, but these errors were encountered:
Summary or problem description
For example RpcClient method
GetContractStateAsync
doesn't even use its model class at all for serializing and deserializing .RpcClient
RpcStateRoot
NoToJson
RpcMethodToken
NoToJson
RpcFoundStates
NoToJson
GetContractStateAsync
Do you have any solution you want to propose?
We have some kind of standard for writing plugins; code in general. For example, Folder structure layout. Maybe Interfaces for certain things like getting storage from other plugins. Making and writing unit tests. A naming convention for properties names in
config.json
. Just to name a couple. If we don't as you can see things can get lost in time, as new requirements come along and deadlines need to be met. Also we can update.editorconfig
file for most of these little things.Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: