v0.8.0
-
Added
corsoption inconfig.json(see #62) -
You can now use either
inIdorisInin/api/transactionsand/api/chats/getendpoints.
Example:/api/chats/get?InId=U6386412615727665758and/api/chats/get?isIn=U6386412615727665758are the same. -
Users ID in
/api/chats/getand/api/chatroomsendpoints became case insensitive.
Example:/api/chatrooms/U6386412615727665758and/api/chatrooms/u6386412615727665758are the same. -
Transactions and
POST /api/accounts/delegatesaccept transaction in plain object and insidetransactionproperty .
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
confirmationsproperty for/api/states/getendpoint -
generatorPublicKeyquery optimization. -
Fixed "permission denied for schema public" error
-
Other minor changes.
Breaking changes
/api/blocksendpoint doesn't returncountany more