Andrei-Dolgolev
|
5efe58700f
|
Merge pull request #301 from bugout-dev/whales
Whale watch backend changes
|
2021-10-01 17:19:44 +03:00 |
Tim Pechersky
|
46d4733e43
|
backend changes
|
2021-10-01 16:07:42 +02:00 |
Sergei Sumarokov
|
8e2809a978
|
Merge pull request #300 from bugout-dev/cors-for-status-servers
CORS settings for status servers
|
2021-10-01 16:31:10 +03:00 |
kompotkot
|
5a522b7926
|
Cors settings for status servers
|
2021-10-01 13:26:18 +00:00 |
Andrei-Dolgolev
|
e47a0c8760
|
Merge pull request #256 from bugout-dev/add-tags-support-on-backend
Add tags support on backend
|
2021-09-30 15:07:45 +03:00 |
Andrey Dolgolev
|
b6e8f870e5
|
Remove f strings.
|
2021-09-30 15:04:56 +03:00 |
Andrey Dolgolev
|
7cc96ca3fa
|
Remove log error.
|
2021-09-30 14:47:52 +03:00 |
Sergei Sumarokov
|
a2148cdc88
|
Merge pull request #266 from bugout-dev/clients-python
Moonstream Python client library
|
2021-09-30 13:21:15 +03:00 |
Andrey Dolgolev
|
0d64319046
|
Add fixes.
|
2021-09-30 13:19:40 +03:00 |
Sergei Sumarokov
|
2a3a281798
|
Merge pull request #292 from bugout-dev/status-endpoints
Status endpoints
|
2021-09-30 12:46:14 +03:00 |
Neeraj Kashyap
|
bc9351fea8
|
Merge pull request #295 from bugout-dev/discord-links
discord link from aws
|
2021-09-29 13:30:21 -07:00 |
kompotkot
|
e17c647377
|
Moved status logic to actions py
|
2021-09-29 16:19:31 +00:00 |
Tim Pechersky
|
96ba2dc829
|
remove link from aws, use new hardcoded link
|
2021-09-29 18:07:31 +02:00 |
Sergei Sumarokov
|
ce34815c42
|
Merge pull request #293 from bugout-dev/bugout-provider-fix
Add ETHTXPOOL_HUMBUG_CLIENT_ID as env variable for escape desynchroni…
|
2021-09-29 19:03:54 +03:00 |
kompotkot
|
b01f96fa80
|
Files structure update of status
|
2021-09-29 16:02:32 +00:00 |
kompotkot
|
c473a899c5
|
Fixed mypy
|
2021-09-29 14:34:29 +00:00 |
kompotkot
|
10206840d2
|
Geth status returns block number
|
2021-09-29 14:25:41 +00:00 |
kompotkot
|
286f735f30
|
Status API endpoint for backend
|
2021-09-29 14:08:58 +00:00 |
Tim Pechersky
|
f2c7053daf
|
discord link from aws
|
2021-09-29 14:48:11 +02:00 |
Andrey Dolgolev
|
03c86a28f5
|
Add fix for bugout tag.
|
2021-09-28 18:29:26 +03:00 |
Andrey Dolgolev
|
1429a08600
|
Add fix.
|
2021-09-28 18:27:57 +03:00 |
Andrey Dolgolev
|
baad270a4c
|
Add ETHTXPOOL_HUMBUG_CLIENT_ID as env variable for escape desynchronize with crawler.
|
2021-09-28 18:08:56 +03:00 |
kompotkot
|
b3412a3e36
|
Crawlers server for health checks
|
2021-09-28 13:44:24 +00:00 |
kompotkot
|
f7a10b7402
|
DB server to handle request for latest block
|
2021-09-28 12:00:37 +00:00 |
kompotkot
|
66a6b0eb63
|
Select last block from db with server
|
2021-09-27 13:00:45 +00:00 |
Neeraj Kashyap
|
98ab736ef4
|
Merge pull request #279 from bugout-dev/token-screen
Token screen
|
2021-09-25 09:00:00 -07:00 |
Neeraj Kashyap
|
1517605a57
|
Merge pull request #236 from bugout-dev/erc721-labels
Erc721 labels
|
2021-09-25 08:59:21 -07:00 |
Neeraj Kashyap
|
6ae67d7a75
|
Merge pull request #283 from bugout-dev/fixing_nft_crawler
added reporter to nft crawler, removed global cache for addresses
|
2021-09-25 08:57:36 -07:00 |
Neeraj Kashyap
|
d5eecf100f
|
Fixed mypy issue
|
2021-09-25 08:56:22 -07:00 |
Neeraj Kashyap
|
126090ab54
|
Handled unicode code points that can't be stored in Postgres
Also applied MOONSTREAM_SPIRE_API_URL configuration to mooncrawl
reporter so that we can report to non-production Spire APIs.
|
2021-09-25 08:51:03 -07:00 |
yhtiyar
|
4bf2b5311d
|
fix typo
|
2021-09-24 23:00:10 +03:00 |
yhtiyar
|
5f83b7edf4
|
added reporter
|
2021-09-24 22:58:17 +03:00 |
Sergei Sumarokov
|
c35354be04
|
Merge pull request #282 from bugout-dev/block-tx-checker
Threads instead of pools, missing block cmd check num of transactions
|
2021-09-24 19:15:28 +03:00 |
kompotkot
|
7d6853d0c8
|
tqdm bar for block crawlers
|
2021-09-24 14:31:34 +00:00 |
kompotkot
|
7e4f0f6ce0
|
Threads instead of pools, missing block cmd check num of transactions
While we have a troubles with Pool execution calls with psycopg2,
using Threads executor instead.
|
2021-09-24 13:28:41 +00:00 |
Neeraj Kashyap
|
03eecd2e93
|
Merge pull request #280 from bugout-dev/removing-tx-fkey
Removing tx fkey
|
2021-09-23 11:41:22 -07:00 |
yhtiyar
|
3d7f1e0a7a
|
alembic migration
|
2021-09-23 21:38:12 +03:00 |
yhtiyar
|
9430d383d4
|
fixed required changes
|
2021-09-23 21:37:55 +03:00 |
Andrei-Dolgolev
|
0bf949efa8
|
Merge pull request #278 from zomglings/docs
Moonstream architecture documentation
|
2021-09-23 21:35:31 +03:00 |
yhtiyar
|
a7c785e751
|
upgrade of moonstreamdb version
|
2021-09-23 21:28:36 +03:00 |
Tim Pechersky
|
77fec65f07
|
improve styling
|
2021-09-23 20:26:42 +02:00 |
yhtiyar
|
a005d92fc2
|
removed hash foreign key from ehtereum_labels tabel
|
2021-09-23 21:09:05 +03:00 |
Tim Pechersky
|
03804a185e
|
sorting and filtering
|
2021-09-23 20:07:49 +02:00 |
Tim Pechersky
|
26bcab4d02
|
corrected rotation of sorting arrows
|
2021-09-23 19:19:51 +02:00 |
Tim Pechersky
|
567a80029c
|
added sorting selection by label and date
|
2021-09-23 19:18:49 +02:00 |
Tim Pechersky
|
8f52a11b15
|
add sorting, remove disabling on isLoading
|
2021-09-23 18:33:34 +02:00 |
Neeraj Kashyap
|
60b85a94f2
|
Added Moonstream architecture documentation
|
2021-09-23 07:49:29 -07:00 |
Tim Pechersky
|
639a366b80
|
Merge pull request #276 from bugout-dev/token-screen
Token screen
|
2021-09-23 15:11:07 +02:00 |
Tim Pechersky
|
0927a24ae7
|
remove unused definition
|
2021-09-23 15:08:07 +02:00 |
Tim Pechersky
|
c3d1f50806
|
corrected argument
|
2021-09-23 15:07:14 +02:00 |