Rome Reginelli
Rome Reginelli
> > send_reliable_submission() takes a wallet and unsigned transaction. That gives the impression that it might modify the transaction instructions and (re-)submit a replacement/modified version, which it absolutely MUST NOT...
On a related note, we should make sure that the methods we have can be integrated with hardware wallets (like a Ledger Nano S). I don't have one so I...
Modular config files in the repo level might also be useful. Could probably use https://github.com/tanbro/pyyaml-include to do that.
I wouldn't say it applies to all projects. Depending on the kinds of URLs you use, you can often just open the `out/` folder in your browser and click an...
looks like https://pypi.python.org/pypi/pdfkit provides a native wrapper for wkhtmltopdf already so that should make it easier
That's a neat idea, but I think it may be challenging to make that interface work in a secure way.
Made a working proof of this here: https://github.com/ripple/dactyl/compare/selective_include
Can you provide some examples?
Speaking anecdotally, the group I've played with was able to pretty quickly understand how the current system works. You get one hint for every N% of your checks found, where...
> 2. Add a hint point trickle, something like every X minutes give another Y points to everyone, might be especially liked in asyncs. This idea makes a lot of...