NUSGreyhats / greyctf-evm-infra

1 stars 0 forks source link

improve performance and security #1

Open caprinux opened 9 months ago

caprinux commented 9 months ago
caprinux commented 9 months ago

list of rpc methods can be found here https://book.getfoundry.sh/reference/anvil/

caprinux commented 9 months ago

if you remove --fork-url

> nc localhost 5000
1 - launch new instance
2 - kill instance
3 - acquire flag
1
action? Error while deploying contract: {'code': -32000, 'message': 'intrinsic gas too high -- tx.gas_limit > env.block.gas_limit'}
caprinux commented 9 months ago

certainly faster without having to fork an existing blockchain node, but i'm not too sure about fixing it and whether ill break something in the process X_X