3 Commits

Author SHA1 Message Date
Abdelhamid Bakhta
081db1a661
EIP-3198 Draft -> Review (#3330)
* create basefee opcode EIP

* Assign EIP number

* Update eip-x.md

* Update summary

* Add example use cases

* Set opcode value and gas cost

* rename file with assigned EIP number

* add error case

* Add test cases

* remote unnecessary statements

* EIP-3198 Draft -> Review

* Address review comments

* Update EIPS/eip-3198.md

Co-authored-by: Micah Zoltu <micah@zoltu.net>
2021-03-09 19:37:21 +08:00
Abdelhamid Bakhta
567d247fa7
Automatically merged updates to draft EIP(s) 3198 (#3200)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-01-14 21:45:06 +13:00
Abdelhamid Bakhta
8a059638d7
Create BASEFEE opcode EIP (#3198)
Add a `BASEFEE (0x48)` that returns the value of the base fee of the current block it is executing in.
2021-01-14 15:59:57 +08:00