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 <tatiana@nspcc.io>
This commit is contained in:
parent
31ceb568cb
commit
3178c8ff78
1 changed files with 7 additions and 0 deletions
|
@ -98,6 +98,13 @@ following data types:
|
||||||
|
|
||||||
Any call that takes any of these types for input in JSON format is affected.
|
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`
|
##### `calculatenetworkfee`
|
||||||
|
|
||||||
NeoGo tries to cover more cases with its calculatenetworkfee implementation,
|
NeoGo tries to cover more cases with its calculatenetworkfee implementation,
|
||||||
|
|
Loading…
Reference in a new issue