All notable changes to this project will be documented in this file.
- Added new ADM nodes:
phecda.adm.im
,tegmine.adm.im
,tauri.adm.im
,dschubba.adm.im
- Removed
ethnode1.adamant.im
- Updated FLOKI icon
- Listed new token: FLOKI
- Fix defaultOrdinal level for GT, STORJ and XCN
- Rollback full list of LSK nodes
- Added healtcheck constants
- Added
ethnode3.adamant.im
- Listed new tokens: STORJ, GT
- Updated ADM node version to
v0.8.0
- Increased
defaultFee
to0.00164
LSK - Added
dashnode2
,lisknode5
andliskservice5
- Removed temporarily
lisknode3
,lisknode4
,liskservice3
andliskservice4
until v4 upgrade
- Flux listing with ordinal level 90.
- Swarm listing with ordinal level 95.
- Updated ADAMANT
minNodeVersion
fromv0.7.0
tov0.8.0
-
SCALE coin to the main tokens list with ordinal level 94.
-
Minimal supported node API version
{ "minNodeVersion": "0.8.0" // Optional. // ... }
-
Tor nodes
{ // Optional. Tor configuration if a project uses Tor // It follows the same structure as the root properties // Currently supported props are described below: "tor": { "website": "http://abc.onion", "explorer": "http://xyz.onion", "explorerTx": "http://xyz.onion/tx/${ID}", "explorerAddress": "http://xyz.onion/address/${ID}", "nodes": [ /*...*/ ], "services": { /*...*/ }, "links": [ /*...*/ ] } }
-
services
have been replaced withserviceNodes
.Before:
{ "serviceNodes": [{ "url": "https://example.com" }] }
After:
{ "services": { "infoService": [ // Optional. { "url": "https://example.com" } ], "lskService": [ // Optional. { "url": "https://example.com" } ] // Other possible services... } }