Skip to content

Tags: edwardchew97/nearcore

Tags

1.30.0-rc.1

Toggle 1.30.0-rc.1's commit message
feat(rosetta-rpc): Add Metadata tagging fee-related Operations (near#…

…7704)

Closes near#7654.

This PR adds `metadata.transfer_fee_type` field to the Operation object, which is only set for Gas prepayment (which happens on transaction processing) and Gas refunds (receipt that is sent by `system` user). Thus, there are just three states:

* not set - it is either not a transfer operation (Construction API), or it is not a fee transfer
* `GAS_PREPAYMENT`
* `GAS_REFUND`

shardnet

Toggle shardnet's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RejectBlocksWithOutdatedProtocolVersions to the next shardnet rel…

…ease (near#7538)

* add feature RejectBlocksWithOutdatedProtocolVersions to the next shardnet release

* address comments

1.28.1

Toggle 1.28.1's commit message
Prepare 1.28.1 release

1.29.0-rc.2

Toggle 1.29.0-rc.2's commit message