Odyssey-v3.2.1
Changes
(#1793) SolidityNode can use the fullnode database:
- Stop Fullnode and Soliditynode
- delete output-directory on the Soliditynode
- Copy the Fullnode database(output-directory) to the SolidityNode directory
- Start Fullnode and SolidityNode
(#1796) Add the minimum effective connections configuration for broadcasting transactions,you need to upgrade if you want to broadcast without connections. Transactions can only be broadcast if the number of effective connections is reached in the config file (node.rpc.minEffectiveConnection = 1).
Notices
This is the only difference from Odyssey-v3.2, you don't need to upgrade this version if you don't use this feature.