From 561462fb4cd25ac551eafeb4252ae28cd80d1eba Mon Sep 17 00:00:00 2001 From: Tatiana Nesterenko Date: Wed, 16 Aug 2023 09:25:29 +0100 Subject: [PATCH] docs: add proposal regarding response error codes According to proposal: https://github.com/neo-project/proposals/pull/156 Close #2248 Signed-off-by: Tatiana Nesterenko --- docs/rpc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/rpc.md b/docs/rpc.md index e3e4fc118a..5b3e687d87 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -98,6 +98,13 @@ following data types: Any call that takes any of these types for input in JSON format is affected. +##### Response error codes + +NeoGo currently uses a different set of error codes in comparison to C# implementation, see +[proposal](https://github.com/neo-project/proposals/pull/156). +NeoGo retains certain deprecated error codes, which will be removed once +all nodes adopt the new error standard. + ##### `calculatenetworkfee` NeoGo tries to cover more cases with its calculatenetworkfee implementation,