sam bacha

Results 253 comments of sam bacha
trafficstars

> ## Add support for L2s > #### Arbitrum > Arbitrum gas units are different: opcodes are priced differently, so swaps as an example, cost different amounts. Arbitrum has 2...

question: what about doing an ephemeral pragma version and using git tag's to reference the compiler version? i.e. ```solidity pragma solidity *; ``` ```bash git ls-remote -t --refs https://github.com/paulrberg/prb-test |...

posting this I realize you can just use the `$1 : version` and pass that to forge as long as you had in the foundry.toml file disabling auto detect, avoiding...

> Interesting idea @sambacha, but I think it would be easier to just run `foundry build` iteratively between a min and a max version. Here's a dummy GitHub Action shell...

the link above filters ```jsonc { "status": "pending" } // pending state otherwise its not in the mempool { "baseFeePerGas": "

The problem is that not even geth conforms to its own specification, with undocumented API's available. A solution is using something like trueblocks also just to illustrate your point, block...

> I guess it should also be possible to parse some custom natspec comments with a list of inputs? 0.8.13 supports the natspec directive of custom now ```jsonc // from...

This would basically be like simulating a tx (the response object would use the same inputs) which was shot down by @onbjerg - @mattsse can correct me on this

Line length is not a character count enforcing parameter, i dont know why you would want it like that

> > Line length is not a character count enforcing parameter, i dont know why you would want it like that > > Some lines may be a char or...