Wykres commitów

617 Commity (8cfbd716b3f2d5ca9a72be9b3163eb0aaa36e94c)

Autor SHA1 Wiadomość Data
yhtiyar 3689a9a0bf getting bucket from env variable 2021-08-24 14:27:03 +03:00
Tim Pechersky 44b7994560 team illustration, paddings 2021-08-24 11:02:41 +02:00
Tim Pechersky 8da3192b68 added about, product, blog, text change 2021-08-24 10:29:32 +02:00
Tim Pechersky 837cf8ef00 content and background image 2021-08-24 10:22:26 +02:00
Neeraj Kashyap 140dfdb10d Merge branch 'whale-watch' of github.com:bugout-dev/moonstream into whale-watch 2021-08-23 10:07:21 -07:00
Neeraj Kashyap a1a962456a Fixed mypy issue with /now endpoint 2021-08-23 10:04:26 -07:00
Neeraj Kashyap 9d931dd430 Merge branch 'main' into whale-watch 2021-08-23 10:03:45 -07:00
Tim Pechersky 263e98b2d0 update prop name 2021-08-23 19:02:24 +02:00
Tim Pechersky b2863b47a1 property name fix 2021-08-23 18:33:02 +02:00
Tim Pechersky 0a5fbd9cb5 added subscription_type_id on EntryCard of Welcome 2021-08-23 18:29:40 +02:00
Tim Pechersky 8a3d6228ea lint 2021-08-23 18:10:18 +02:00
Neeraj Kashyap 9dfce91357
Merge pull request #139 from bugout-dev/smartcontract-source-info
Smartcontract source info
2021-08-23 09:09:03 -07:00
Tim Pechersky 364497c718 change content, add accordions, fix radio size 2021-08-23 18:08:02 +02:00
Tim Pechersky 280e30268e remove comments 2021-08-23 18:07:27 +02:00
Tim Pechersky 79f936b69f change content 2021-08-23 18:07:18 +02:00
Neeraj Kashyap 89a63b41fb Fixed build 2021-08-23 08:05:36 -07:00
Neeraj Kashyap fa28debd3b Whale watch card 2021-08-23 07:58:02 -07:00
Neeraj Kashyap d281737621 Time zone bullshit 2021-08-23 07:57:39 -07:00
yhtiyar 902f57f1c0 removed console log 2021-08-23 17:37:55 +03:00
yhtiyar 14b62a705b source code display 2021-08-23 17:37:26 +03:00
yhtiyar 5aab9aa0da revert stream entry 2021-08-23 17:35:57 +03:00
Neeraj Kashyap 0f3be7c700 Fixed time filters in Bugout Event Provider
Bugout journal `created_at:` filters require ISO formatted time.
2021-08-23 07:12:44 -07:00
yhtiyar 89a61d7d1f styling fix 2021-08-23 16:55:50 +03:00
yhtiyar a48a8ace98 smart contract source display in frontend 2021-08-23 16:48:42 +03:00
yhtiyar 6abc6c67b9 cleaned up txinfo endpoint 2021-08-23 16:47:33 +03:00
Neeraj Kashyap 2ac0277d81 Removed console.log 2021-08-23 06:20:04 -07:00
Neeraj Kashyap afc4b7af3c Older and newer event paging now works. 2021-08-23 06:17:54 -07:00
Neeraj Kashyap b774241f20 Fixed issue with entry event timestamp in Bugout event provider 2021-08-23 06:07:31 -07:00
Tim Pechersky 96080c556b content changes 2021-08-23 14:58:30 +02:00
kompotkot 86c6d418a3 Working version of ethtxpool crawler 2021-08-23 11:01:49 +00:00
yhtiyar beb6cb90b4 added smart contract source info to /txinfo endpoint 2021-08-23 12:50:58 +03:00
Neeraj Kashyap baa42fc36c Reduced default stream boundary to 5 minutes
Updated moonstreamdb requirement in backend to 0.0.3 so that it can set
statement timeouts.

Added a TODO to properly handle the statement timeout error on the
ethereum_blockchain provider.
2021-08-22 16:16:36 -07:00
Neeraj Kashyap 94135b054c Bumped moonstreamdb version 2021-08-22 16:08:26 -07:00
Neeraj Kashyap 8957329df5 Added statement timeout to Postgres connection configuration 2021-08-22 16:06:31 -07:00
Neeraj Kashyap 686bfef49b Got existing frontend working with updated API
Currently only renders `"ethereum_blockchain"` events.

Moved all stream state into the `useStream` hook. This is how we started
and really this is what makes sense rather than putting some pretty
heavy logic into the component/view.
2021-08-22 08:43:25 -07:00
Neeraj Kashyap 6959b78daf Fixed issue with ethereum provider not looking at subscriptions
Before, the `ethereum_blockchain` provider was returning all blockchain
transactions in the given stream boundary.

Now, it only returns transactions that are relevant to the user's
subscriptions.
2021-08-22 08:15:22 -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 769b28f728 Merge branch 'main' into whale-watch 2021-08-22 04:28:47 -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
Neeraj Kashyap 036d1c169d Added a /streams/now endpoint so that clients have access to server time 2021-08-21 11:52:48 -07:00
Neeraj Kashyap 2adedaf1fd 10 second timeout on /streams/ 2021-08-21 11:45:00 -07:00
Neeraj Kashyap 2fbb0a3c7b Fixed issue with previous and next event handlers in BugoutEventProvider 2021-08-21 11:44:34 -07:00
Neeraj Kashyap 36fb761e12 Added stream boundary validator
(and tests)
2021-08-21 11:26:52 -07:00
Neeraj Kashyap 2886aed32e Added ethereum_whalewatch provider to API 2021-08-20 14:14:36 -07:00
Neeraj Kashyap 9c8005a008
Merge pull request #135 from bugout-dev/card-wrapper
split stream card to ethereum card and wrapper
2021-08-20 12:53:52 -07:00
Tim Pechersky 894d122aa3 split stream card to ethereum card and wrapper 2021-08-20 21:40:33 +02:00
Neeraj Kashyap 0da5e7c3fb
Merge pull request #133 from bugout-dev/landing-improvements
Landing improvements
2021-08-20 12:30:17 -07:00
Tim Pechersky 1162bf61f7 cleanup 2021-08-20 21:05:25 +02:00
Tim Pechersky b69a4b77d2 added github icon and OSS subtitle 2021-08-20 21:04:50 +02:00
Neeraj Kashyap 117cfa881e Hooked up /streams/ routes to providers
Also added a top-level providers interface which gets data from each
individual event provider in the background before returning data to the
API. Check `backend/moonstream/providers/__init__.py`.
2021-08-20 11:14:21 -07:00