neoneo-go/pkg
Roman Khimov a6e25cffde bitfield: add basic bit field package
Strange as it is but I wasn't able to find any good bit field
implementation. Most of them are limited to 64 bits, some allow for wider
values (like https://github.com/emef/bitfield) but even they're not that
efficient (using bytes instead of wider types). This this minimalistic thing.
2021-02-09 22:31:26 +03:00
..
compiler native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
config config: update testnet netmode to preview5 magic 2021-02-05 18:57:54 +03:00
consensus consensus: flush previous proposal on new block 2021-02-04 18:54:01 +03:00
core native: enforce contract manifest UTF-8 validity 2021-02-09 22:31:26 +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 native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
io io: allow to restrict string size 2021-01-19 11:16:23 +03:00
network payload: treat zero-length headers as error 2021-02-06 00:06:01 +03:00
rpc Merge pull request #1717 from nspcc-dev/rpc-base64 2021-02-08 10:42:26 +03:00
services services: fix Oracle responces mutex 2021-02-05 11:37:12 +03:00
smartcontract manifest: add duplicate events/methods checks to ABI 2021-02-09 22:31:26 +03:00
util bitfield: add basic bit field package 2021-02-09 22:31:26 +03:00
vm vm: add instruction correctness check 2021-02-09 22:31:26 +03:00
wallet wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00