Skip to content

Releases: AplaProject/go-apla

VDE + Bugfixes

24 Jul 16:04
Compare
Choose a tag to compare

General:

  • Bugfix: Server dies when we add colum to system_parameters table.
  • Bugfix: When new ecosystem created, ecosystem admin is set to platform ecosystem admin instead of user that created that ecosystem.
  • Bugfix: Create columns with name beginning with digits and containing cyryllic alphabet.
  • Added max_forsign_size limit, which limits maximum forsign field size in /prepare API call.
  • Return nodes count for validation when rendering page.
  • incorrect transactions now deleted after 10 retries.
  • added ablility to set maximum contract execution payment sum.
  • VDE functional added.
  • Delayed contracts now executes in next block, if it can't execute in scheduled block.
  • Can create contract with the same name.
  • Fixed request buffer memory leak.
  • Delete transactions with creation time more than 24 hours from now.

API:

  • /data: Added Content-Disoposition header when getting binary data.
  • /content/hash: now accept all page parameters and predefined variables.
  • /config: returning centrifugo scheme ws(s) instead of http(s).

Protypo:

  • Variable interpolation added to Include.
  • Added ArrayToSource function for array iteration.
  • Added Popup tail function for AddToolButton().
  • Added Ecosystem tail function for Binary().
  • Hint function added.

Simvolio:

  • Bugfix: BytesToString function now process BOM.
  • Bugfix: Fixed CreateEcosystem function bug, when you using not founder key, it returns error.
  • Bugfix: Fixed infinite loop , which arises when you use DBInsert/Update in write rights contract on the same table, which checking rights.
  • Bugfix: Money() function big numbers CPU load.
  • Bugfix: DBFind returns value that cannot be passed to other functions.
  • Added functions for working with history(GetPageHistory, GetContractHistory, GetMenuHistory, GetPageHistoryRow,
    GetContractHistoryRow, GetMenuHistoryRow, GetBlockHistoryRow).
  • Added functions for working with XLSX(GetDataFromXLSX, GetRowsCountXLSX).
  • Money type is now fractional.
  • elif construction added.
  • ToUpper function added.
  • Usage of NOW() sql function is prohibited.
  • BlockTime() function added, which returns current block generation time.

Initial Release

25 Jun 10:03
Compare
Choose a tag to compare

Initial Release