You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add documentation for dynamic gas cost and gas refunds
- Add a gas estimator to compute fees based on Inputs and Common params
- Change "Static gas" column to "Minimum gas" to avoid misleading 0 cost
- Use Input stack variable names more consistently in the doc
- Extend opcodes.json with dynamicFee definition of user inputs
- Add support for opcode specific dynamic docs with variables from Common gasPrices param
- Show dynamic gas fee tooltip only when it's active in the selected fork
UI:
- Add focus state on the input fields
Misc:
- Upgrade to NextJS 12 with Webpack 5
- Get rid of browserify with global ethereumjs objects
- Simplify lookup of table's opcodes object
- Fix saving of selected fork setting value
- Fix setting common chain and hardfork
Closes#57#67#85
NextJS 12 drastically improves refresh and build times for faster dev feedback. Also, adds support for React 18.
The text was updated successfully, but these errors were encountered: