Wykres commitów

77 Commity (700fab47f51d7ec52a082aed71bfeb028b1e004b)

Autor SHA1 Wiadomość Data
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