neoneo-go/pkg
Evgeniy Stratonikov fc3b840335 compiler: append bytes >0x80 properly
NeoVM encoding for int(0x80) is []byte{0x80, 0x00} and
byte constant can be used both as integer and as an element
of byte-slice. Thus special case needs to be taken in
`append`.
2021-02-17 16:34:34 +03:00
..
compiler compiler: append bytes >0x80 properly 2021-02-17 16:34:34 +03:00
config config: move notary module config to ApplicationConfiguration 2021-02-16 13:58:25 +03:00
consensus consensus/test: update binary payload data 2021-02-11 18:26:01 +03:00
core Merge pull request #1747 from nspcc-dev/default-notary-config 2021-02-17 14:21:47 +03:00
crypto manifest: add group signature length check 2021-02-09 22:31:24 +03:00
encoding fixedn: always correctly unmarshal Fixed8 values 2021-01-22 19:14:33 +03:00
interop interop: allow transfer calls to read states 2021-02-12 12:56:15 +03:00
io io: allow to restrict string size 2021-01-19 11:16:23 +03:00
network Merge pull request #1747 from nspcc-dev/default-notary-config 2021-02-17 14:21:47 +03:00
rpc rpc: add new rule to SignAndPushP2PNotaryRequest 2021-02-16 14:12:02 +03:00
services Merge pull request #1747 from nspcc-dev/default-notary-config 2021-02-17 14:21:47 +03:00
smartcontract core: temp manifest.Extra marshalling fix 2021-02-12 23:48:30 +03:00
util native/vm: add script check for deployed contracts 2021-02-09 22:31:26 +03:00
vm native/vm: add script check for deployed contracts 2021-02-09 22:31:26 +03:00
wallet wallet: export GetVerificationScript method 2021-02-11 17:11:36 +03:00