Releases: BuildOnViction/tmn
Releases Β· BuildOnViction/tmn
v0.4.0
Add the following features:
- Add possibility to expose RPC and WS endpoint with the
--api
flag
v0.3.2
Hotfix:
- Require python ^3.5.3 instead of ^3.5 as 3.5.2 has a bug who breaks eth-utils
v0.3.1
Hotfix:
- fix dependencies
v0.3.0
Add the following features:
- change the identity of the node to it's coinbase
- the identity is now only used for metrics and is not added to the name on the stats page
- add mainnet network
v0.2.5
Hotfix:
- tmn can notice that some persistent configuration is missing
- in this case, deduce that it comes from upgrading from 0.1.x and ask to recreate the node
v0.2.4
Hotfix:
- display ok/error instead of β/β on non utf-8 enabled terminals
v0.2.3
Hotfix:
- fix private key being ingored when creating container
v0.2.2
Hotfix:
- fix node id changing on each update
v0.2.0
Add the following features:
- completely refactored logic
- update command to update your masternode with the latest version of the TomoChain client
- log rotation, your logs will never exceed 3GB
- minor aesthetics changes
v0.1.3
Hotfix:
- Increase maximum name length from 10 to 30