Travis Reeder
Travis Reeder
Like these: https://aws.amazon.com/blockchain/templates/
See: https://github.com/ethereum/go-ethereum/wiki/Running-in-Docker We should mount the data dir like at the bottom of that plus enable env vars that will be different for each signing node. * Keys created with:...
Seems we're pretty CPU bound right now when pushing a high number of transactions so it would be good to find ways to reduce CPU usage. Currently we have an...
Either from another node, the API or cloud storage.
https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3) https://softwareengineering.stackexchange.com/questions/47323/can-i-use-an-lgpl-licenced-library-in-my-commercial-app * Can we dynamically link it? * Can we turn go-eth into a library and just use it as a library? * Maybe for at least some part...
If I import these two components via jsdelivr CDN: ```js import 'https://cdn.jsdelivr.net/npm/@material/[email protected]/menu/menu-button.js/+esm' import 'https://cdn.jsdelivr.net/npm/@material/[email protected]/menu/menu.js/+esm' ``` I get:  _Originally posted by @treeder in https://github.com/material-components/material-web/issues/3050#issuecomment-1233536219_
Might be a good idea to enable discussions on this repository to keep issues just for actual issues rather than questions and discussions.
Rather than having to generate the hash for the `data` field on the client side, allow human readable input, like: ```json "call": { "function": "my_function", "args": [ "yo", 123 ]...