Skip to content

Commit

Permalink
Merge branch 'main' into lava_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Aug 3, 2022
2 parents fdad1ab + 42644b2 commit 30ef2a7
Show file tree
Hide file tree
Showing 86 changed files with 10,103 additions and 801 deletions.
8 changes: 4 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,12 @@ func New(
ibctransfertypes.ModuleName,
specmoduletypes.ModuleName,
epochstoragemoduletypes.ModuleName,
conflictmoduletypes.ModuleName, //conflict needs to change state before pairing changes stakes
pairingmoduletypes.ModuleName,
vestingtypes.ModuleName,
upgradetypes.ModuleName,
feegrant.ModuleName,
paramstypes.ModuleName,
conflictmoduletypes.ModuleName)
paramstypes.ModuleName)

app.mm.SetOrderEndBlockers(
capabilitytypes.ModuleName,
Expand All @@ -525,12 +525,12 @@ func New(
ibctransfertypes.ModuleName,
specmoduletypes.ModuleName,
epochstoragemoduletypes.ModuleName,
conflictmoduletypes.ModuleName,
pairingmoduletypes.ModuleName,
vestingtypes.ModuleName,
upgradetypes.ModuleName,
feegrant.ModuleName,
paramstypes.ModuleName,
conflictmoduletypes.ModuleName)
paramstypes.ModuleName)

// NOTE: The genutils module must occur after staking so that pools are
// properly initialized with tokens from genesis accounts.
Expand Down
52 changes: 2 additions & 50 deletions cookbook/spec_add_ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,54 +36,6 @@
}
]
},
{
"name": "eth_submitWork",
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"block_parsing": {
"parserArg": [
""
],
"parserFunc": "EMPTY"
},
"compute_units": "1",
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
"type": "get",
"extra_compute_units": "0"
}
]
},
{
"name": "eth_submitHashrate",
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"block_parsing": {
"parserArg": [
""
],
"parserFunc": "EMPTY"
},
"compute_units": "1",
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
"type": "get",
"extra_compute_units": "0"
}
]
},
{
"name": "net_version",
"category": {
Expand Down Expand Up @@ -385,7 +337,7 @@
{
"name": "eth_subscribe",
"category": {
"deterministic": true,
"deterministic": false,
"local": false,
"subscription": false,
"stateful": 0
Expand All @@ -409,7 +361,7 @@
{
"name": "eth_unsubscribe",
"category": {
"deterministic": true,
"deterministic": false,
"local": false,
"subscription": false,
"stateful": 0
Expand Down
Loading

0 comments on commit 30ef2a7

Please sign in to comment.