Paul M Fox

Results 42 issues of Paul M Fox

Hello! I added a mechanism to provide a callback function which can load partials by name from some external cache. This requirement came about while I was working on a...

The default log `Entry` pointer (called `std`, in package `github.com/omeid/gonzo/context`) is unexported. That's fine for most purposes, but when new `Context`s are created in the helper functions, they have an...

We need a testnet for stable releases that's separate from the unstable testnet at testnet.kowala.io. This stable testnet will then effectively function as the QA / UAT / Release candidate...

This will be necessary for controlled e2e and manual tests. The oracle clients read price information from a number of currency exchange APIs and use that to calculate the price...

## General problem In the early stages of the kUSD (and possibly other) network(s), token holders are not allowed to sell or otherwise transfer token ownership. This is for legal...

Using something like the [web3 extensions for mining](https://docs.kowala.io/advanced/minting-tokens/), govenors need to be able to update the the maximum number of validators. There is a [smart contract interface](https://docs.kowala.io/smartcontracts/ValidatorMgr/#setmaxvalidators) and a [binding](https://github.com/kowala-tech/kcoin/blob/dev/client/contracts/bindings/consensus/gen_manager.go#L817)...

High priority

Like https://github.com/tendermint/tendermint/blob/master/docs/spec/reactors/consensus/proposer-selection.md

This will require the roster size update tooling via the governance keys.

blocked

We're getting a lot of `evm: transaction reverted` error when running multiple validators on the testnets. It's a real problem because we have no idea what's failing, or where the...

High priority

We have pre-mined funds (see [networks.go](https://github.com/kowalatech/kcoin/blob/dev/client/knode/genesis/networks.go#L5)) that are not reflected in the explorer, so it seems like we're hiding them. We need some kind of artificial, injected transaction to represent...