Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Evmos Spec Champion BabyScope #17

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 4 additions & 41 deletions mainnet-1/specs/evmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
"name": "minimum-gas-price",
"values": [
{
"expected_value": "CiQ1MDAwMDAwMDAwMC4wMDAwMDAwMDAwMDAwMDAwMDBhZXZtb3M",
"expected_value": "CiQ1MDAwMDAwMDAwMC4wMDAwMDAwMDAwMDAwMDAwMDBhZXZtb3M=",
"severity": "Warning"
}
]
Expand Down Expand Up @@ -942,43 +942,6 @@
"type": "POST",
"add_on": "debug"
},
"apis": [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these api needs to be disabled, they are inherited from ETH and are not available on evmos

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yaroms Could you check the spec in this PR not on the mainnet-1/specs/evmos.json

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am i missing something?
this PR is for mainnet-1/specs/evmos.json

{
"name": "debug_getBadBlocks",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawBlock",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawHeader",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawReceipts",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawTransaction",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_storageRangeAt",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_traceCall",
"compute_units": 1,
"enabled": false
}
],
"verifications": [
{
"name": "enabled",
Expand Down Expand Up @@ -1006,7 +969,7 @@
"contributor": [
"lava@18rtt3ka0jc85qvvcnct0t7ayq6fva7692k9kvh"
],
"contributor_percentage": "0.035"
"contributor_percentage": "0.03"
},
{
"index": "EVMOST",
Expand All @@ -1024,7 +987,7 @@
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
"amount": "15000000000"
},
"api_collections": [
{
Expand Down Expand Up @@ -1127,7 +1090,7 @@
"contributor": [
"lava@18rtt3ka0jc85qvvcnct0t7ayq6fva7692k9kvh"
],
"contributor_percentage": 0.035
"contributor_percentage": "0.03"
}
]
},
Expand Down