TEZOS_PROTOCOL: use json syntax
This commit is contained in:
parent
4fa77b1278
commit
ccf6ed4a9d
@ -1,57 +1,56 @@
|
|||||||
hash = "TnrnfGHMCPAcxtMAHXdpfebbnn2XvPAxq7DHbpeJbKTkJQPgcgRGr"
|
{
|
||||||
modules = [
|
"hash": "TnrnfGHMCPAcxtMAHXdpfebbnn2XvPAxq7DHbpeJbKTkJQPgcgRGr",
|
||||||
|
"modules": [
|
||||||
|
"Misc",
|
||||||
|
"Tezos_hash",
|
||||||
|
"Qty_repr",
|
||||||
|
"Tez_repr",
|
||||||
|
"Period_repr",
|
||||||
|
"Time_repr",
|
||||||
|
"Constants_repr",
|
||||||
|
"Fitness_repr",
|
||||||
|
"Raw_level_repr",
|
||||||
|
"Voting_period_repr",
|
||||||
|
"Cycle_repr",
|
||||||
|
"Level_repr",
|
||||||
|
"Seed_repr",
|
||||||
|
"Script_int_repr",
|
||||||
|
"Script_repr",
|
||||||
|
"Contract_repr",
|
||||||
|
"Roll_repr",
|
||||||
|
"Asset_repr",
|
||||||
|
"Vote_repr",
|
||||||
|
"Operation_repr",
|
||||||
|
"Block_repr",
|
||||||
|
|
||||||
Misc ;
|
"Storage_sigs",
|
||||||
Tezos_hash ;
|
"Storage_functors",
|
||||||
|
"Storage",
|
||||||
|
|
||||||
Qty_repr ;
|
"Level_storage",
|
||||||
Tez_repr ;
|
"Nonce_storage",
|
||||||
Period_repr ;
|
"Seed_storage",
|
||||||
Time_repr ;
|
"Roll_storage",
|
||||||
Constants_repr ;
|
"Contract_storage",
|
||||||
Fitness_repr ;
|
"Reward_storage",
|
||||||
Raw_level_repr ;
|
"Bootstrap_storage",
|
||||||
Voting_period_repr ;
|
"Fitness_storage",
|
||||||
Cycle_repr ;
|
"Vote_storage",
|
||||||
Level_repr ;
|
"Init_storage",
|
||||||
Seed_repr ;
|
|
||||||
Script_int_repr ;
|
|
||||||
Script_repr ;
|
|
||||||
Contract_repr ;
|
|
||||||
Roll_repr ;
|
|
||||||
Asset_repr ;
|
|
||||||
Vote_repr ;
|
|
||||||
Operation_repr ;
|
|
||||||
Block_repr ;
|
|
||||||
|
|
||||||
Storage_sigs ;
|
"Tezos_context",
|
||||||
Storage_functors ;
|
|
||||||
Storage ;
|
|
||||||
|
|
||||||
Level_storage ;
|
"Script_typed_ir",
|
||||||
Nonce_storage ;
|
"Script_ir_translator",
|
||||||
Seed_storage ;
|
"Script_interpreter",
|
||||||
Roll_storage ;
|
|
||||||
Contract_storage ;
|
|
||||||
Reward_storage ;
|
|
||||||
Bootstrap_storage ;
|
|
||||||
Fitness_storage ;
|
|
||||||
Vote_storage ;
|
|
||||||
Init_storage ;
|
|
||||||
|
|
||||||
Tezos_context ;
|
"Mining",
|
||||||
|
"Amendment",
|
||||||
|
"Apply",
|
||||||
|
|
||||||
Script_typed_ir ;
|
"Services",
|
||||||
Script_ir_translator ;
|
"Services_registration",
|
||||||
Script_interpreter ;
|
|
||||||
|
|
||||||
Mining ;
|
"Main"
|
||||||
Amendment ;
|
]
|
||||||
Apply ;
|
}
|
||||||
|
|
||||||
Services ;
|
|
||||||
Services_registration ;
|
|
||||||
|
|
||||||
Main ;
|
|
||||||
|
|
||||||
]
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
hash = "JF7Fxgeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
|
{
|
||||||
modules = [
|
"hash": "JF7Fxgeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
||||||
Error ;
|
"modules": ["Error", "Services", "Main"]
|
||||||
Services ;
|
}
|
||||||
Main ;
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user