mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
Support apply keyword.
This commit is contained in:
@@ -7,8 +7,8 @@ dependencies = [
|
||||
"chiavdf==0.13.0b4", # timelord and vdf verification
|
||||
"chiabip158==0.17", # bip158-style wallet filters
|
||||
"chiapos==0.12.40", # proof of space
|
||||
"clvm==0.6",
|
||||
"clvm_tools==0.1.9",
|
||||
"clvm==0.7",
|
||||
"clvm_tools==0.2.0",
|
||||
"aiohttp==3.7.3", # HTTP server for full node rpc
|
||||
"aiosqlite@git+https://github.com/mariano54/aiosqlite.git@28cb5754deec562ac931da8fca799fb82df97a12#egg=aiosqlite",
|
||||
# asyncio wrapper for sqlite, to store blocks
|
||||
|
||||
@@ -17,7 +17,7 @@ def run_program(
|
||||
program,
|
||||
args,
|
||||
quote_kw=KEYWORD_TO_ATOM["q"],
|
||||
args_kw=KEYWORD_TO_ATOM["a"],
|
||||
apply_kw=KEYWORD_TO_ATOM["a"],
|
||||
operator_lookup=OPERATOR_LOOKUP,
|
||||
max_cost=None,
|
||||
pre_eval_f=None,
|
||||
@@ -26,6 +26,7 @@ def run_program(
|
||||
program,
|
||||
args,
|
||||
quote_kw,
|
||||
apply_kw,
|
||||
operator_lookup,
|
||||
max_cost,
|
||||
pre_eval_f=pre_eval_f,
|
||||
|
||||
Reference in New Issue
Block a user