Skip to content

Signum Node v3.8.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 18:57
· 165 commits to main since this release

THIS IS DEV RELEASE - DON'T USE OTHER THAN FOR TESTING

No Hardfork required

  • Upgrade to H2 Version 2.2.224 (should solve #759)
  • PostgreSQL Support (experimental) (#761)
  • [API Change]: GetAccountTransactions and GetAccountTransactionIds support new parameters (#712, #753)
  • [API Change]: GetAccount returns name, description for Smart Contracts and new isAT and isSecured (#743)
  • [API Change]: GetATMapValues paginated (#752)

PostgreSQL Set up

Note that H2 needs to be re-synced from 0, as the file format of the database has changed from V1 to V2. So, it's recommended to change your file name in the node.properties, e.g.

DB.Url=jdbc:h2:file:./db/signum-test-v2;DB_CLOSE_ON_EXIT=FALSE

APIs are still backwards compatible