-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add
] ApplicationEngineBase Settings, tools and FasterDb store
#3810
[Add
] ApplicationEngineBase Settings, tools and FasterDb store
#3810
Conversation
Add
] ApplicationEngineBase Logging and FasterDb storeAdd
] ApplicationEngineBase Settings and FasterDb store
Add
] ApplicationEngineBase Settings and FasterDb storeAdd
] ApplicationEngineBase Settings, tools and FasterDb store
{ | ||
var bytes = new byte[4]; | ||
reader.Read(bytes, 0, 4); | ||
var size = BitConverter.ToInt32(bytes); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VarSize
to save bytes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only for testing nodes, We only talking about less than 1k blocks in most cases.
This |
Some has been added in the Docs here: https://github.com/neo-project/neo/tree/neo-build/docs/neo-build |
This branch has conflicts |
Fixed now. |
Description
Added
FasterDb
store and logging toApplicationEngineBase
. Also addedApplicationEngineSettings
.Type of change
How Has This Been Tested?
Checklist: