Brief Summary
- We published near-jsonrpc-client v0.1.0;
- Node Interfaces team is taking over ownership of lockup contract infrastructure (docs, code, UIs, etc);
- Node Experience have added Mocknet load testing using Skyward contract. This is super important given that many projects are launching on NEAR recently;
- We released nearcore v1.22.0-rc.4 on Testnet on Nov 3;
Progress
- Contract Runtime team fixed Wasmer 2 memory leak;
- Contract Runtime also debugged slowness of singlepass compilation and determined the cause, this is important to reduce our contract deployment costs;
- We are now logging host function calls which should make our node more diagnosable;
- Node Interfaces added support of NFT events into Indexer. Consider adding support of NFT events into your NFT contracts;
- Core team fixed a whole bunch of splinters with sharding deployment: memory issue, garbage collection issue, bug in shard_tries:, panic if node tries to sync just after sharding upgrade;
- Infrastructure team did lots of resizing of instances following larger storage demand. They also helped Feiyu and Aurora projects with their nodes;
- Infrastructure team did a lot of work on releasing patches, implementing RPC throttling, and other kinds of preparations for the upcoming project launches.
Fun stuff
- @miraclx implemented a nosedive-rs contract, inspired the corresponding BlackMirror episode;