erigontech / erigontech/silkworm
capi: extend Go test client to run in CI
Open
c api
integration testing
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have a proper Go test client exercising our C API (or at least part of it) and running some integration tests in our CI.
In order to properly do this, we should import `mdbx-go` module and initialise a temporary in-memory database to setup the proper execution context (i.e. real MDBX env pointer) in Go test client.
Contributor guide
Assessment
This issue has not been assessed yet.