canepat

Results 100 issues of canepat

[evm_executor_test.cpp at commit 0325d](https://github.com/torquem-ch/silkrpc/blob/0325d42c6adce4529455b8e7bc076796561bc257/silkrpc/core/evm_executor_test.cpp)

enhancement

[Security-related flags in C compilers](https://github.com/airbus-seclab/c-compiler-security)

enhancement

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...

enhancement

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...

bug

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)

enhancement

Add support for shared-memory access to chaindata as replacement for `KV` interface in local deployments (`Silkrpc` colocated with `TurboGeth Core`)

enhancement

Add fuzz testing at least for HTTP JSON RPC external interface

enhancement

Use updated silkworm-go bindings for MDBX env in ExecuteBlocks Fix CAPI library search and symlinks in devenv script

silkworm

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...

perf testing