Rafał Leszko

Results 46 issues of Rafał Leszko

As the livepeer cmd user, I'd like to use specify the `-network arbitrum-one-goerli` option in order to use start Livepeer node in the Arbitrum Devnet (Goerli) network. Additionally, we should...

area: blockchain
blockchain

**Is your feature request related to a problem? Please describe.** Currently, if the value of `-maxGasPrice` is too low, the transactions are not sent and never retried. The issue was...

status: icebox
area: orchestrator QoL
type: enhancement
area: blockchain

After the Livepeer contracts are deployed into Arbitrum Goerli we should perform the whole E2E workflow to see if Livepeer transcoding and payments work correctly. I remember that when we...

area: blockchain
blockchain

Currently the default `livenessProbe` endpoint is `/health/node-state`. It should actually be `/health`. The change is trivial, but before applying it we need to double check that it does not break...

good first issue

To use the CP Subsystem in Kubernetes, we need to enable CP Subsystem Persistence (Enterprise Feature). There should be an option for this in the Hazelcast Enterprise Helm Chart.

Reported by @neilstevenson. The Helm chart only creates non-lite members. It would be useful if it could create lite-members also.

enhancement
good first issue

`HazelcastClientTestCase` test seems to be testing the client, however actually it does not. It should be fixed. See the comment in the code: https://github.com/hazelcast/hazelcast-eureka/blob/master/src/test/java/com/hazelcast/eureka/one/HazelcastClientTestCase.java#L67

good first issue

Allow interaction with web3.storage service using credentials (principal key and delegation proof) passed as base64-encoded env variables. **Rationale** Taking [AWS CLI as an example](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html), you can either use `aws configure`...