Brief Summary
- Created a JavaScript SDK workshop w/ quick start repo!
- Code preparation steps for executing a smart contract function call now charged before the work is complete.
-
v0.14.0
of nearcore crates released which resolved node server responses becoming underserializable from the client. - Initial ABI tooling repos created.
Results
-
Protocol:
- Improvements made to mock-node benchmarking tool.
- Added compile-time checks that confirm asyncronous block processing. PR #6962, #6945, #6946
- Added integer overflow test coverage for gas counter.
-
Node:
- Storage config is now consolidate to one location.
- Garbage collection after sync test fixed.
- SSL enabled in telemetry clients to allow clients the ability to send information to explorer.
- Added
build_chain
test documentation & insta snaspshots which will allow for easier updates to hashes as they change. --verbose
flag now allows for arguments to be optional instead of required. This pattern is standard most linux utilities and will be less confusing for developers.
-
Developer Tools:
-
near-sdk-js
- Changed arguments being passed as an array to being passed as named parameters
- Consolidated all examples into one main project
- Improved
near-sdk build
command to allow for multiple contracts in a single project. - Improved documentation / variable naming to clearly explain
Bytes
return type.
-
ABI
- ABI tooling proof of concept repos created
-
nearcore
-
parser
anderrors
module separated into more specialized modules as part of a larger initiative to decouplejsonrpc-primitives
fromnear-primitives
-
-
near-worspaces-rs
-
-
Data Platform:
- New working prototype created for the new Indexer based on AWS AuroraDB with write performance 3-4x that of current Postgres solution.
- New working draft of the Alert Indexer created.
-
Developer Console:
-
Infra:
- Deployed
RC v1.26.1
tomainnet
- Upgraded rust version on buildkite agents to
1.61.0
which unblocks build jobs fornear-sdk
.
- Deployed
Call for Action
- Add your opinion on the proposal to reduce the gas floor price
- Test out
near-sdk-js
and leave us some feedback here.
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 |