Node Public Interfaces Team Weekly Update - 2021-08-27 #4751
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 update from the last week is here: #4683
Let us know in the comments about the most exciting update these weeks.
Brief Summary
[indexer] Get ready for nearcore 1.21.0 #4689
[indexer] Get ready for nearcore 1.21.0 #4689
https://gov.near.org/t/indexer-as-a-service-proof-of-concept/4825
Results
explorer:
feat(frontend): Expose whole pools list near-explorer#661
refactor(frontend): Split fetching transaction stats into separate requests near-explorer#723
feat(backend): use circulating supply computation from indexer near-explorer#720
refactor(frontend): Upgrade to Next.js 11 near-explorer#695
feat(fossa): run fossa only on master to unbreak external contributors near-explorer#718
Fix near ballance on stats page near-explorer#709
docs
Add possible errors info to JSON RPC methods docs#811
https://gov.near.org/t/indexer-as-a-service-proof-of-concept/4825
indexer-for-explorer:
Upgrade indexer-for-explorer to be compatible with nearcore 1.21.0 near-indexer-for-explorer#150
Bump version to 0.9.1 (nearcore 1.21.0.rc1 near-indexer-for-explorer#151
fix: cleanup in circulating supply near-indexer-for-explorer#156
fix: use anyhow errors in circulating supply near-indexer-for-explorer#157
fix(fossa): run fossa only on master to gather signal instead of bloc… near-indexer-for-explorer#152
infrastructure
nearcore
near-network-primitives
, we've further reduced the dependency tree ofnear-jsonrpc-primitives
by another ~10% (@miraclx)refactor(chain): expunge
rocksdb
fromnear-jsonrpc-primitives
dependency tree #4651AccountId::is_sub_account_of()
should only mark subaccounts that are a direct subaccount of the account in question. E.galice
can't directly create an account withx.y.alice
but can create one withx.alice
. (@miraclx)fix(account-id): subaccounts are valid one level deep only #4694
fix(bug): fix the upgradable.py and backwards_compatible.py tests aft… #4693
near-api-rs
near-api-rs
efforts and included a first pass with straightforward documentation. It's currently unfit for non-trivial applications, so do not use! Heavy revisions would ensue https://github.com/near/near-api-rs (@miraclx)https://github.com/near/near-api-rs/blob/a29105289add9f8a67225c1cb651d53d66bf0b42/src/lib.rs#L18-L51
Challenges & Blockers
Action Items
indexer-for-explorer:
feat: add ft, nft aggregated tables near-indexer-for-explorer#153
explorer
Non-existent accounts inaccurately represented on Account Details page near-explorer#715
infrastructure
nearcore
Rpc*Response
variants to allow individual method interfaces innear-api-rs
be more specialized and better defined. (@miraclx)EXPERIMENTAL_changes
andEXPERIMENTAL_changes_in_block
innear-jsonrpc
to clear up confusion (@miraclx)near-api-rs
Rpc*Request
variants fromnear-jsonrpc
to alleviate the use of enums. (@miraclx)Beta Was this translation helpful? Give feedback.
All reactions