Wykres commitów

18 Commity (9d5421f8667814a09b12b0a7652702c462870b26)

Autor SHA1 Wiadomość Data
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 7bc7226612 Remove inrequred index. 2021-09-01 20:32:11 +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
kompotkot 776d00fb0d Unique const for addr in ethereum_address table 2021-08-18 09:46:34 +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
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 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 03a9295681 Ethereum smart contract registry updater 2021-07-28 21:35:49 -07:00
Neeraj Kashyap a046d33804 Added EthereumSmartContract model to database 2021-07-28 20:58:56 -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