-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rescheduling on new microblock was removed * Metrics for blocks and microblocks replaced with new one * Metrics improved. * Issue with microblock invalid signature in case of protobuf transactions fixed. Handling of protobuf transactions broadcast messages added. * RIDE function takeString works with string as UTF-16 string * Proofs validation added to protobuf and json unmarshaling * Dependencies updated * Added block state cache * Changed the condition of rollback * Changed position of condition of rollback * Adding block states receiving microblocks * Less logging especially of context cancelation. Naming fixed. * Peer error handling on context cancelation is reverted, but logging is updated. * Block cache cleaning moved to key block application functions. * Functions to check that block already exists added to FSM's block applier. * Cache size debug messages added. Fixed block ID to get from cache. Co-authored-by: Alexey Kiselev <[email protected]>
- Loading branch information
1 parent
0db805c
commit e2fb049
Showing
9 changed files
with
128 additions
and
39 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 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.