-
Notifications
You must be signed in to change notification settings - Fork 10
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
Change get_block_header_state for EOSJS support #39
Comments
Interface for BlockHeaderState is here. |
Need to support this structure: https://github.com/eosnetworkfoundation/mandel-eosjs/blob/main/src/eosjs-rpc-interfaces.ts#L62 |
Note:start |
eosjs
eosjs uses
get_block_header_state
for TAPOS. Modifyget_block_header_state
to only return the blockheader
andid
needed for eosjs. All other fields should provide some invalid value rather than the actual values to remove dependencies on the legacy block header state that goes away after the IF transition.get_block_header_state
The text was updated successfully, but these errors were encountered: