January 2019
Intermediate to advanced
316 pages
8h 8m
English
To clean up the product team's demands, here is a list of the required features:
A dynamic array utilizes an expanding array underneath and works really quickly, for accessing indices directly while still supporting iteration—great for saving a numbered list of noteworthy timestamps. The direct index access provides a way to fetch the stored data without having to go through the entire list, and since transaction timestamps are basically u64 numbers (milliseconds), the data structure can be a dynamic array of multiple u64.
Other than previous lists, this time, a node only stores ...