Commit Graph

2082 Commits (4293c3af31b3ed74074c389a07e78aff72f71469)

Author SHA1 Message Date
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 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
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
Viktor Baranov f05d049253 Remove cumulative gas used update duplicate 3 years ago
nikitosing ae4db8e51b Add default value for block_index 3 years ago
nikitosing 7365cf7b78 Added support for BeaconProxy Pattern 3 years ago
nikitosing 6b131a8e09 Fix read contract page 3 years ago
Viktor Baranov e225139f42 Dedup to Uniq 3 years ago
Viktor Baranov b61d304d32 Speed up txs per day chart data collection 3 years ago
nikitosing 1a54597b4d Add decoding for revert messages on a read contract page 3 years ago
Viktor Baranov e8ee9927bb Get token type for token balance update if it is empty 3 years ago
Viktor Baranov d6b7620489 Logging for txs/day chart 3 years ago
Viktor Baranov cd960aa458 Pin address overview rows 3 years ago
Viktor Baranov 8a62223475 Add config for GasUsage Cache 3 years ago
Viktor Baranov 01b0b0339b Fix for extract_omni_bridged_token_metadata_wrapper method 3 years ago
nikitosing d66304f26a Added clauses and tests for get_total_staked_and_ordered/1 3 years ago
Viktor Baranov 393bc13ac2 Fix nil.timestamp issue 3 years ago
Viktor Baranov bec8c27a8f Get CRC total balance in non-blocking address page maneer 3 years ago
Viktor Baranov fd0014f75e Add partially_verified 3 years ago
Viktor Baranov dee0af3bf9 Empty blocks sanitizer 3 years ago
nikitosing ee6776e104 Update ex_abi to 0.5.7; add decoding revert reason for contract interaction tx 3 years ago
nikitosing 9f48323990 Add cleaning of substrings of `require` messages from parsed constructor arguments 3 years ago
Viktor Baranov ee54656026 Finalize ERC-1155 support 3 years ago
Viktor Baranov 7a4eb8f72a Update acquire_contract_address_tokens to mitigate deadlocks 3 years ago
Viktor Baranov f0b75e3dc6 Additional token_id checks for token balances 3 years ago
Viktor Baranov 31e92f81c6 Update delete_address_current_token_balances derive_address_current_token_balances functions 3 years ago
Viktor Baranov 655c58bdba ERC-1155 metadata fetching: add tests 3 years ago
Viktor Baranov 2be81f2878 ERC-1155 metadata fetching 3 years ago
Viktor Baranov 36d76bb6f7 Set token_id together with token_contract_hash in group_by, oreder statements 3 years ago
Viktor Baranov d21f95dece Blocks import: divide token balance insertion with and without token_id 3 years ago
Viktor Baranov 4a0441bb7b Add sorting by token_id 3 years ago
Viktor Baranov f86f9e7b0a Change order of balances records for updating 3 years ago
Viktor Baranov f1e5c45909 ERC-1155: fix indexer 3 years ago
Viktor Baranov f9e6a9cb30 1155 refactoring: get_balances_of_with_abi/2 3 years ago
Viktor Baranov d5261744db Add order by token.type 3 years ago
Viktor Baranov 6f506b4565 ERC-1155 finalization 3 years ago
Viktor Baranov c685cd00fd ERC-1155 transfers support in UI 3 years ago
Ayrat Badykov 6f6fa1c21f Add ERC-1155 support for token transfers and token balances 3 years ago
nikitosing fac9cc0038 Complement for 1155 3 years ago