Skip to content

v0.8.0

Compare
Choose a tag to compare
@martiliones martiliones released this 14 Jan 18:15
· 59 commits to master since this release
5214996
  • Added cors option in config.json (see #62)

  • You can now use either inId or isIn in /api/transactions and /api/chats/get endpoints.
    Example: /api/chats/get?InId=U6386412615727665758 and /api/chats/get?isIn=U6386412615727665758 are the same.

  • Users ID in /api/chats/get and /api/chatrooms endpoints became case insensitive.
    Example: /api/chatrooms/U6386412615727665758 and /api/chatrooms/u6386412615727665758 are the same.

  • Transactions and POST /api/accounts/delegates accept transaction in plain object and inside transaction property .
    Example:

    curl -X POST https://endless.adamant.im/api/transactions/process
       -H 'Content-Type: application/json'
       -d '{"type": 0, "amount": 100000000, ...}'  # or {"transaction": { "type": 0, "amount": 100000000, ... }}
  • Added confirmations property for /api/states/get endpoint

  • generatorPublicKey query optimization.

  • Fixed "permission denied for schema public" error

  • Other minor changes.

Breaking changes

  • /api/blocks endpoint doesn't return count any more