Alex Sherbuck

Results 8 comments of Alex Sherbuck

Not enough info here to do anything productive. Any help?

What's the block number?

Thanks for taking the time here. I will check this out tonight and merge up

@davidmurdoch All comments have been resolved, links in replies to the relevant commits. In addition: 1. Nasty unit test responsible for the intermittent failures are gone. 2. Added the CI...

### Description ``` javascript eth_feeHistory( blockCount: QUANTITY, newestBlock: QUANTITY | Ethereum.Tag, rewardPercentiles: number[] ) ``` For a range of blocks starting at `newestBlock` and going back `blockCount` blocks (inclusive of...

You will need to install ``` sh $ sudo apt install snapd snapcraft ``` The `cd` into `src/packages/ganache` and run ``` sh $ snapcraft ``` It will ask you to...

IIRC a `.service` file lets `systemd` run Node apps as a background process that lives inside it's own session and you can control it with `systemctl`. I have no idea...

Why do I need to add a GPG key and another repository to install a cli tool that only bootstraps a language-specific project? It's not 2008. Can we please get...