Andrey
d2836d7d41
Add Wyrm chain.
2023-03-06 17:58:25 +02:00
Andrey
1e60876519
Add tested version.
2023-03-02 14:26:36 +02:00
kompotkot
8d994404ff
Mumbai blockchain support
2022-08-09 12:51:49 +00:00
Andrey Dolgolev
a9f3d9512c
Add indexes.
2022-06-07 13:55:53 +03:00
kompotkot
311c627af8
Difficulty big int out of range, switched to varchar
2022-05-23 13:53:34 +00:00
kompotkot
754e532b7c
Specific fields of xdai blockchain
2022-05-23 13:30:48 +00:00
kompotkot
732d480e31
xdai db model
2022-05-23 12:17:06 +00:00
Andrey Dolgolev
ee69559e82
Add migration for create index in (address, label, (label_data->>'type'), (label_data->>'name')) in polygon labels.
2022-05-05 11:37:24 +03:00
kompotkot
2371b7f597
Polygon models for blocks, txx, labels
2021-11-08 10:51:43 +00:00
kompotkot
fd2eb08d78
Drop pending tx table
2021-11-08 10:20:16 +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
Andrey Dolgolev
0f6d106742
Add fixes remoce address_id from ethereum_labels_v2.
2021-10-19 23:59:16 +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
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
yhtiyar
3d7f1e0a7a
alembic migration
2021-09-23 21:38:12 +03: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
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
78141cf626
Add migration file.
2021-09-01 20:29:40 +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
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
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
kompotkot
826af41dcc
Database models for crawlers
2021-07-26 14:03:33 +03:00