firatNEAR
firatNEAR
Part 1 of cache metrics for monitoring. Related issue https://github.com/near/nearcore/issues/7375
Based on tests from Coinbase some of the receipts did not have `predecessor_id` in their OperationMetadata. This PR fixes some receipts not having `predecessor_id` In `Rosetta RPC` for looking at...
Currently, we charge an additional fee for implicit accounts when we are doing `Action::Transfer` to make sure that the account is created and we don't create it twice. The cost...
The main idea for this proposal is to increase the usability of the network by introducing new features that decrease the barrier of entry for end-users. TLDR: allow accounts to...
There are couple of structs that are being used as DTOs both in sidecar and the cli. DTOs should disappear and should be rolled into the `da-primitives`.