Commit Graph

1687 Commits (147bcf77cd280fd9ed7fabc7bbea3ca03f225a59)

Author SHA1 Message Date
Ryan Arthur 96898cec49 Add a new route to top addresses view 6 years ago
Ryan Arthur f38455ede9 Add whitespace between the transfer count and the token name on the contract address details view 6 years ago
Stamates af6976317d Use EXPLAIN in count query to speed up and get estimated row results 6 years ago
Stamates 742e543cdb Incorporate update for blocks gas_used and gas_limit in initial migration 6 years ago
Stamates c6af8d363e Create recent collated indexes by address with hash on transaction table and remove address/hash indexes 6 years ago
Stamates bd755fe469 Add transaction hash to address indexes for transaction and token_transfer tables to optimize count query 6 years ago
Stamates 4598eba91f Remove transaction table joins from address_transaction_count query and count only distinct hashes 6 years ago
Tim Mecklem d5d039a78d Add address transaction count query back and include token transfers 6 years ago
Tim Mecklem 285fa9fa1e Run transaction fetch queries separately per address_field 6 years ago
Stamates c515d765c1 Split address transactions query into separate query/fetches and combine the results due to postgres not selecting optimized query plan consistently 6 years ago
Sebastian Abondano b74a9290e1 Add stats#ethprice API endpoint 6 years ago
Alex Garibay 4f9e7a5963
Preload contract addresses names for transaction push (#746) 6 years ago
Sebastian Abondano 608dfc5ef8 Add stats#ethsupply API endpoint 6 years ago
Ryan Arthur 9808cff276 Internationalization 6 years ago
Ryan Arthur 5c5873bac7 Fix failing UI tests 6 years ago
Ryan Arthur c3292b8db9 Make the contract ABI code wrap to multiple lines 6 years ago
Ryan Arthur aafe238d51 Mobile enhancements for the Address/Contract Details page 6 years ago
Ryan Arthur b91512560b Fix button states 6 years ago
jimmay5469 4fffba677a i18n 6 years ago
jimmay5469 a321b90878 Add full details to internal transaction tiles 6 years ago
jimmay5469 ce641c02fe Combine internal transaction tile templates 6 years ago
jimmay5469 9c1dc73912 Standardize internal transaction tiles 6 years ago
Stamates d2d394d8d6 Fix transaction not having IN/OUT on live update due to misnamed variable. 6 years ago
Sebastian Abondano 8da1345d51 Add transaction#getstatus API endpoint 6 years ago
Luke Imhoff b92c8511f5 Show transaction error in UI 6 years ago
Luke Imhoff 102f467948 Denormalize last internal transaction error to transaction 6 years ago
Luke Imhoff b32f263eda Allow status to be nil until internal transactions are indexed 6 years ago
Luke Imhoff baa5746a25 Don't infer status for gas and gas_used 6 years ago
Delweng Zheng 624787bb34 fix(ci): gas_limit and gas_used is decimal 6 years ago
mulili 952e990ffd changes requested 6 years ago
mulili 981fcd0cb4 changes requested 6 years ago
mulili bf3308bc94 added button to convert wei to ether and vice versa 6 years ago
Delweng Zheng de1a101c8c fix(apps): adjust gas_used to Decimal 6 years ago
Delweng Zheng 765cc1359c fix(explorer): gas_used/gas_limit should be numeric, not int 6 years ago
Lucas Narciso d8b22f6988 Handle large strings when fetching tokens 6 years ago
Amanda Sposito 32ad1214b6 Increase timeout at the `Chain.import` at the 'Indexer.InternalTransaction.Fetcher' 6 years ago
Amanda Sposito 3244113be4 Increase timeout at the `Repo.transaction` level at the 'Indexer.TokenBalance.Fetcher' 6 years ago
Amanda Sposito eea81817f7 Increase 'Indexer.TokenBalance.Fetcher' timeout 6 years ago
Amanda Sposito b4a66ad7f0 Add treatment to TokenBalance.Fetcher when there is an error with the import data 6 years ago
Felipe Renan b289219e3c Use the controller assign instead of params['id'] in Token's page 6 years ago
Felipe Renan 0eb812c0da Fix Token Holders' link from Read Smart Contract page 6 years ago
Sebastian Abondano eb2919e765 Add transaction#gettxreceiptstatus API endpoint 6 years ago
Felipe Renan eaba0f0d56 Improve Smart Contract's function response CSS style 6 years ago
Felipe Renan 4226b6fd8a Fix div overflow in Smart Contract's page. 6 years ago
Felipe Renan 776424a29b Add tests to BlockScoutWeb.SmartContractView 6 years ago
Felipe Renan 4d34639f99 Fix tab-menu active style in Read Contract's page 6 years ago
Felipe Renan 3dee9d0031 Remove used partial and view helper functions 6 years ago
Felipe Renan 53cb6de504 Handle multiple values when reading Smart Contract functions 6 years ago
Alex Garibay 56299e308b Add support for ERC-721 token transfer logs with addresses in `data` 6 years ago
Sebastian Abondano 46244f4680 Add contract#getsourcecode API endpoint 6 years ago