v1.3.0
This release contains a number of improvements and new features.
New features
- Aergo-JDBC: Aergo now includes a JDBC-compatible database interface. Use this to connect to a smart contract as if it were a database. For this, the SQL support in Lua contracts was improved. Note that this feature is only available on private networks.
- Polaris version filter: Prevent older version aergoserver from getting peer list
Improvements
- [RAFT] add ElectionTickCount parameter in RaftConfig. Default value is 10.
- [P2P] Fix panic during shutdown
- [P2P] Improve policy of retrying tx notice
- [brick] print event msgs during contract call
- [brick] query now can check an expected error
- [P2P] Improve code generation of mock object
- [P2P] Change behavior of whitelist configuration