Wykres commitów

14 Commity (60b85a94f271ebe2dac7af0fed5c38ce44d89529)

Autor SHA1 Wiadomość Data
Neeraj Kashyap d4d1f8b6e0 [WIP] Adding /nft endpoint to the API 2021-09-16 09:56:12 -07:00
yhtiyar 22b12c0dba fix api moount -> mount 2021-08-27 14:02:43 +03:00
yhtiyar 9c9697bb0c made seperate address_info/ endpoint 2021-08-26 17:06:58 +03:00
Neeraj Kashyap a1a962456a Fixed mypy issue with /now endpoint 2021-08-23 10:04:26 -07:00
Neeraj Kashyap cc4dfa5ebf Server sends /now responses with microseconds since epoch
Millisecond and microsecond is fractional part of float response.

Also removed search.service.js from frontend codebase.
2021-08-22 04:52:49 -07:00
Neeraj Kashyap 6443ad3da5 Moved /streams/now -> /now
Response is now JSON object of the form:
```json
{
    "epoch_time": 1629572206
}
```

It is not authenticated.
2021-08-21 11:55:59 -07:00
Andrey Dolgolev 164ebfe537 Add labels from subscriptions.
Add colors
Add timestamp(what is timestamp when transaction was mined).
Add allowed filters for from query.
2021-08-03 17:58:25 +03:00
yhtiyar e519cabad9 fix of route 2021-08-02 16:25:56 +03:00
Andrey Dolgolev 8ed8719a51 Add stream endpoint.
Add filters.
2021-08-02 13:59:32 +03:00
Neeraj Kashyap b9aebfddf7 Implemented /txinfo/ethereum_blockchain
This is an authentiated endpoint which currently returns decoded ABI
information from input bytecode in an Ethereum transaction.

In the future, we should add all transaction display enrichment code to
this endpoint (for Ethereum blockchain transactions).
2021-07-28 12:43:02 -07:00
kompotkot f0dbb640f1 Fixed issues, todos, added comments 2021-07-21 16:51:28 +00:00
kompotkot 15aae10874 Subscriptions get and create handlers to work with resources 2021-07-21 15:56:07 +00:00
kompotkot 4dd8b4c79b User and token endpoints with updated middleware 2021-07-21 14:30:29 +00:00
kompotkot e547b2fb2f Moonstream backend init 2021-07-19 10:31:18 +00:00