Commit Graph

189 Commits (9156f2d2e9f1d4b1d12b207f2f2a1978667ab1ee)

Author SHA1 Message Date
Andrew Cravenho c9ae5fc8e7 Fix constructor arguments migration 6 years ago
Ayrat Badykov 5191085052
add indexes required for blocks runner 6 years ago
Ayrat Badykov caa40cc017
add index on block number to address token balances 6 years ago
Ayrat Badykov 6925f0c34e
add index for address_current_token_balances 6 years ago
Ayrat Badykov ff0db8c32b
add unique index on address_hash, block_hash and address_type for block_rewards 6 years ago
Ayrat Badykov ee814636b5
pass external libraries to the Solidity compiler 6 years ago
Ayrat Badykov da9d6e5f31
add constructor arguments field to smart contract 6 years ago
Ayrat Badykov 8bfe0a33f8
use bytecode field instead of deployedBytecode in compiler output 6 years ago
Ayrat Badykov 7e8ad096dd
compile smart contracts with external libraries 6 years ago
Andrew Cravenho 4a5bf27060 Only add confirmed dropped/replaced txs to temp table 6 years ago
Andrew Cravenho c0ac367960 Fix block_hash is null statement 6 years ago
Andrew Cravenho f71228884c Update migration script for dropped/replaced transactions 6 years ago
Ayrat Badykov 359b2608fe
fix dialyzer 6 years ago
Ayrat Badykov d3c7c8636f
add replaced_transaction update script 6 years ago
Ayrat Badykov b780876b3c
fix migration 6 years ago
Ayrat Badykov 915d053dd5
update replaced transaction on import 6 years ago
Ayrat Badykov 0497a9daa7
mix format 6 years ago
Ayrat Badykov fb5d4b20d9
modify status and error db constraints 6 years ago
Luke Imhoff 14d7c9badd Block.SecondDegreeRelation needs primary key to be preloaded 6 years ago
Luke Imhoff 82813d39a5 Tokens needs primary key to be preloaded 6 years ago
Luke Imhoff a89fe692a7 Make insert_address_current_token_balances_in_batches only insert new 6 years ago
Ayrat Badykov 9a30c0c850
add index 6 years ago
Luke Imhoff 28695f3d75 Data migration to populate tokens holder_count 6 years ago
Luke Imhoff 20f50d0dd4 Token holder_count 6 years ago
Ayrat Badykov 2e94a0d2a6
return InternalTransaction.Fetcher 6 years ago
Ayrat Badykov 9852abae95
add catchup code fetcher 6 years ago
Luke Imhoff 8a1c526cf8 Optimize update_address_current_token_balances_in_batches 6 years ago
Luke Imhoff 99e6947d62 Update `address_current_token_balances` that are out-of-date 6 years ago
Luke Imhoff 8ffbe6418d Use COUNT(*) of current_token_balances to eliminate TokenHoldersCounter 6 years ago
Luke Imhoff 903d322553 Use index and COUNT(*) for address_to_validation_count 6 years ago
William Sanches 2b48235898
Remove opcodes from CodeCompiler 6 years ago
William Sanches 3ff530c22e
Update JS solidity compiler 6 years ago
Gustavo Santos Ferreira 7549b8f8c8 prepare configs and new dependencies for the retriever 6 years ago
Gustavo Santos Ferreira d563a2568a add metadata column to address_names 6 years ago
Luke Imhoff ea58dad12b Update to Ecto 3.0 6 years ago
William Sanches a754a72390
Add block_reward import 6 years ago
William Sanches 23bd2b0049
Rename block_rewards to emission_rewards 6 years ago
Amanda Sposito 4833c6c962 Fix Address Trasaction query 6 years ago
Luke Imhoff 6ec9afb4ba Gradual migration support for call_has_call_type, call_has_input, and create_has_init 6 years ago
Luke Imhoff 39b6eccfda Separate schema and data migration for EIP-6 6 years ago
Amanda Sposito 8ad5a3103e Add index to addresses table 6 years ago
Amanda Sposito 40a9da3022 Add script to migrate nonce to addresses 6 years ago
svenski123 a3364385c6 Comment out update query in migration script due to run length concerns on a large existing database. 6 years ago
svenski123 29199eb54e Add nonce field to Address object and addresses table. 6 years ago
Felipe Renan 2ad1042de2 Add script to migrate block_number to token transfers 6 years ago
Felipe Renan 31e1090138 Add block_number to token transfers 6 years ago
Amanda Sposito 9843f2bba6 Add migration scripts that we've been using to migrate data 6 years ago
Luke Imhoff 0c4c80c880 Add missing constraints for internal transactions 6 years ago
Luke Imhoff 9cce7ab661 Adopt EIP-6 6 years ago
Felipe Renan 233d539a00 Add AddressCurrentTokenBalance schema 6 years ago