Node Public Interfaces Team Weekly Update - 2021-10-15 #5021
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
Uh oh!
There was an error while loading. Please reload this page.
-
The previous update is #4975. See more engineering updates posted on gov.near.org
Brief Summary
Apps that depend on aggregated data from the blockchain can now efficiently and effortlessly get and contribute their own aggregated metrics via near-analytics. Learn more about the solved pains and how to extend the existing metrics here: https://drive.google.com/file/d/17ONZ1Gg4HloADDoMm4cJDpvDlx1XLGio/view?usp=sharing
Indexer Framework was confirmed working with the latest nearcore codebase in the preparation to nearcore release on testnet on Monday, October 18th (we successfully migrated near-indexer-for-explorer to the latest version of nearcore, cut 0.10.2-rc.1 release, and deployed it in production)
Explorer received Russian translation (PR), so Explorer UI is now available in 4 languages: English, Chinese, Vietnamese, and Russian! Kudos to @nebezgreshniy, @SergZen, and @shelegdmitriy for all the work on the Russian translation!
Blockers
Result
(Acronyms: O - Objective, KR - Key Result)
O1: Support success of DevConsole
KR2: Developer tools should support RPC-as-a-Service authorization mechanism
feat: add support for basic authentication tokens near-jsonrpc-client-rs#18
O3: Remove friction from building dApps
KR1: FT / NFT information is easily available for the developers
KR3: Release near-jsonrpc-client-rs
Ok
contexts as well as typed or untypedErr
contexts (@miraclx)near/near-jsonrpc-client-rs@a6c2af3
nearcore
's publishablility (@miraclx)paperclip
git dependency fromnear-account-id
to make it publishablerefactor: drop paperclip dependency from near-account-id #4962
--all-features
build in;KR4: Indexer Framework projects fully support nearcore sharding
https://github.com/near/near-indexer-for-explorer/releases/tag/0.10.2-rc.1
(:heavy_check_mark: COMPLETED) KR6: Stabilize automation of Analytics for Explorer
feat: add retry logic, handle broken DB connections near-analytics#11
Initialize daily_transaction_fees aggregation near-analytics#18
O5: Give users better insights about the current and historical status of the network
Fix html translations near-explorer#760
Expose 'First produced block' instead of 'Genesis Start' near-explorer#761
refactor(backend): Refactored telemetry handler near-explorer#759
Action Items
KR1: FT / NFT information is easily available for the developers
KR3: Release near-jsonrpc-client-rs
near-jsonrpc-client
fromnearcore
(@miraclx)near-jsonrpc-client-rs
in the context of which the old client was used is slightly tricky due to being properly typed but it's coming along good.near-cli-rs
to the newnear-jsonrpc-client
to take advantage of better strict typing as well as the new authorization support (@miraclx)Fuzz testing RPC #2422
KR5: Maintain 99.(9)% uptime for Indexer for Explorer
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