neo-project / neo-modules

MIT License
60 stars 100 forks source link

Implement improved JSON-RPC error code scheme #814

Closed roman-khimov closed 4 months ago

roman-khimov commented 1 year ago

Summary or problem description The problem is defined in #728. The discussion phase is over for it.

Do you have any solution you want to propose? Implement neo-project/proposals#156. It has all of the required details.

Context It's implemented in NeoGo already (see nspcc-dev/neo-go#3063), so the scheme is proven by now. We better have consistent codes used across all implementations.

Where in the software does this update applies to?

roman-khimov commented 4 months ago

Fixed in #815.