Mihir Wadekar
Mihir Wadekar
Fixes #1985 Introduces the wrapper library for EIP 198 that @frangio mentioned in issue #1985. Code was taken from https://ethereum.stackexchange.com/questions/71565/verifying-modular-exponentiation-operation-in-etherum Looking forward to code review and comments to add docs...
I was trying to use the erc20-snapshot GitHub repository and ran into some issues. I suspect this is due to broken dependencies. Note: I have a config.json in my directory...
Created this PR to start an initial conversation if such an EIP would be useful to the community in general. Have built out the barebone structure of the EIP and...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? _No...
Git submodules makes source tracking in vscode annoying with multiple windows open. Having the right extension for huff is necessary to code effectively.
This PR is now ready to merge. We're adding support for the ModExp function in huff-math. This is a wrapper around the call to the pre-compile. Fixes #13
I helped contribute towards: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3298 We should have a modular exponentiation function as part of huff-math
We are adding support for this repo to be installed as a node module. This will be installed by something like `bun add github:huff-language/foundry-huff` Fixes #63
Will foundry-huff support installation using npm/bun in the future? My current repo has a setup where all contract libraries are installed using bun. Currently making an exception for foundry-huff since...
A PR for adding more data fields into the block creator. I think it would be beneficial if we had the base_fee_per_gas, the total gas, timestamp, and the extra_data of...