Skip to content

Commit

Permalink
docs: add proposal regarding response error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-nspcc committed Aug 16, 2023
1 parent 42e9bce commit a330dfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a330dfb

Please sign in to comment.