near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.31k stars 618 forks source link

[Docs] RPC: Block request should return the block producer's account_id #1121

Closed ilblackdragon closed 3 years ago

ilblackdragon commented 5 years ago

And any other relevant information.

frol commented 4 years ago

Resolved in #1962. The documentation is not reflecting the change (only available on staging, I believe), yet.

amgando commented 4 years ago

I think this can be closed

The documentation is not reflecting the change

Validator endpoint https://docs.nearprotocol.com/docs/interaction/rpc#validators

Automatically Restaking https://docs.nearprotocol.com/docs/validator/staking#automatically-re-staking

frol commented 4 years ago

This issue is about the new field called author (hmm, we had better named it author_id) added to the blocks and chunks API call responses.

MaksymZavershynskyi commented 4 years ago

Adding this piece of documentation is not critical for the Mainnet. Removing from the release and moving to the Ice Box.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

bowenwang1996 commented 3 years ago

This issue is about the new field called author (hmm, we had better named it author_id) added to the blocks and chunks API call responses.

This is already done