Jakub Nowakowski

Results 82 issues of Jakub Nowakowski

## What type of PR is this? - bug ## What this PR does / why we need it: This PR implements support for `Destination` property in `GenericFlag`. Previously setting...

status/conflicts

## My urfave/cli version is v2.11.1 ## Checklist - [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [x] Did you check the manual...

kind/bug
area/v2
status/triage

With the current implementation, the `ethereum` commands fails with: `Error: unknown flag: --ethereum.url`. We add `TraverseChildren` flag to the main command to let each of the subcommands define their flags....

πŸ“Ÿ client

We use the `make build` command to build the docker image. The `make build` command is a common command for building the client. TODO: - [x] Pass `VERSION` and `REVISION`...

πŸ“Ÿ client

We need to generate a bundles for the parties that are joining our Private Testnet. The generated bundles contains a preinitialized Ethereum Account details. The account receives a stake delegation...

:cloud: infrastructure

This PR contains initial documentation for the V2 client. It is based on the existing documentation for the V1. Please see the documentation preview under https://docs.keep.network/docs-v2/index.html

:book: documentation

We add a build command to build the client binary for multiple platforms. Run the command with `make build-all`. It will store the binaries in `bin/` directory. Depends on https://github.com/keep-network/keep-core/pull/3220

πŸ“Ÿ client

The client expects version and revision to be provided on build with `-ldflags`. Here we use the git commands to obtain the values. ### `version` Will be set to the...

πŸ“Ÿ client

A node will use a list of embedded peers as bootstrap nodes for LibP2P connection initialization as per https://github.com/keep-network/keep-core/pull/3200. If a bootstrap node tries to connect to itself it will...

πŸ“Ÿ client