Node Public Interfaces Team Weekly Update - 2021-07-16 #4537
frol
started this conversation in
Node Public Interfaces
Replies: 1 comment 3 replies
-
Btw, did we have any feature requests for streaming indexer or was it something that we decided to implement based on our own judgement? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have not had an update last week, so the previous update is from two weeks ago #4454, and this update includes all the notes from the last two weeks.
Brief Summary
Since the end of June we defined the team OKRs for 2021-Q3, and work through them. These last week we were mostly focused on small improvements to the stability of the network, reliability of implementation, and improvements to documentation.
Blockers for 1.20 release on mainnet #4514
Results:
feat(frontend): Chinese i18n support for accounts/blocks/transactions pages near-explorer#684
feat(frontend): Internalization (i18n) of Explorer near-explorer#679
Expose average fees in the last 24 hours and 7 days through API near-explorer#627
fix(frontend): Remove nearkat logo from footer near-explorer#678
Release 0.7.0 · near/near-indexer-for-explorer · GitHub
Release 0.7.1 · near/near-indexer-for-explorer · GitHub
fix: ADD_KEY actions with FUNCTION_CALL permissions cannot be stored in the DB near-indexer-for-explorer#131
https://github.com/near/nearcore/releases/tag/1.20.0-rc.1
https://github.com/near/nearcore/releases/tag/1.19.2
--download-config
and--boot-nodes
flags to theneard init
command (@chefsale)feat(cli): Implemented the download config method to the init command #4427
feat(cli): Added ability to specify
--boot-nodes
option to the init command #4453refactor: Introduce strictly typed and assuredly validated AccountId #4440
feat(guildnet): added guildnet support and delete crashnet nearup#181
Fix lockup issues found by @ailisp core-contracts#153
fix(lockup): improve the documentation core-contracts#160
Remove exchange-deposit-receiver contract core-contracts#161
Rebuild contracts core-contracts#156
feat(buildkite): added initial core-contracts CI setup core-contracts#159
Fix typo in dir, add dependencies to Dockerfile, cleanup near-sdk-rs#454
fix(lockup): improve lockup doc, fix links docs#775
doc(standards): fix links in Fungible & NonFungible Token NEPs#236
Challenges & Blockers:
None
Action Items:
near-account-id
as an independent crate to be used throughout the ecosystem. (@miraclx) (blocked while waiting for refactor: Introduce strictly typed and assuredly validated AccountId #4440 review)near-primitives
,near-crypto
) lightweight and publishable (@miraclx)query
method as others are considered as not very important to measure) (@khorolets)broadcast_tx_commit
behavior changed between 1.19.2 and 1.20.0-rc.1 #4464 to find out if it was actually broken (@khorolets @frol)fix(examples): rebuild all after updating Dockerfile near-sdk-rs#461
Do we miss some balance changes? near-indexer-for-explorer#77 (comment)
https://github.com/near/near-indexer-for-explorer/commits/olya/circulating
FT/NFT: make a research about them near-indexer-for-explorer#108
Beta Was this translation helpful? Give feedback.
All reactions