EnsoFinance / temper

Temper your expectations - Ethereum Transaction Simulator
MIT License
343 stars 43 forks source link

simulation endpoint that retains state #9

Closed ape-dev-cs closed 1 year ago

ape-dev-cs commented 1 year ago

This implements two new endpoints in the transaction simulator:

Uses a concurrent hashmap for in-memory EVM storage for max performance.

devanoneth commented 1 year ago

Thanks for the contribution!

ConnorSB13 commented 1 year ago

Thanks Mr Ape!

polyphia commented 1 year ago

Amazing !