Commit Graph

1290 Commits (ec4aa32e5f384a737a0f13a9b583a257308c12de)

Author SHA1 Message Date
Ayrat Badykov 3244d54cf7
allow creation different smart contract for address_hash 6 years ago
Ayrat Badykov 88a32bb984
add upsert for decompied smart contacts 6 years ago
goodsoft ea7d0d007f
Optimize token holder count updates when importing address current balances 6 years ago
goodsoft 8cbafd2ced
Set internal_transactions_indexed_at for empty blocks 6 years ago
Ayrat Badykov 6360ecf799
fix tests 6 years ago
Ayrat Badykov 8a58d4b03e
use cache for estimated transaction count 6 years ago
Ayrat Badykov 978af2df39
add transaction count cache 6 years ago
zachdaniel 5bc627d368 feat: rpc address to list addresses 6 years ago
Ayrat Badykov a7559c1f27
add moduledoc 6 years ago
Ayrat Badykov bac51ee183
add endpoint to create decompiled smart contracts 6 years ago
Ayrat Badykov 667394b6e7
create decompiled smart contracts 6 years ago
Ayrat Badykov 88439ae38c
increase query speed 6 years ago
Ayrat Badykov 345ce79e47
add incoming transactions count to contract view 6 years ago
goodsoft ea3af5e299
Use transaction-level fetch_internal_transactions for Geth 6 years ago
Paul Tsupikoff e13f6f8a8e
Use trace_replayBlockTransactions API for faster tracing 6 years ago
Paul Tsupikoff 2a8def19e2
Allow executing smart contract functions in arbitrarily sized batches 6 years ago
Ayrat Badykov 089e161997
fix tests 6 years ago
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