Jimmy
Jimmy
Closes https://github.com/neo-project/neo/issues/2862 # Description There is an issue in the memorypool where attacker can dos the node by sending tons of transactions with ascending transaction fees. Fixes # https://github.com/neo-project/neo/issues/2862 ##...
# Description This is part one of pr https://github.com/neo-project/neo/pull/3103, this pr mainly focus on create the whole structure of new cli. This pr does not introduce any real functonal logic,...
# Description This is part two of pr https://github.com/neo-project/neo/pull/3103, this pr is based on https://github.com/neo-project/neo/pull/3369 and it adds helpers and configurations. This pr does not introduce any real functonal logic,...
# Description DBFT plugin lacks unit test system. Thus having this pr that build a unit test environment for DBFT plugin. This UT will mock a 7 nodes network. Problem...
**Summary or problem description** I think we should work on a dev branch, instead of on the master branch directly. @vncoelho has mentioned that he found some issues in prs...
# Description This one serves as similier purpose of https://github.com/neo-project/neo/pull/3325. This pr addresses the issue of compound type can add items that contain subitems not added to the referenc counter....
# Description This is the second pr that focus on adding unit tests for rpcservers. Fixes # https://github.com/neo-project/neo/issues/3350 ## Type of change - [x] Optimization (the change is only an...
- [ ] GetConnectionCount - [ ] GetPeers - [ ] GetVersion - [ ] SendRawTransaction - [ ] SubmitBlock
**Summary or problem description** Neo plugins lack unit tests, thus we need to add unit tests for them. This issue is a plan of adding unit tests for RpcServer plugin....
# Description Problem: Neo nodes support various plugins that provide a wide range of services, such as applicationlogs, stateservice, and more. However, these plugins sometimes crash or pause, causing them...