Node Public Interfaces Team Weekly Update - 2021-10-22 #5075
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 #5021. See more engineering updates posted on gov.near.org
Brief Summary
feat: add NFT mint/transfer/burn event standard NEPs#256
Blockers
None!
Result
(Acronyms: O - Objective, KR - Key Result)
O3: Remove friction from building dApps
KR1: FT / NFT information is easily available for the developers
feat: add NFT mint/transfer/burn event standard NEPs#256
feat: add NFT events support near-indexer-for-explorer#169
KR3: Release near-jsonrpc-client-rs
chore(ci): add sanity checks to ensure errors schema is always up-to-date #5048
TooManyFunctions
behind a feature flag to avoid it leaking into the errors schema (@miraclx)chore(errors): hide the TooManyFunctions error variant behind a feature flag #5052
nearcore
(@miraclx)chore(lockfile): build all targets in workspace with all features #5044
near-jsonrpc-test-utils
andnear-jsonrpc/tests/test-utils
, dump the extraneous lockfile (@miraclx)fix(jsonrpc): consolidate test-utils crate and jsonrpc test suite #5053
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
https://github.com/near/near-indexer-for-explorer/releases/tag/0.10.3-rc.1
O5: Give users better insights about the current and historical status of the network
Feat/display storage in short format near-explorer#768
refactor(frontend): Simplify search queries to downgrade search time near-explorer#765
Fix charts stats page on testnet near-explorer#767
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
Beta Was this translation helpful? Give feedback.
All reactions