File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
deployment/samples/docker-compose Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ volumes:
11
11
services :
12
12
pyaleph :
13
13
restart : always
14
- image : alephim/pyaleph-node:0.7.2
14
+ image : alephim/pyaleph-node:0.7.3
15
15
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
16
16
volumes :
17
17
- ./config.yml:/opt/pyaleph/config.yml
@@ -30,7 +30,7 @@ services:
30
30
31
31
pyaleph-api :
32
32
restart : always
33
- image : alephim/pyaleph-node:0.7.2
33
+ image : alephim/pyaleph-node:0.7.3
34
34
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
35
35
entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
36
36
ports :
Original file line number Diff line number Diff line change 293
293
294
294
295
295
rst_epilog = """
296
- .. |pyaleph_version| replace:: 0.7.2
296
+ .. |pyaleph_version| replace:: 0.7.3
297
297
"""
Original file line number Diff line number Diff line change 274
274
"community_wallet_timestamp" : 1739301770 ,
275
275
}
276
276
277
- STORE_AND_PROGRAM_COST_DEADLINE_HEIGHT = 22066823
278
- STORE_AND_PROGRAM_COST_DEADLINE_TIMESTAMP = 1742173859
277
+ STORE_AND_PROGRAM_COST_DEADLINE_HEIGHT = 22388870
278
+ STORE_AND_PROGRAM_COST_DEADLINE_TIMESTAMP = 1746101025
279
279
280
280
MAX_FILE_SIZE = 100 * MiB
281
281
MAX_UNAUTHENTICATED_UPLOAD_FILE_SIZE = 25 * MiB
You can’t perform that action at this time.
0 commit comments