Wykres commitów

837 Commity (ce34815c42363ac31564bc5ccc94c4c566c74df9)

Autor SHA1 Wiadomość Data
yhtiyar 310b23501e added bugout to setup.py 2021-09-22 13:08:29 +03:00
yhtiyar 70a75b8d69 fixed mypy issue 2021-09-22 13:02:47 +03:00
Sergei Sumarokov b93a08c48f
Merge pull request #269 from bugout-dev/sync-from-current-block
Option to run block sync from current block at Ethereum
2021-09-22 12:21:57 +03:00
yhtiyar db9e35e954 added new env variables to samle.env 2021-09-22 11:43:41 +03:00
yhtiyar d8cfa5a996 moved env variables to settings.py 2021-09-22 11:37:07 +03:00
Tim Pechersky 7a1b940935 renamed theme color keys to color names 2021-09-21 20:37:48 +02:00
Tim Pechersky 627f905637 token request now is modal 2021-09-21 20:37:23 +02:00
Tim Pechersky 47f11c6e01 add token_note option on token creation 2021-09-21 20:35:41 +02:00
Neeraj Kashyap cacfd4baf7
Merge pull request #267 from bugout-dev/crawlers-deploy-path-fix
Fixed path in deploy for crawlers
2021-09-21 09:13:26 -07:00
kompotkot c3cc51e2e0 Block sync now in ProcessingOrder.ASCENDING by default 2021-09-21 16:02:40 +00:00
Tim Pechersky d803148e07 view icon to password field 2021-09-21 17:58:27 +02:00
yhtiyar 94e7069c8a changed default time for sync to 1st jan of 20201 2021-09-21 18:47:13 +03:00
yhtiyar 8d11e1c8f0 removed comment and extended sleep time to 10 minutes 2021-09-21 18:32:32 +03:00
yhtiyar b173b617ee made synchronize work properly 2021-09-21 18:17:49 +03:00
yhtiyar e5f9a6c194 removed totalSupply 2021-09-21 18:17:24 +03:00
yhtiyar 79287e1fd2 fixed sync -> synchronize 2021-09-21 18:15:36 +03:00
yhtiyar f3e9559da9 added bugout dependency 2021-09-21 18:14:39 +03:00
Tim Pechersky 0da4b9561b frontend changes 2021-09-21 16:58:13 +02:00
Tim Pechersky f68b8f9503 add tokens management API points 2021-09-21 16:54:10 +02:00
kompotkot e9d84f0a07 Option to run block sync from current block at Ethereum 2021-09-21 14:06:21 +00:00
kompotkot fa3c1de288 Fixed path in deploy for crawlers 2021-09-21 10:04:46 +00:00
Andrey Dolgolev a67941439a Small fix. 2021-09-16 21:45:03 +03:00
Neeraj Kashyap 2650e84dd0 [WIP] Getting things working with bugout nft provider 2021-09-16 10:23:31 -07:00
Neeraj Kashyap d4d1f8b6e0 [WIP] Adding /nft endpoint to the API 2021-09-16 09:56:12 -07:00
Neeraj Kashyap e112c6edde Merge branch 'main' into nft-explorer 2021-09-16 09:38:13 -07:00
Andrei-Dolgolev d23313c9d1
Merge pull request #265 from zomglings/backend-provider-info
Added /streams/info endpoint
2021-09-16 19:32:19 +03:00
Neeraj Kashyap aeae226491 Added /streams/info endpoint
This gives information about available event providers on the API.
2021-09-16 09:25:22 -07:00
yhtiyar 42f6d893cc added sync functionality 2021-09-16 18:52:07 +03:00
Neeraj Kashyap d73c8d2a95
Merge pull request #255 from bugout-dev/add-forntend-side-pagination
Add frontend side pagination.
2021-09-16 08:31:20 -07:00
Tim Pechersky b2b27ef6e5
Merge pull request #261 from bugout-dev/fix-login-error
improve login/signup/logout and appLoading view
2021-09-16 16:32:35 +02:00
Tim Pechersky 7c2c9d9da2 remove console logs 2021-09-16 16:07:47 +02:00
Tim Pechersky 3f260b10c0 moved state in to DataProvider 2021-09-16 16:01:01 +02:00
Andrey Dolgolev 7084d33b68 Add fixes. 2021-09-16 15:34:17 +03:00
Neeraj Kashyap c134d4f6ac Added support for created_at in Humbug reports
`nft ethereum summary` crawler reports the `"date_range.end_time"` as
its `created_at`. This allows us to query the Humbug journal for all
summaries involving end blocks that were mined during a given stream
boundary.
2021-09-16 02:14:22 -07:00
Neeraj Kashyap 33fa888117 Small updates on CLI
Improved help for --humbug option for nft summaries and removed
`-humbug` form for that argument.
2021-09-16 00:40:19 -07:00
yhtiyar a093946a7a changed summary schema, now it requires start and end blocks 2021-09-16 10:32:49 +03:00
Tim Pechersky d263b4c466 Merge branch 'main' into fix-login-error 2021-09-15 19:48:06 +02:00
Tim Pechersky 223454662c
Merge pull request #262 from bugout-dev/1k-user-banner
dont show banner in app view
2021-09-15 19:34:35 +02:00
Tim Pechersky 5f5897590a dont show in app view 2021-09-15 19:30:32 +02:00
Andrey Dolgolev 1a53646633 remove queries. 2021-09-15 20:21:33 +03:00
Neeraj Kashyap c0e2fcfd3e
Merge pull request #260 from bugout-dev/1k-user-banner
1k user banner
2021-09-15 10:13:09 -07:00
Andrey Dolgolev 23235d6db7 Remove query client key. 2021-09-15 20:12:09 +03:00
Tim Pechersky 7f629823e1 improvements 2021-09-15 19:10:27 +02:00
Tim Pechersky 60269efb05 improvements 2021-09-15 18:04:06 +02:00
Andrey Dolgolev aa43f99273 Add correct load newer events. 2021-09-15 18:58:51 +03:00
Andrey Dolgolev 3424b9fbdf Remove import. 2021-09-15 18:12:03 +03:00
Tim Pechersky e58af09c00 content 2021-09-15 17:11:22 +02:00
Andrey Dolgolev 1ca5ce53b8 Add load newer logic. 2021-09-15 18:10:44 +03:00
Tim Pechersky 2ee4bedd15 fix lint 2021-09-15 17:04:50 +02:00
Andrey Dolgolev f980c68384 Remove go upper. 2021-09-15 17:58:56 +03:00