Merge pull request #963 from moonstream-to/change-tasks

Add changes for state tasks.
pull/965/head
Andrey Dolgolev 2023-11-07 23:42:37 +02:00 zatwierdzone przez GitHub
commit a7a2300d73
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 17 dodań i 17 usunięć

Wyświetl plik

@ -469,7 +469,7 @@ def parse_jobs(
# run crawling of levels
try:
# initial call of level 0 all call without subcalls directly moved there
logger.info("Crawl level: 0. Jobs amount: {len(calls[0])}")
logger.info(f"Crawl level: 0. Jobs amount: {len(calls[0])}")
logger.info(f"call_tree_levels: {call_tree_levels}")
batch_size = crawl_calls_level(

Wyświetl plik

@ -66,9 +66,9 @@
{
"inputs": [
{
"internalType": "uint256",
"internalType": "uint16",
"name": "seasonId",
"type": "uint256",
"type": "uint16",
"value": 1
},
{
@ -89,48 +89,48 @@
}
],
"name": "twtGetSeasonalDominationPointsByAccount",
"address": "0xb93D53A10793C7EA7DaE973625C9BB3b18Eec2A7",
"address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D",
"outputs": [
{
"internalType": "uint256[5]",
"internalType": "uint56[5]",
"name": "shadowcornDominationPoints",
"type": "uint256[5]"
"type": "uint56[5]"
},
{
"internalType": "uint256[5]",
"internalType": "uint56[5]",
"name": "unicornDominationPoints",
"type": "uint256[5]"
"type": "uint56[5]"
}
],
"stateMutability": "view",
"type": "function",
"selector": "0x1c109952"
"selector": "0x0b4ef829"
},
{
"inputs": [
{
"internalType": "uint256",
"internalType": "uint16",
"name": "seasonId",
"type": "uint256",
"type": "uint16",
"value": 1
}
],
"name": "twtGetSeasonalDominationPointsForAllRegions",
"address": "0xb93D53A10793C7EA7DaE973625C9BB3b18Eec2A7",
"address": "0x665B8Db5b9E3b396e2Ccb0Bd768dc74fC47Ec20D",
"outputs": [
{
"internalType": "uint256[5]",
"internalType": "uint56[5]",
"name": "shadowcornDominationPoints",
"type": "uint256[5]"
"type": "uint56[5]"
},
{
"internalType": "uint256[5]",
"internalType": "uint56[5]",
"name": "unicornDominationPoints",
"type": "uint256[5]"
"type": "uint56[5]"
}
],
"stateMutability": "view",
"type": "function",
"selector": "0xa491c0f6"
"selector": "0xbddb218c"
}
]