You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,39 +2,45 @@
2
2
Changelog
3
3
=========
4
4
5
+
* :release:`1.1.1 <2020-07-20>`
6
+
* :feature:`-` Update WebUI to version 1.0.2 https://github.com/raiden-network/webui/releases/tag/v1.0.2
7
+
* :feature:`5407` Add ``/contracts`` endpoint with information about the used contracts.
8
+
* :bug:`6217` Don't crash at ``/payments`` when no target address is given.
9
+
* :feature:`-` Adds minimum required balance to send out MonitorRequest on mainnet.
10
+
* :bug:`6323` Handling no ETH exception in the minting endpoint.
11
+
5
12
* :release:`1.1.0 <2020-06-18>`
6
13
7
-
* :release:`1.0.2-rc`
14
+
* :release:`1.0.2-rc <2020-06-17>`
8
15
* :feature:`-` Update WebUI to version 1.0.1 https://github.com/raiden-network/webui/releases/tag/v1.0.1
9
-
* :bug:`6310` Fixed dependencies used in `setup.py`.
16
+
* :bug:`6310` Fixed dependencies used in ``setup.py``.
10
17
11
-
* :release:`1.0.1`
18
+
* :release:`1.0.1 <2020-06-15>`
12
19
* :feature:`-` Update WebUI to version 1.0.0 https://github.com/raiden-network/webui/releases/tag/v1.0.0
13
20
* :feature:`6220` Make sure the configured PFS and Matrix servers use the same chain and smart contracts.
14
21
* :bug:`6224` Fix ULID generation under Windows, nanosecond clock resolution is not necessary anymore.
15
22
16
-
* :release:`1.0.0`
17
-
23
+
* :release:`1.0.0 <2020-05-26>`
18
24
* :feature:`-` Update WebUI to version 0.11.1 https://github.com/raiden-network/webui/releases/tag/v0.11.1
19
25
20
-
* :release:`0.200.0-rc9`
26
+
* :release:`0.200.0-rc9 <2020-05-19>`
21
27
22
-
* :release:`0.200.0-rc8`
28
+
* :release:`0.200.0-rc8 <2020-04-21>`
23
29
* :feature:`5338` The number of blocks queried for events is now dynamically adjusted. This is necessary to prevent timeouts because the Ethereum client is overloaded.
24
30
* :bug:`6082` Small bug fix, use of undefined variable.
25
31
* :bug:`6083` Weakened byte code check to prevent errors with client pruning.
26
32
* :bug:`6071` Fixed transport race condition which prevented a node to restart after a failure.
27
33
* :bug:`6075` Fixed serialization problem for pending transactions.
28
34
29
-
* :release:`0.200.0-rc7`
35
+
* :release:`0.200.0-rc7 <2020-04-16>`
30
36
* :bug:`6077` Fix missing requirement to build macOS binaries
31
37
32
-
* :release:`0.200.0-rc6`
38
+
* :release:`0.200.0-rc6 <2020-04-16>`
33
39
* :bug:`6072` Always return valid JSON on the config endpoint, even when the REST API is starting.
34
40
* :bug:`6067` Workaround gevent's bug on wait for single elements.
35
41
* :bug:`6066` Workaround slow speed of geth on mainnet for eth_getLogs.
36
42
37
-
* :release:`0.200.0-rc3`
43
+
* :release:`0.200.0-rc3 <2020-03-26>`
38
44
* :feature:`5281` Add a /status endpoint; start the API earlier and return 503 SERVICE UNAVAILABLE during the initial sync.
39
45
* :feature:`4588` Remove the echo_node subcommand of the command line interface.
40
46
* :bug:`5779` Handle the API exception when no further token networks can be registered by returning 403 FORBIDDEN.
@@ -50,7 +56,7 @@ Changelog
50
56
* :feature:`5278` Always use private rooms in the matrix transport.
51
57
* :feature:`5217` Fully support infura as an underlying ethereum rpc node.
52
58
* :bug:`5064` Display a user-friendly error message when the PFS info request fails.
53
-
* :bug:`5055` Fix withdraw messages deserialization when the messages are queued in `queueids_to_queues`.
59
+
* :bug:`5055` Fix withdraw messages deserialization when the messages are queued in ``queueids_to_queues``.
54
60
* :feature:`5053` Make mediation fees non-negative by default. This fixes some counter-intuitive behaviour.
55
61
* :bug:`4835` Fix etherscan sync by passing user-agent in the HTTP request. The request was failing because etherscan is protected by Cloudflare.
56
62
* :feature:`-` Update WebUI to version 0.10.1 https://github.com/raiden-network/webui/releases/tag/v0.10.1
@@ -223,7 +229,7 @@ Changelog
223
229
224
230
* :release:`0.15.0 <2018-10-27>`
225
231
* :bug:`2905` Mediator task must wait for the expired message, not just for the lock to expire, otherwise the channel will be unsychronized.
226
-
* :feature:`2909` Add explicit flag `--unrecoverable-error-should-crash` to control UnrecoverableError crashing behaviour.
232
+
* :feature:`2909` Add explicit flag ``--unrecoverable-error-should-crash`` to control UnrecoverableError crashing behaviour.
227
233
* :bug:`2894` Raiden will no longer miss confirmation blocks at restart and will emit the block state change only for confirmed blocks.
228
234
* :feature:`2857` Respect the ``--environment-type`` for private chain setup.
229
235
* :feature:`2858` Changed contract address argument names to be consistent with the names of the contracts in the contracts repository.
@@ -249,7 +255,7 @@ Changelog
249
255
* :bug:`2662` Fix wrong deserialization of snapshots in special cases.
250
256
* :bug:`2730` Refuse to send a transfer and ignore it during receiving, if its secret is already registered on-chain.
251
257
* :feature:`2713` Added the protocol version in the Ping message.
252
-
* :feature:`2708` Add `--showconfig` CLI flag which dumps all configuration values that will control Raiden behavior.
258
+
* :feature:`2708` Add ``--showconfig`` CLI flag which dumps all configuration values that will control Raiden behavior.
253
259
* :bug:`2720` A lock expired message must be considered invalid if the block in which the lock expired has not been confirmed.
0 commit comments