Releases: duniter/cesium-plus-pod
Releases · duniter/cesium-plus-pod
0.17.1
- More stable synchronization - fix #25
- Add new configuration option
duniter.p2p.discovery.enable
, to disable P2P discovery and automatic importation of discovered peers - Rename option
duniter.p2p.ping.endpoints
intoduniter.p2p.includes.endpoints
- add execution time in the synchronizations execution index :
0.17.0
Fix #24
0.16.1
- Add a new option in settings, to set default endpoints to use during synchro :
duniter.p2p.ping.endpoints: [
"g1:ES_USER_API g1.data.duniter.fr 443",
"g1:ES_SUBSCRIPTION_API g1.data.duniter.fr 443"
]
0.16.0
- Add P2P synchronization, using the duniter peers network
- New index
/docstat
: hourly statistics on indices data
0.15.0
- Workaround for compat with Duniter v1.4.13 (ignoring unused json properties, in block and parameters)
- Add new index
/page
0.14.0
- Add a workaround for issue https://github.com/duniter/duniter/issues/1042
0.12.0
- Add log to debug BC indexation error (NullPointerException on tx inputs - #17)
0.11.2
0.11.0
ElasticSearch changes:
- [enh] Add new index
<currency>/movement
with all TX found in the BlockChain - [fix] Some peers were not indexed or updated, in index
<currency>/peer
- [fix] Default config now enable (by default) BlockChain indexation
Client / command line tool changes:
- [fix] running under Linux 64bit architecture failed (bad JRE)