EIP1559 #31

Merged
ramilexe merged 16 commits from 1559_rework into 1559_test 2020-11-05 12:09:04 +00:00
ramilexe commented 2020-10-26 13:42:44 +00:00 (Migrated from github.com)
No description provided.
ramilexe commented 2020-10-26 13:43:39 +00:00 (Migrated from github.com)
  • RPC refarctored
  • updated base classes
* RPC refarctored * updated base classes
Member

I think we should add this info to the version meta in addition to (or instead of) here

I think we should add this info to the [version meta](https://github.com/vulcanize/go-ethereum/blob/1559_rework/params/version.go#L27) in addition to (or instead of) here
Member

New JSON tags here and in other files should use camelCase

New JSON tags here and in other files should use camelCase
n0cte (Migrated from github.com) reviewed 2020-11-04 18:45:20 +00:00
n0cte (Migrated from github.com) commented 2020-11-04 18:45:20 +00:00
VersionMeta  = "eip1559-970c594cd3"
``` VersionMeta = "eip1559-970c594cd3" ```
n0cte (Migrated from github.com) reviewed 2020-11-04 18:47:05 +00:00
n0cte (Migrated from github.com) commented 2020-11-04 18:47:05 +00:00

max_miner_bribe_per_gas changed to maxMinerBribePerGas
fee_cap_per_gas changed to feeCapPerGas

```max_miner_bribe_per_gas``` changed to ``` maxMinerBribePerGas``` ```fee_cap_per_gas``` changed to ``` feeCapPerGas```
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/go-ethereum#31