File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 0.3.1
6+ =============
7+
8+ This release fixes a synchronisation issue introduced in 0.3.0. Messages where the "item_type"
9+ field was not specified could not be processed in real-time and had to wait for the on-chain
10+ confirmation to be processed.
11+
512Version 0.3.0
613=============
714
Original file line number Diff line number Diff line change 77services :
88 pyaleph :
99 restart : always
10- image : alephim/pyaleph-node:v0.3.0
10+ image : alephim/pyaleph-node:v0.3.1
1111 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212 ports :
1313 - " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 99services :
1010 pyaleph :
1111 restart : always
12- image : alephim/pyaleph-node:v0.3.0
12+ image : alephim/pyaleph-node:v0.3.1
1313 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414 ports :
1515 - " 127.0.0.1:8000:8000/tcp"
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: v0.3.0
296+ .. |pyaleph_version| replace:: v0.3.1
297297"""
You can’t perform that action at this time.
0 commit comments