neo-go/pkg/neotest
Roman Khimov 4e7cee4e12 config: replace VerifyBlocks with SkipBlockVerification
It directly affects node security and the default here MUST BE the safe choice
which is to do the verification. Otherwise it's just dangerous, absent any
VerifyBlocks configuration we'll get an insecure node. This option is not
supposed to be frequently used and it doesn't affect the ability to process
blocks, so breaking compatibility (in a safe manner) should be OK here.
2022-12-07 17:35:56 +03:00
..
chain config: replace VerifyBlocks with SkipBlockVerification 2022-12-07 17:35:56 +03:00
account.go [#2442] English Check 2022-05-04 19:48:27 +03:00
basic.go core: make GetHeaderHash accept uint32 2022-11-25 14:30:51 +03:00
client.go core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
compile.go [#2442] English Check 2022-05-04 19:48:27 +03:00
doc.go *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +03:00
signer.go *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
signer_test.go *: don't get private key from account if just public one is needed 2022-09-02 14:43:28 +03:00