1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/eclair-core
Bastien Teinturier 3a351f4d5d
Never serialize ActorRef (#2697)
It turns out that #2688 broke the JSON serialization of the `channels`
API by introducing a new `ActorRef`. We never want to surface `ActorRef`
in JSON responses, so we're defining serializers to filter them out.

Co-authored-by: Fabrice Drouin <sstone@users.noreply.github.com>
2023-06-16 15:31:18 +02:00
..
src Never serialize ActorRef (#2697) 2023-06-16 15:31:18 +02:00
eclair-cli Add closedchannels RPC (#2642) 2023-06-02 11:38:58 +02:00
pom.xml Update to bitcoind 23.2 (#2664) 2023-05-22 10:04:43 +02:00