Commit Graph

141 Commits (cd6d981502382a1620d07f70afc4121952d146a2)

Author SHA1 Message Date
Ayrat Badykov b70b0bdeca
add index to value_fetched_at 6 years ago
zachdaniel 48f363e0c6 feat: decoding candidates for unverified contracts 6 years ago
Ayrat Badykov b2ec433aa8
add index to blocks' consensus 6 years ago
Ayrat Badykov 81587c4c51
mix format 6 years ago
Ayrat Badykov cb4bfc2cad
remove duplicated indexes 6 years ago
zachdaniel 99f7858d0b fix: constructor_arguments must be type `text` 6 years ago
Ayrat Badykov 59e1b997f8
Rename 20190228102650_add_index_created_contract_address_has.exs to 20190228102650_add_index_created_contract_address_hash.exs 6 years ago
Ayrat Badykov 6d5b9510c1
add index for created_contract_address_hash in transactions 6 years ago
zachdaniel 8b46986c88 feat: show an approximation of transaction time 6 years ago
Ayrat Badykov a9a5935e19
add indexes for block_reward query 6 years ago
Andrew Cravenho fc41be0798 format 6 years ago
Andrew Cravenho 72e38aab39 Remove up/0 and down/0 add alter to change/0 6 years ago
Andrew Cravenho f31ed167d1 Update change to down 6 years ago
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