Wykres commitów

129 Commity (9d566cf62a44eabc90897c5ee62e2dc078a88772)

Autor SHA1 Wiadomość Data
kompotkot 96af47c86f Small fixes to db status server 2021-11-02 19:28:56 +00:00
kompotkot 446f368c6b Imrovements for db go server 2021-11-02 15:22:59 +00:00
kompotkot 0a771ddfbc Transaction type column 2021-10-28 12:43:13 +00:00
kompotkot 205b223447 Migration with field for EIP 1559 2021-10-26 09:59:26 +00:00
Neeraj Kashyap c61ebc5fd9 Removed "EthereumAddress" from alembic/env.py 2021-10-20 10:41:34 -07:00
Neeraj Kashyap 6b5b6049b5 Merge branch 'main' into modify-label-table 2021-10-20 09:36:05 -07:00
Andrey Dolgolev 009496bc08 Add fix. 2021-10-20 18:43:31 +03:00
Andrey Dolgolev 90cd175721 Remove all EthereumAddresses usage from cli and some imports. 2021-10-20 17:16:46 +03:00
Andrey Dolgolev ef12313e22 Add fix on models 2021-10-20 00:07:55 +03:00
Andrey Dolgolev 0f6d106742 Add fixes remoce address_id from ethereum_labels_v2. 2021-10-19 23:59:16 +03:00
Andrey Dolgolev 51d112bc79 Add migration check script. 2021-10-19 23:04:15 +03:00
Andrey Dolgolev 2f4c995687 Add fixes. 2021-10-19 23:02:10 +03:00
Andrey Dolgolev 6890d38097 Add changes for labels table. 2021-10-14 18:01:00 +03:00
kompotkot 31e4eae4a3 Changed 0.0.0.0 to localhost for db server 2021-10-14 11:06:06 +00:00
Andrey Dolgolev ac60de5979 Add fixes. 2021-10-13 17:12:41 +03:00
Andrey Dolgolev db5c214268 Add return address id records. 2021-10-12 17:12:51 +03:00
Andrey Dolgolev f34fcced1b Add fixes. 2021-10-12 17:07:29 +03:00
Andrey Dolgolev 4a0d9682aa Add transction for transfor label table. 2021-10-12 17:04:11 +03:00
Neeraj Kashyap 69c49faabc
Merge pull request #286 from bugout-dev/dataset-nfts
NFT dataset tooling
2021-10-11 09:26:11 -07:00
Andrey Dolgolev 63b2f68f29 Change models. 2021-10-11 18:34:13 +03:00
kompotkot d38536d61a Reuse db connections 2021-10-07 14:49:19 +00:00
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
Neeraj Kashyap a747fca750 Documentation for moonstreamdb package 2021-07-27 01:05:10 -07:00
Neeraj Kashyap 77d4cca2a4 Added Ethereum Signature Database tables to database
Also cleaned up sample.env, renamed alembic.ini -> alembic.sample.ini
2021-07-27 00:06:23 -07:00
Neeraj Kashyap 8dc212573c moonstream-db -> moonstreamdb 2021-07-26 09:24:46 -07:00
kompotkot 963444a9bd Deleted settings.py from db module 2021-07-26 19:18:13 +03:00
kompotkot 191bee7aa5 Merge branch 'db-crawler-folders' of https://github.com/bugout-dev/moonstream into db-crawler-folders 2021-07-26 19:16:05 +03:00
kompotkot e328990125 Renamed db to moonstream-db 2021-07-26 19:16:00 +03:00
kompotkot a0aac4423a Fixed files 2021-07-26 12:33:11 +00:00
kompotkot 826af41dcc Database models for crawlers 2021-07-26 14:03:33 +03:00