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
To match zcashd we need to return the size field to the getblock RPC.
Specifications
No response
Complex Code or Requirements
Be aware that the naive approach might have very poor performance. Look into alternatives (can it be computed on the fly from existing data?), with the last resort adding a new column to the database.
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered:
Motivation
To match zcashd we need to return the
size
field to thegetblock
RPC.Specifications
No response
Complex Code or Requirements
Be aware that the naive approach might have very poor performance. Look into alternatives (can it be computed on the fly from existing data?), with the last resort adding a new column to the database.
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered: