Christopher Goes
Christopher Goes
Some concerns around validators manipulating the queues to prevent subsequent proposers from including more new transactions, perhaps we could allow proposers to do what they want but appending to a...
> The validators can choose to accept fees payed in different tokens, but in the ledger the fees should be paid in XAN. I'm not really convinced that this is...
Yes; we should use a simple database layer to store the mempool - and it might be worth already integrating that in a way which assumes that it may not...
I am not sure that the validator set should have the ability to change all of these, maybe not the MASP, but that's easy to pick later. A 2/3 threshold...
Are you running with a local signer or a remote signer? The signing code in `backerei` may not work with the latter, it's particular to a certain CLI interaction.
Ok, `backerei` probably needs a fix to work with remote signers. Try editing the code [here](https://github.com/cryptiumlabs/backerei/blob/master/app/Payout.hs#L314), which is particular to the way `tezos-client` reads and writes from the terminal. Glad...
I don't think that is being appended, that's just what `backerei` prints. Have you had any success? Unfortunately I can't test this easily locally.
Hmm. What would you like to parse - all the fields at the top level?
> This is also a good project we could get third party developers to help with! Yes, this is an ideal case for third-party work as we'd prefer someone look...
Ref https://github.com/tendermint/tendermint/issues/1859