You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Update the return type to be Record<string, number> to reflect the correct typing
Result key should be in binary format than utf8. ie) generatorList.addresses.map(buf => buf.toString('binary')); because some character in Buffer cannot be represented in utf8 format
Acceptance Criteria
Update unit test
DPoS dependency type should be updated
The text was updated successfully, but these errors were encountered:
shuse2
changed the title
Update getGeneratorsBetweenTimestamps exclude startTimestamp
Fix getGeneratorsBetweenTimestamps type and return keys
Nov 12, 2021
Description
Record<string, number>
to reflect the correct typingbinary
format thanutf8
. ie)generatorList.addresses.map(buf => buf.toString('binary'));
because some character in Buffer cannot be represented inutf8
formatAcceptance Criteria
The text was updated successfully, but these errors were encountered: