Skip to content

Commit

Permalink
Merge branch 'main' into lava_session
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Oct 31, 2022
2 parents 5023a7f + 06b65e5 commit 2058d40
Show file tree
Hide file tree
Showing 41 changed files with 15,917 additions and 9,363 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ testutil/e2e/logs/
ptnet/
scripts/vars/
testutil/debugging/

ts-client/
10 changes: 5 additions & 5 deletions cookbook/spec_add_alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
"name": "eth_subscribe",
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"local": true,
"subscription": true,
"stateful": 0
},
"block_parsing": {
Expand All @@ -349,7 +349,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand All @@ -362,7 +362,7 @@
"name": "eth_unsubscribe",
"category": {
"deterministic": false,
"local": false,
"local": true,
"subscription": false,
"stateful": 0
},
Expand All @@ -373,7 +373,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand Down
30 changes: 16 additions & 14 deletions cookbook/spec_add_arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"average_block_time": "500",
"allowed_block_lag_for_qos_sync": "20",
"apis": [
{"name": "rpc_modules",
{
"name": "rpc_modules",
"category": {
"deterministic": true,
"local": false,
Expand Down Expand Up @@ -84,7 +85,7 @@
}
]
},
{
{
"name": "eth_syncing",
"category": {
"deterministic": false,
Expand Down Expand Up @@ -338,8 +339,8 @@
"name": "eth_subscribe",
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"local": true,
"subscription": true,
"stateful": 0
},
"block_parsing": {
Expand All @@ -349,7 +350,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand All @@ -362,7 +363,7 @@
"name": "eth_unsubscribe",
"category": {
"deterministic": false,
"local": false,
"local": true,
"subscription": false,
"stateful": 0
},
Expand All @@ -373,7 +374,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand Down Expand Up @@ -1296,7 +1297,8 @@
"average_block_time": "500",
"allowed_block_lag_for_qos_sync": "20",
"apis": [
{"name": "rpc_modules",
{
"name": "rpc_modules",
"category": {
"deterministic": true,
"local": false,
Expand Down Expand Up @@ -1367,7 +1369,7 @@
}
]
},
{
{
"name": "eth_syncing",
"category": {
"deterministic": false,
Expand Down Expand Up @@ -1621,8 +1623,8 @@
"name": "eth_subscribe",
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"local": true,
"subscription": true,
"stateful": 0
},
"block_parsing": {
Expand All @@ -1632,7 +1634,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand All @@ -1645,7 +1647,7 @@
"name": "eth_unsubscribe",
"category": {
"deterministic": false,
"local": false,
"local": true,
"subscription": false,
"stateful": 0
},
Expand All @@ -1656,7 +1658,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand Down
10 changes: 5 additions & 5 deletions cookbook/spec_add_celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
"name": "eth_subscribe",
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"local": true,
"subscription": true,
"stateful": 0
},
"block_parsing": {
Expand All @@ -349,7 +349,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand All @@ -362,7 +362,7 @@
"name": "eth_unsubscribe",
"category": {
"deterministic": false,
"local": false,
"local": true,
"subscription": false,
"stateful": 0
},
Expand All @@ -373,7 +373,7 @@
"parserFunc": "EMPTY"
},
"compute_units": "10",
"enabled": false,
"enabled": true,
"apiInterfaces": [
{
"interface": "jsonrpc",
Expand Down
Loading

0 comments on commit 2058d40

Please sign in to comment.