Commit Graph

1185 Commits (b25861b1525a26e3c88a4c31223135e09d83099d)

Author SHA1 Message Date
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 c861879681 feat: remove dropped/replaced transactions in pending transactions list 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 47032c064e feat: optimize/rework `init` for replaced transactions fetcher 6 years ago
Ayrat Badykov a92df4cbf5
fix query 6 years ago
zachdaniel 8b46986c88 feat: show an approximation of transaction time 6 years ago
Ayrat Badykov 1616266194
check if to_address_hash is contract address to fetch internal transactions 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
zachdaniel 5582c3df1c feat: synchronously fetch coin balances when an address is viewed. 6 years ago
Ayrat Badykov 86b0518cfe
consider whisper data when verifying constructor arguments 6 years ago
Ayrat Badykov 122d8baa84
deduplicate input params in block reward fetcher 6 years ago
Ayrat Badykov 6925f0c34e
add index for address_current_token_balances 6 years ago
Ayrat Badykov b9bcd6ce98
mix format 6 years ago
Ayrat Badykov 5cf4f86020
deduplicate input data 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 4240af044d
add constructor arguments field to the view 6 years ago
Ayrat Badykov da9d6e5f31
add constructor arguments field to smart contract 6 years ago
Ayrat Badykov d73c09ad87
fix nil input data 6 years ago
Ayrat Badykov 64764d6c8f
fix verifier, add tests 6 years ago
Ayrat Badykov 0f3c7585c8
verify constructor arguments in Verifier 6 years ago
Ayrat Badykov 9f9a31711d
verify smart contract constructor arguments 6 years ago
Ayrat Badykov d80bbf9297
fetch contract creation input data from transaction/internal transaction 6 years ago
zachdaniel 30031c32bb fix: cleanup uncataloged fetcher query, and push_front 6 years ago
Ayrat Badykov 77c8357aed
pass external_libraries form params from view to the verifier 6 years ago
Ayrat Badykov 0021d40344
add external libraries to smart contract verifier 6 years ago
Ayrat Badykov b374ffe2a9
format test file 6 years ago
Ayrat Badykov 82c087fb68
mix format 6 years ago
Ayrat Badykov 6c96b04d2f
add one more test with external libraries contract 6 years ago
Ayrat Badykov 499f3699c7
fix remaining tests 6 years ago
Ayrat Badykov e1991ab5ff
clean code compiler tests 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
Ayrat Badykov 4aa59916f7
store contract addresses in env variables 6 years ago
Ayrat Badykov a852122c9c
remove unsafe :erlang.term_to_binary 6 years ago
Ayrat Badykov 245a19121f
replace source_module 6 years ago
Ayrat Badykov 1614065981
use smart contracts to calculate xDai marketcap 6 years ago
Ayrat Badykov 12f1b200b3
check if ets table exist 6 years ago
Ayrat Badykov 1068c5f775
start cache in repo process 6 years ago
Ayrat Badykov 98461ecd04
cache max and min block number 6 years ago