nibhar
nibhar
Currently the checkout treats overpayments . the same as exact payments. Add a notification to the user indicating he can contact the merchant.
The `CheckoutRequest` has some open questions: - [ ] change `shopLogoUrl` to i.e. `appLogoUrl` - [ ] are `protocolSpecifics` needed or can this be flattened into the `paymentOption`. - [...
- [ ] BTC address validation - [ ] ETH address validation
Rename: - [ ] account -> address - [ ] wallet -> account
There is two parts to this, both providing similar information: - [ ] Annotate the functions and parameters in our own nimiq-rpc-client fully such that clap can provide meaningful help...
A set of 2 distinct blocks were gossiped around thousands of times in a recent Devnet run. These Blocks are very outdated. Current head was #552928 with the gossiped Blocks...
Our Tendermint implementation has some shortcomings which needs some refactoring: * The state is only yielded once Tendermint has already acted on it. This is problematic because the state is...
The Validator network needs to know the validator ids for a given epoch before the next voting takes place, namely either a macro block or a view change. Currently that...
This means some signifcant refactoring to the `TendermintOutsideDeps` and the `TendermintState`. In particular, but not limited to: - [ ] Move the aggregation logic such that the state can reflect...
The Handel partitioner does create a specific tree structure which generally always has a power of 2 number of leaves. However the number of validators is not generally a power...