Commit Graph

1041 Commits (adf0ac0ed4daf95402c9c9b7a463627b555bfbc0)

Author SHA1 Message Date
Ayrat Badykov fa9a281499
add case insentive search 6 years ago
Ayrat Badykov 089bc39fe4
allow to search by token symbol 6 years ago
Ayrat Badykov 8ee3964f95
encode integer parameters when calling smart contract functions 6 years ago
Ayrat Badykov 876f1bf9e5
verify smart contracts with evm versions 6 years ago
zachdaniel b9ade785d2 feat: add an admin method to import contract methods. 6 years ago
zachdaniel 48f363e0c6 feat: decoding candidates for unverified contracts 6 years ago
Ayrat Badykov bda167ef91
mix format 6 years ago
Ayrat Badykov da7abdd51e
remove exchange rate from all places 6 years ago
zachdaniel c861879681 feat: remove dropped/replaced transactions in pending transactions list 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 5191085052
add indexes required for blocks runner 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 b9bcd6ce98
mix format 6 years ago
Ayrat Badykov 5cf4f86020
deduplicate input data 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 82c087fb68
mix format 6 years ago
Ayrat Badykov 6c96b04d2f
add one more test with external libraries contract 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 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
Ayrat Badykov 4c52d38448
fix typo 6 years ago
Ayrat Badykov c71d49b4f3
update transaction even if internal transaction are inserted 6 years ago
Luke Imhoff 294c9f37e4 Convert UncatalogedRewards.Processor into a BufferedTask 6 years ago
Luke Imhoff 7098f4b78d Use Explorer.Chain.import in Indexer.Block.UncatalogedRewards.Importer 6 years ago
Luke Imhoff 00e136e20c Calculate gas payments for all blocks in batch in SQL 6 years ago
Luke Imhoff 4c634eb9a6 Use Ecto 3 coalesce, sum, +, and * support 6 years ago
Luke Imhoff ace3abf8df Don't generate wei^2 from Wei.mult 6 years ago
Ayrat Badykov a4f2aee213
add ReplacedTRansaction fetcher to supervision tree 6 years ago
Ayrat Badykov cf78b8cb80
move replaced transactions update to fetcher 6 years ago