Wykres commitów

58 Commity (eec10e10f61eab5e1552ec9078654d7dd6f1561a)

Autor SHA1 Wiadomość Data
Andrey Dolgolev a8b2af4b98 Merge branch 'main' into dataset-nfts 2021-10-04 16:54:50 +03:00
kompotkot 704f89c7ad Fixed CORS check in go status servers 2021-10-01 14:56:07 +00:00
kompotkot 5a522b7926 Cors settings for status servers 2021-10-01 13:26:18 +00: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 3fe06ee194 Set up moonstreamdb/setup.py for distribution to PyPI 2021-09-25 09:42:22 -07:00
yhtiyar 3d7f1e0a7a alembic migration 2021-09-23 21:38:12 +03:00
yhtiyar a7c785e751 upgrade of moonstreamdb version 2021-09-23 21:28:36 +03:00
yhtiyar a005d92fc2 removed hash foreign key from ehtereum_labels tabel 2021-09-23 21:09:05 +03:00
kompotkot d50a9dd60c HOME path missing when building with go deployment script 2021-09-09 15:34:47 +00:00
kompotkot 2fedcba843 Added set eu for deploy 2021-09-08 16:18:59 +00:00
Neeraj Kashyap 439d019164
Merge pull request #226 from bugout-dev/nft-explorer
Nft explorer
2021-09-08 08:39:20 -07:00
kompotkot 4ab2658e02 Fixed executable path of moonstreamdb server 2021-09-08 14:29:46 +00:00
kompotkot 853fe39a20 Build server Go script on machine 2021-09-08 11:23:22 +00:00
kompotkot ad8759b2a1 Removed executable file 2021-09-07 16:27:44 +00:00
kompotkot 002ed24787 Simple ping moonstream database service 2021-09-07 14:47:55 +00:00
Neeraj Kashyap a4fff6498f Bumped moonstreamdb version to 0.1.0 2021-09-02 23:04:23 -07:00
Neeraj Kashyap b9a48b464e Adds foreign key constraint to ethereum_labels.transaction_hash
This is something we forgot to do in the previous migration.
2021-09-02 23:02:02 -07:00
Neeraj Kashyap ad94507553 Added support for labelling Ethereum transactions in database
We did this using the existing `ethereum_labels` table. We just made the
`address_id` column nullable and added an (indexed) `transaction_hash`
column.
2021-09-02 22:57:15 -07:00
Andrey Dolgolev 3960133c9e Change updated_at to crawled_at. 2021-09-02 19:01:57 +03:00
Andrey Dolgolev 6836cdb723 Remove import. 2021-09-02 17:15:30 +03:00
Andrey Dolgolev 5290e4bf34 Fix drop condition name. 2021-09-02 17:13:51 +03:00
Andrey Dolgolev e1fe56a49d Add fixes. 2021-09-02 14:46:16 +03:00
Andrey Dolgolev 7bc7226612 Remove inrequred index. 2021-09-01 20:32:11 +03:00
Andrey Dolgolev 78141cf626 Add migration file. 2021-09-01 20:29:40 +03:00
Andrey Dolgolev 2a3d6dc4ba Add opensea table and index for jsonb column. 2021-08-31 18:01:23 +03:00
Andrey Dolgolev a0ecb8f64a Add table and index. 2021-08-31 17:17:36 +03: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
kompotkot 776d00fb0d Unique const for addr in ethereum_address table 2021-08-18 09:46:34 +00:00
kompotkot 39d2b8e36a Increased version 2021-08-09 16:04:56 +00:00
kompotkot b63cdfe7fc Added cli for db and fixed error in labels model 2021-08-09 14:58:48 +00:00
kompotkot 55ac27689c Working migration smart_contr -> address 2021-08-09 14:04:17 +00:00
kompotkot 26573fecf8 Initial version of eth address model with labels 2021-08-06 12:05:59 +00:00
kompotkot dc08573174 Github workflows 2021-08-03 12:22:06 +00:00
Neeraj Kashyap 472aeae1e3 Added indexing to smart contract transaction hashes
Consolidated into a single alembic revision
2021-07-30 09:02:08 -07:00
Neeraj Kashyap 3e207b1226 Working with new initial migration 2021-07-30 06:15:52 -07:00
Neeraj Kashyap 56e19b153b Merge branch 'main' into crawl-smart-contract-addresses-from-transaction-receipts 2021-07-30 05:39:53 -07:00
kompotkot 3326379b17 New updated migration 2021-07-29 20:31:17 +03:00
Neeraj Kashyap d2c30256b3 Merge branch 'main' into crawl-smart-contract-addresses-from-transaction-receipts 2021-07-29 09:42:55 -07:00
Neeraj Kashyap 03a9295681 Ethereum smart contract registry updater 2021-07-28 21:35:49 -07:00
Neeraj Kashyap a52a2b9453 Forgot to commit alembic/env.py before 2021-07-28 20:59:12 -07:00
Neeraj Kashyap a046d33804 Added EthereumSmartContract model to database 2021-07-28 20:58:56 -07:00
kompotkot c1c554d759 Fixes for transactions writing to db 2021-07-29 01:49:31 +03:00
Neeraj Kashyap b9c828fc7f Merge branch 'main' into smart-contract-crawlers 2021-07-28 10:34:55 -07:00
Neeraj Kashyap 1a99d6b778 Merge branch 'main' into smart-contract-crawlers 2021-07-28 10:02:53 -07:00
kompotkot 728122aba7 Updated hash of moonstreamdb in requirements 2021-07-28 14:20:11 +03:00
kompotkot dbf9e7f15c Updated setup and requirements for db and crawlers 2021-07-28 13:17:39 +03:00
kompotkot 94877ae1ed Typo in import in moonstreamdb mmodule 2021-07-27 21:22:14 +00:00