nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

Do not mix FaultException with stack marshalling errors on result.Invoke marshalling #3359

Open AnnaShaleva opened 8 months ago

AnnaShaleva commented 8 months ago

Ref. #3356, we need to remove stack marshalling errors (if any) from FaultException on result.Invoke marshalling and simply return an error if something is wrong with the result stack. Ref. https://github.com/nspcc-dev/neo-go/pull/3356#issuecomment-1999373501.

roman-khimov commented 8 months ago

Not exactly AER, but result.Invoke.