Brief Summary
-
A
neacore
update was shipped allowing nodes to change log levels on the fly. Now when a node is experiencing issues users can enterdebug
mode without having to restart. - Node performance has been improved by reducing the garbage collection fork limit by 10x (1k to 100).
- A query was removed from NEAR Wallet that resolved an incident associated with the contract helper service. A circuit breaking pattern will be implemented to help prevent future occurences.
- New testing framework
workspaces-js
v2.0
released! - NEAR Lake Framework published to crates.io!
Results
-
Node Team:
- Improved performance of NayDuck tests by running a Docker cleanup routine which removes the image upon test completion.
- Removed old database migration code and only requiring most recent five DB versions. This allows freedom from unnessesary migration support as well as freedom from old data structure definitions. Zulip discussion here
- Improved error handling with DB migration errors by surfacing meaningful error messages rather than a simple panic.
- Improved Prometheus metrics by simplifying code and allowing it to be more easily scraped, adding more structure to dropped messages, and exporting a node’s build information.
-
Infrastructure Team:
- SRE Team and Security Team conducted its first offsite in Austin, TX.
-
Developer Tools:
-
workspaces-js
v2.0
released!- API functionality simplified and better aligned with
workspaces-rs
- Added simple project example
- Various bug fixes
- API functionality simplified and better aligned with
-
Added
view_block
API toworkspaces-rs
to allow access to block information. - Created an example of how to use
jsonrpc-client
for top-level and sub-account creation.
-
-
Developer Console:
- Landed on a final decision regarding user feedback tooling choice.
- Added a project name check routine to mitigate duplicates
- Added maintence mode for when DevConsole is undergoing scheduled maintenance
- Updated tutorial appearance to mach docs.near.org as well as fixing e2e tests
-
Data Platform:
- Data Platform hosted their first Community Meeting!
-
Explorer Team:
- Validator and staking pool sections were refactored which improved accuracy of staking values and user digestibility of information.
- New lockup helper library was shipped! This will allow the team to move forward with the ability to display lockup contract information on Explorer.
Call for Action
- Take a moment to participate in our Data Platform Survey!
Join one or more of our Monthly Community Meetings!
Team / Topic | When? |
---|---|
Developer Console / Explorer | First Thursday |
Protocol / NEPs | Second Thursday |
Developer Tooling | Third Thursday |
Data Platform | Last Thursday |