Dylan Verstraete

Results 61 comments of Dylan Verstraete

> @DylanVerstraete it would be nice to post the exact commands you used to launch your node. ``` ./target/release/tfchain --chain chainspecs/dev/chainSpecRaw.json --pruning=archive -d /tmp/dev ```

`sudo rm /etc/motd`

So, currently we have to generate a git diff file to patch a schema? What if I'm actively developing a schema, I can't imagine having to push a faulty schema...

Can you merge this?

In the polkadot JS api there are 2 methods on a storagemap: `keys()` and `entries()`, how do we achieve the same using this client?

@johnuopini check https://github.com/threefoldtech/substrate-client/blob/rename_bridge_burn_to_withdraw/bridge_withdraw.go#L104-L125

``` name = "alloy" version = "0.1.0" source = "git+https://github.com/alloy-rs/alloy#cd5a2c7cb10c04e0e0c1a31ff0b5a66a1c1a6740" ```

Yeah, I can't call the rlp::encode on it cause the log is rpl type log

Tried that, see output: ``` the trait bound `ReceiptWithBloom: Encodable` is not satisfied the trait `Encodable` is implemented for `ReceiptWithBloom` required for `&ReceiptWithBloom` to implement `Encodable`rustc[Click for full compiler diagnostic](rust-analyzer-diagnostics-view:/diagnostic%20message%20%5B8%5D?8#file%3A%2F%2F%2Fhome%2Fdylan%2FProjects%2Fcreditcoin3-next%2Fattestor%2Fsrc%2Ftransaction.rs)...