Thomas Eizinger

Results 1888 comments of Thomas Eizinger

It would be my first syncthing contribution but I'd open to help out with the implementation as long as there is some guidance around how things should be done. Is...

Is this ticket intended to track adding support for specifying the `language` parameter of the `solc-js` input object? https://github.com/trufflesuite/truffle-compile/blob/aae0fb1e66bbeaf70bf9450bae2888cf109b1c82/index.js#L73

Yes, it would be really great if `truffle` would support `assembly` input to test contracts that are written in pure assembly code. However, `solc-js` only supports `Solidity` for now AFAIK...

I got the same error message when trying to compile with `assembly` and `solc-js`. I think `solc-js` is limited to compiling Solidity code at the moment. Currently, we are doing...

Yeah looks good to me! Would the `new()` function deploy the contract?

Is there any reason for not going with the current `deployed` notation? I am not sure where or even if there should be a difference in terms of the test...

Sure thing :) Here is a contract that upon invocation (no data needed) selfdestructs to a given address: ``` { 0x1000000000000000000000000000000000000001 selfdestruct } ``` `1000000000000000000000000000000000000001` is the address the contract...

> I don't have access to a punchable NAT right now. Do you @thomaseizinger? If so, mind running this version of the Rust punchr to test https://github.com/libp2p/rust-libp2p/pull/3454? I might have...

> Results from a cafe: > > ![image](https://github.com/libp2p/punchr/assets/7047859/2ee9d2f7-50e6-44b5-945c-029734886e78) > All QUIC?

Note that if it is running within a systemd service or something similar, it should automatically be restarted.