Skip to content

Releases: gnosis/pm-trading-db

Apollo Tournaments

10 Apr 13:56
Compare
Choose a tag to compare

This version allows tournament operator to set up it's own GnosisDB for Apollo Tournaments.

Changelog (since v1.0):

  • Scoreboard calculation optimized, from 3min to ~20s with 5k users
  • Optimized ethereum block processing
  • Token issuance: signing can be done offline, without node connection
  • New settings parameters:
    • ETHEREUM_DEFAULT_ACCOUNT_PRIVATE_KEY (ethereum private key used to perform token issuance)
    • ISSUANCE_GAS (issuance gas limit amount)
    • ISSUANCE_GAS_PRICE (issuance gas price, default 50Gwei)
    • ETHEREUM_IPC_PATH (ipc path to geth/parity socket)
  • Web3.py updated to version 4
  • Added document section explaining tournament set up
  • Optimized docker images size
  • Refactored settings to use ENV params for all settings
  • Standardized log format

Gnosis X release

12 Mar 16:02
Compare
Choose a tag to compare

We are proud to release the first stable version that will be used for Gnosis X program.