Node Public Interfaces Team Weekly Update - 2021-09-24 #4876
frol
started this conversation in
Node Public Interfaces
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The previous update is #4846. Also, I want to bring it to attention that there are global engineering updates posted on gov.near.org, and here is the most recent one: https://gov.near.org/t/engineering-weekly-update-2021-09-20/6078
Brief Summary
Blockers
NFT NEP-171 require having minting/burning interface NEPs#254
Challenges
Result
Explorer received some stability improvements:
feat(prometheus): implement metrics prometheus endpoint instead of th… near-explorer#739
refactor(backend): Remove legacy code near-explorer#736
On the path to release near-jsonrpc-client-rs a number of tweaks were landed:
EpochReference
flatten-able when embedded in other structures that require flatteningfix(near-primitives):
EpochReference
enum can be flattened into a struct #4848ExecutionOutcomeView
after the introduction of themetadata
fieldfix(primitives): backwards compatible ExecutionOutcomeView #4851
doc(methods): add generic documentation on all rpc methods near-jsonrpc-client-rs#8
near/near-jsonrpc-client-rs@86b9248
near/near-jsonrpc-client-rs@edf1fcf
JsonRpcClient::connect()
method but also retain the ability to instantiate a custom connectornear/near-jsonrpc-client-rs@6ecaa19
validators
serialization logicnear/near-jsonrpc-client-rs@693a639
EXPERIMENTAL_tx_status
methodreintroduce EXPERIMENTAL_tx_status near-jsonrpc-client-rs#10
meta
operations
Action Items
explorer
NEAR Explorer Russian translation near-explorer#738 (@shelegdmitriy @frol @telezhnaya)
Display Circulating Supply chart on Stats near-explorer#740 (@shelegdmitriy)
nearcore
client
re-export fromnear-jsonrpc
with the newnear-jsonrpc-client-rs
and drop the oldnear-jsonrpc-client
inside nearcore (@miraclx)near-jsonrpc-client-rs
was uncoverednear-jsonrpc-client
near-jsonrpc-client-rs
client
in nearcoreoperations
indexer-for-explorer
https://github.com/telezhnaya/near-analytics
start-from-interruption
on indexer-for-explorer as it is too slow for no reason (@khorolets)refactor: Retry or panic macros to replace code duplication and add panic after N attempts near-indexer-for-explorer#168
Beta Was this translation helpful? Give feedback.
All reactions