dxo

Results 118 comments of dxo

@arcz sorry I should have commented here. I've been playing around with this a bit since the ghc compiler version update is a blocker for me atm. So far I've...

I think this breaks both `seth call` and `seth mktx` which both use `seth gas-price` internally. It will also break any existing scripts that rely on the current output of...

> For this, I prefer to concatenate in 2 commands that instead of returning a value, they define an env variable. market and provider. The reason being that a curl...

> - `seth gas-price market`: Populate `$ETH_TX_GAS_FAST`, `$ETH_TX_GAS_RAPID`, etc > - `seth gas-price provider`: Populate `$ETH_TX_GAS_PROVIDER` I think this feels a little stateful and somewhat hard to compose. I would...

Running into the same error when trying to reboot a new AX51-NVMe server into the rescue system. I am able to reboot the server using a hard reset from the...

I think for `v0.1` the following should be sufficient: 1. A simple language reference (similar to [acts.md](https://github.com/dapphub/klab/blob/master/acts.md)). 2. A nice blogpost similar to the [hevm symbolic](https://fv.ethereum.org/2020/07/28/symbolic-hevm-release/), or [ds-test](https://fv.ethereum.org/2020/12/11/symbolic-execution-with-ds-test/) outlining common...

I find this pretty usatisfying tbh. It's a pretty common pattern and I think we need a cleaner way to handle stuff like this.

> > As currently implemented the meaning is the second meaning (the value of the env var at the time of the method invocation). > > @xwvvvvwx I'm not sure...

> Oh I guess it's the pre part of the induction. yes, exactly