Roman Behma

Results 6 issues of Roman Behma

This is the main feature branch of OCR2Keeper feature. All implementation PRs should be merged against this branch. `ETH_GAS_LIMIT_OCR_JOB_TYPE` evar must be set to `5000000`

do-not-merge-yet

# Description Integrate [goleak](https://github.com/uber-go/goleak) to tests # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix (change that solves an urgent issue, and...

feature

``` RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-X 'main.BranchName=' -X 'main.SHA='" -a -tags musl -o nerif-app ./main.go: #20 60.58 # command-line-arguments #20 60.58 /usr/local/go/pkg/tool/linux_amd64/link: running g++ failed: exit status 1 #20...

gRPC server running under QUIC protocol requires benchmarking and load testing. The current version does not support QUIC. Add options to the runner: - Specify custom dialer - Specify custom...

## Description of the bug I'm building an example of the microservices project built using `go-micro` with two simple services: https://github.com/begmaroman/go-micro-boilerplate/blob/feature/k8s/docker-compose.yaml The first service is rest-api-svc and built using go...