-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactoring * message priority * add failure reason for `sendrawtransaction` (neo-project/neo-node#116) * fix bug in `sendrawtransaction` * improve RpcServer and Plugin system * add `unconnected` to RPC command `getpeers` * update dependencies: - Microsoft.AspNetCore.ResponseCompression v2.1.1 - Microsoft.AspNetCore.Server.Kestrel v2.1.1 - Microsoft.AspNetCore.Server.Kestrel.Https v2.1.1 - Microsoft.EntityFrameworkCore.Sqlite v2.1.1 - Microsoft.Extensions.Configuration.Json v2.1.1 * add WebSocket * fix bug in Snapshot.Dispose() * Hides the caught exceptions logs in `RemoteNode` * fix block stuck * fix bug in p2p connection * fix #305 * fix consensus * checked on Fixed8 mul * solve the problem of disconnecting from peers * fix bug in `System.Runtime.GetTime` * add RPC command: `getwalletheight` * fix p2p bug * Prevent error messages when exiting * optimize p2p network * allow user interface to send messages to plugins * change version to 2.9.0 * backward compatible for sendrawtransaction * Solve the problem of resynchronizing blocks * put unverified transactions in the memory pool back into the message queue after the block is persisted * minor change to consensus
- Loading branch information
Showing
190 changed files
with
5,840 additions
and
6,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.