neoneo-go/pkg
Anna Shaleva 8d5a41de6e vm: allow parsing scientific JSON numbers
52-bit precision is not enough for our 256-bit VM, but this value
matches the reference implementation, see the
https://github.com/neo-project/neo/issues/2879.

MaxIntegerPrec will be increased (or even removed) as soon as the
ref. issue is resolved.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-08-01 17:46:56 +03:00
..
compiler compiler: don't panic, return error for strange range loops 2023-01-11 16:21:40 +03:00
config config: do not allow negative validators count 2023-08-01 17:22:39 +03:00
consensus consensus: perform batched chain's block sync 2023-03-15 17:45:56 +03:00
core core: do not use formatted error if not needed 2023-08-01 17:44:48 +03:00
crypto *: fix Neo and NeoGo misuses 2022-12-07 17:29:09 +03:00
encoding bigint: don't reallocate big.Int in ToBytes(), fix #2864 2023-01-10 22:51:45 +03:00
interop interop: add getContractByID and getContractHashes to management 2022-12-02 10:54:45 +03:00
io *: fix Neo and NeoGo misuses 2022-12-07 17:29:09 +03:00
neorpc neorpc: adjust the way SignerWithWitness is marshalled 2023-08-01 17:44:43 +03:00
neotest config: replace VerifyBlocks with SkipBlockVerification 2022-12-07 17:35:56 +03:00
network network: forbid Notary contract to be a sender of main transaction 2023-08-01 17:44:24 +03:00
rpcclient rpcclient: adjust unwrapContract helper 2023-08-01 17:46:12 +03:00
services neorpc: adjust SignerWithWitness scopes parsing 2023-08-01 17:44:37 +03:00
smartcontract smartcontract: allow to pass nil as parameter to (*Invoker).Call 2023-08-01 17:45:52 +03:00
util slice: add Clean microfunction 2022-09-02 14:44:32 +03:00
vm vm: allow parsing scientific JSON numbers 2023-08-01 17:46:56 +03:00
wallet Merge pull request #2725 from nspcc-dev/move-cli-tests 2022-10-06 13:43:39 +07:00