Daniyar Itegulov
Daniyar Itegulov
Thanks for the amazing library! I know that there is a way to override docs on each individual struct field like this: ```rust #[derive(JsonSchema)] pub struct OverrideDocs { /// This...
It would be nice to be able to (de)serialize `BorshSchemaContainer` into something human-readable. For some context, we must somehow represent a contract's borsh-serializable types in the ABI schema file. Since...
Fixes #197 This PR migrates existing tests to workspaces and add new ones to cover storage functions, `ft_transfer_call` and wNEAR-specific functions. I will do another pass tomorrow to make sure...
Do you have any plans to add support for Scala 3/Dotty?
## What ❔ Added a config flag to disable all filter-related methods. If turned on, they report that the method is not implemented. ## Why ❔ If a node is...
## What ❔ This PR adds a stateful storage abstraction `CachedStorage` that encapsulates both RocksDB and Postgres behind short-lived `Box` connections. Internally `CachedStorage` keeps track if RocksDB is behind Postgres...
## What ❔ This PR adds an optional `tracing` layer to `vlog` that exports all spans to a configurable OTEL collector. This layer is then used in most prover components...
## What ❔ This PR creates a new abstraction `OutputHandlerFactory` that can orchestrate output handlers in a non-trivial manner. Specifically, for the purposes of VM runner we create an implementation...
## What ❔ Main body of VM runner that combines all previously implemented components into a reusable framework that re-executes blocks in VM. ## Why ❔ ## Checklist - [x]...
### Description Multichain is a total overhaul of mpc-recovery service that will move us away from aggregated signatures towards [TSS](https://en.wikipedia.org/wiki/Threshold_cryptosystem). Multichain network will store users' private keys in a non-custodial...