Commit Graph

2650 Commits (f062c38676d0ed0d2d8828cb0a380b83c44840b7)

Author SHA1 Message Date
nikitosing 8db979b4d4 Drop gas_used from first_trace 3 years ago
nikitosing 5cdb1744f3 Add view for internal transactions error 3 years ago
Viktor Baranov 1e7a804c3e Docker-compose configs 3 years ago
nikitosing bb542353d9 Fix contract verification when constructor args provided 3 years ago
Viktor Baranov 6fa2c0b740 Various Docker setup fixes 3 years ago
Viktor Baranov 30766fac54 Add Berlin, London to the list of default EVM versions 3 years ago
nikitosing baa1395239 Fix constructor arguments verification bugs 3 years ago
Viktor Baranov b37f6e1ada DATABASE_URL should have a higher priority than vars for postgrex, remove other application DB params except DATABASE_URL, fix bug when empty DB password in DATABASE_URL is overwritten by PGPASSWORD 3 years ago
obasilakis 7dba5d4cc2 Obasilakis/stop api from writing to db (#312) 3 years ago
Donald Hutchison 941c4dac31 Extract database parameters from DATABASE_URL. (#305) 3 years ago
Viktor Baranov f65a23d055 Set 8545 as default port everywhere except Ganache JSON RPC variant 3 years ago
dependabot[bot] 17b7e4d8d5
Bump follow-redirects from 1.14.7 to 1.14.8 in /apps/explorer 3 years ago
Viktor Baranov 9c0d74afd5 Fix typo in DB migration module name 3 years ago
Viktor Baranov c0fa36e4d1 Refactoring suggestions processed 3 years ago
Victor Baranov e0b8f2a6b5
Update apps/explorer/test/explorer/chain_test.exs 3 years ago
Victor Baranov 6c29237a8e
Update apps/explorer/lib/explorer/chain.ex 3 years ago
Viktor Baranov c678f93db5 Fix get_implementation_abi_from_proxy/2 implementation 3 years ago
nikitosing 7d2c9b339e Fix token counters bug 3 years ago
nikitosing 4f2e5f462f Rework pagination on the transactions list page 3 years ago
Viktor Baranov ba1ab9cdf1 Resolve vulnerable npm dep in ./apps/explorer 3 years ago
Viktor Baranov be1d248981 Store address transactions/token transfers in the DB 3 years ago
Viktor Baranov 5a24940032 Static global API key 3 years ago
nikitosing 2198657657 Add regression tests 3 years ago
nikitosing 92628a1389 Fix read contract page bug 3 years ago
Viktor Baranov 1f7b06de7f Update ex_keccak lib 3 years ago
nikitosing ca53d552de Fix 500 response when ABI method was decoded as nil 3 years ago
Viktor Baranov 8e5b61b98f Add validation for the JSON input; replace outputSelection 3 years ago
nikitosing 0d902eb80f Add parse input errors view; fix empty method_id 3 years ago
nikitosing 3b5836c8cd Fix failing verifier test 3 years ago
nikitosing fca70fb73b Fix token transfers csv export 3 years ago
Viktor Baranov 74872b8a6b Fix fetch_last_token_balance process termination 3 years ago
Viktor Baranov 714670e9c2 Separate FIRST_BLOCK and TRACE_FIRST_BLOCK option for blocks import and tracing methods 3 years ago
Viktor Baranov 3518c0f70b Fix constanlty failing 2 contract verification tests 3 years ago
nikitosing ae3b17e471 Fix tests 3 years ago
nikitosing 0036178649 Add daily bytecode verifcation to warn about metamorphic contracts vulnerability 3 years ago
nikitosing af85e13021 Fix 0x0 implementation address 3 years ago
nikitosing da7b9c815e Add check if contract already verified; fix error response 3 years ago
nikitosing 9afeaf2708 Add verification via standard JSON input 3 years ago
nikitosing 2b3045bcb5 Fix bugs and improve contract interactions 3 years ago
Viktor Baranov 694d9a68b0 Change type field to the optional one 3 years ago
Viktor Baranov 29aa23e213 An ability to separate Ecto Repo DB endpoint for the API endpoints 3 years ago
Viktor Baranov 81df52787c API endpoints logger 3 years ago
Viktor Baranov 1dfbf682b3 address_to_gas_usage_count function fix for nil incoming transactions gas usage count 3 years ago
Viktor Baranov cc1c7b4f34 Bridged tokens API endpoint 3 years ago
Viktor Baranov 68f74d64a8 Save gas_used in addresses table 3 years ago
Viktor Baranov ff4dcab73f Export token transfers on address: include transfers on contract itself 3 years ago
Viktor Baranov 3b460b3171 Fix fetch_top_tokens add nulls last for token holders 3 years ago
Victor Baranov bdd8ea1664
Delete 20211018074058_add_internal_transactions_block_number_from_address_hash_hash_transaction_hash_index.exs 3 years ago
Viktor Baranov 4284c9b402 Add missing columns updates in different update queries 3 years ago
Viktor Baranov 1283bbb844 Set explicit ascending order by hash in acquire transactions query of internal transactions import 3 years ago