neo-go/pkg
Ekaterina Pavlova e337a2f8ab blockchain: make SubscribeFor* channel arguments send-only
There is no need to accept rw channel. Strengthening the type to
send-only will allow the caller to ensure control of reading from the
provided channel.

Closes #2885

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-01-10 23:45:51 +03:00
..
compiler compiler: add compatibility test for storage limits 2023-11-28 10:51:03 +03:00
config Merge pull request #3206 from nspcc-dev/relative_path_flag 2023-11-24 08:16:16 +03:00
consensus blockchain: make SubscribeFor* channel arguments send-only 2024-01-10 23:45:51 +03:00
core blockchain: make SubscribeFor* channel arguments send-only 2024-01-10 23:45:51 +03:00
crypto *: introduce Genesis protocol configuration 2023-10-19 18:30:20 +03:00
encoding *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00
interop interop: add contract storage limits 2023-11-27 19:56:13 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc neorpc: add WS notification filter IsValid functionality 2023-12-28 11:08:46 +03:00
neotest neotest: reuse wallet.Account for contract signers 2023-12-21 11:27:41 +03:00
network blockchain: make SubscribeFor* channel arguments send-only 2024-01-10 23:45:51 +03:00
rpcclient waiter: adopt headers subscription for WS-based tx awaiting 2023-12-29 16:00:56 +03:00
services blockchain: make SubscribeFor* channel arguments send-only 2024-01-10 23:45:51 +03:00
smartcontract smartcontract: Add CreateCallAndPrefetchIteratorScript() 2023-12-29 10:49:53 +03:00
util *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
vm vm: Add tests for iterator unwrap scripts 2023-12-29 10:50:43 +03:00
wallet wallet: allow complex contract verification schemes, close #3015 2023-12-21 11:26:55 +03:00