Skip to content

Commit 75a270a

Browse files
committed
Fix: Change current timestamps and ETH height block and fixed docker-compose version to last one.
1 parent a80b91c commit 75a270a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployment/samples/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ volumes:
1111
services:
1212
pyaleph:
1313
restart: always
14-
image: alephim/pyaleph-node:0.7.2
14+
image: alephim/pyaleph-node:0.7.3
1515
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1616
volumes:
1717
- ./config.yml:/opt/pyaleph/config.yml
@@ -30,7 +30,7 @@ services:
3030

3131
pyaleph-api:
3232
restart: always
33-
image: alephim/pyaleph-node:0.7.2
33+
image: alephim/pyaleph-node:0.7.3
3434
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
3535
entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
3636
ports:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: 0.7.2
296+
.. |pyaleph_version| replace:: 0.7.3
297297
"""

src/aleph/toolkit/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
"community_wallet_timestamp": 1739301770,
275275
}
276276

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
279279

280280
MAX_FILE_SIZE = 100 * MiB
281281
MAX_UNAUTHENTICATED_UPLOAD_FILE_SIZE = 25 * MiB

0 commit comments

Comments
 (0)