Node Public Interfaces Team Weekly Update - 2021-11-19 #5400
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 #5157. See more engineering updates posted on gov.near.org
Brief Summary
Explorer received a number of optimizations and it is much faster now! Thanks @shelegdmitriy and @telezhnaya for their hard work
https://explorer.near.org/accounts/near - the number of incoming and outgoing transactions can now actually be displayed on accounts with a high number of transactions 🎉
NFT Events standard is ready for adoption! Please, upgrade your contracts to get support of your NFT contracts on Wallet and Explorer
assets__non_fungible_token_events
table in the databasefeat: add NFT events support near-indexer-for-explorer#169
FT NEP-141 require having minting/burning interface NEPs#271
All the indexers were migrated to the latest NEAR protocol version (nearcore 1.22) with sharding enabled on mainnet!
Blockers
None!
Result
(Acronyms: O - Objective, KR - Key Result)
O1: Support success of DevConsole
New commands layout near-cli-rs#75
near-jsonrpc-client-rs
's authentication mechanism to support the new scheme, but also making it a bit more generic and easily implementable by downstream users (@miraclx)feat: make auth interface more generic near-jsonrpc-client-rs#26
O2: Support success of custodial wallets
Rosetta API and near CLI are reporting 2 different balances for given account #5086
Rosetta does not allow to withdraw all available funds #5129
O3: Remove friction from building dApps
KR3: Release near-jsonrpc-client-rs (while we have the published version on crates.io already, we need to finish some of the work for the future releases)
re: chore: ready workspace for publishing #5130
version
field to the workspace manifest that globally dictates the versions of all crates in the workspace (@miraclx)pksunkara/cargo-workspaces@master...miraclx:grouping-versioning-and-exclusion#files_bucket
https://github.com/near/near-ops/pull/657
chunk
request causing errors. Thanks to @nikurt for spotting this (@miraclx)near/near-jsonrpc-client-rs@f40ad74
near/near-jsonrpc-client-rs@471a53b
near/near-jsonrpc-client-rs@43aea25
KR5: Maintain 99.(9)% uptime for Indexer for Explorer
https://github.com/near/near-indexer-for-explorer/blob/f459ca7586aba91cdc31980bdbc2914bcd9391ec/TROBLESHOOTING.md
https://github.com/near-examples/indexer-tx-watcher-example
feat: add timeout for public_readonly role near-indexer-for-explorer#190
O3: Remove friction from building dApps
KR1: FT / NFT information is easily available for the developers
feat: add NFT events support near-indexer-for-explorer#169
feat(NFT): add events to standard near-sdk-rs#627
KR7: Indexer for Explorer storage is performant under the estimated load [aspirational]
Consider global migration from Postgres near-indexer-for-explorer#189
O4: Give users better insights about the current and historical status of the network
Optimize the computation of total transaction count for each account near-explorer#773
feat: add table with ingoing transactions near-analytics#23
daily_transactions_per_account_count
todaily_outgoing_transactions_per_account_count
. With the new ingoing transactions table, previous naming could confuse the users. Be careful and update your scripts if you were using this table (@telezhnaya)fix: rename transactions -> outgoing_transactions near-analytics#24
refactor: Move queries to backend near-explorer#774
[NEW] O5: Support lockup contract stakeholders
lockup_timestamp
andrelease_duration
lockup rules that were heavily used before the Phase II launch (@telezhnaya)Add the info about employee's lockups, cleanup wiki#17
https://wiki.near.org/getting-started/near-token/lockups#termination-of-vesting
fix(lockup): add test of unlocking schedule with termination core-contracts#188
Beta Was this translation helpful? Give feedback.
All reactions