canepat
canepat
[evm_executor_test.cpp at commit 0325d](https://github.com/torquem-ch/silkrpc/blob/0325d42c6adce4529455b8e7bc076796561bc257/silkrpc/core/evm_executor_test.cpp)
[Security-related flags in C compilers](https://github.com/airbus-seclab/c-compiler-security)
Refactor content of `core` package to improve testability: - merge content of `rawdb` subpackage into `core` - move `accessors.hpp` to `database_reader.hpp` - refactor `chain.hpp` content introducing interface `Chain` and subclass...
See RPCDaemon behavior that supports integers. Silkrpc response to `web3_clientVersion` request with `"id": 1` is currently: ``` { "error": { "code": 100, "message": "[json.exception.type_error.302] type must be number, but is...
Add support for [gRPC SSL/TLS authentication mechanism](https://grpc.io/docs/guides/auth/) with dedicated command-line option to choose between no authentication or SSL/TLS authentication (the latter should become the default)
Add support for shared-memory access to chaindata as replacement for `KV` interface in local deployments (`Silkrpc` colocated with `TurboGeth Core`)
Use updated silkworm-go bindings for MDBX env in ExecuteBlocks Fix CAPI library search and symlinks in devenv script
Currently, the GitHub workflow running the RPC performance tests contains quite a lot bash code in some steps, especially [here](https://github.com/erigontech/silkworm/blob/master/.github/workflows/rpc-performance-tests.yml#L62). We should improve this by placing such code in a...