Micaiah Reid

Results 86 issues of Micaiah Reid

The dashboard will need capability to listen to truffle events. We'll need to add a new default subscriber to truffle for the dashboard. A lot of other issues hinge on...

enhancement
priority1 🚨
dashboard

Once Ganache v7 is in stable, many of the boxes that use Ganache can be upgraded. This could be a good issue for a future task force.

priority5 🌀

This change expands `eth_getBlockByNumber` so that Ganache actually returns a `pending` block when you call it and pass the "pending" tag. _shhhhh, don't tell anyone but in the past we'd...

This change adds a `semantic.yml` file to configure how the Semantic-PRs app interacts with Ganache. This app will now require that all pull requests have a title with a [conventional...

This change adds the `eth_createAccessList` RPC method in accordance with [Geth's spec](https://geth.ethereum.org/docs/rpc/ns-eth#eth_createaccesslist). This RPC method returns an access list and an estimate of the gas consumed by running the transaction...

#2489 documents a race condition in the transaction pool when nonces are automatically being assigned by Ganache. This ended up running pretty deep in the causes of the race condition....

Publishing to docker is the most unreliable part of our release workflow. If it fails, the whole release fails. Currently, this means: - we have a red X next to...

tech-debt

I'd love to know what test coverage looks like any time I open a PR. I always forget to check it locally, and it can be a bit of a...

It might be nice to store some constants on the `Data` class: - [ ] `Data.WordByteLength` - use this everywhere that we do `Data.from(myData, 32)` - [ ] `Data.EmptyWord` -...