Commit Graph

713 Commits (04d3644839f7399a37c6591ed14a62e070ba2265)

Author SHA1 Message Date
Luke Imhoff 12f789a96d Use hash for Block conflict_target 6 years ago
Luke Imhoff 07bd999e35 update_block_second_degree_relations 6 years ago
Luke Imhoff 483ea2339f Explorer.Chain.stream_unfetched_uncle_hashes 6 years ago
Luke Imhoff 818f84a424 Transaction.Fork 6 years ago
Luke Imhoff 4b140c87df Block in the consensus chain marked consensus true 6 years ago
Luke Imhoff 96d5aea311 Block.SecondDegreeRelation 6 years ago
Stamates ff5d4d0163 Wireup live update of pending transactions 6 years ago
Lucas Narciso 428e674667
Handle more errors types at Smart Contract Reader 6 years ago
Felipe Renan a8b185a865 Add Token Transfers's tab in the Address' page. 6 years ago
Felipe Renan e4d4154fc7 Build query to fetch transactions with token transfers 6 years ago
Gustavo Santos Ferreira 958a277bad create Address.TokenCard to do the querying of tokens from an address 6 years ago
Gustavo Santos Ferreira 7e8974c4fb alter query to bring balances and count transfers all at once 6 years ago
Gustavo Santos Ferreira 172a2cd6bc make sure pagination disregards case 6 years ago
Sebastian Abondano 36d3d95e68 Improve transaction#getstatus API endpoint 6 years ago
Sebastian Abondano 6be5bc81b7 Derive status from internal transaction at index 0 6 years ago
Amanda Sposito fc38d7e2bf Alter Token decimals column to bigint 6 years ago
Stamates e000921433 Remove FakeAdapter for count estimation and just assert that an integer is returned from count estimation functions. 6 years ago
Stamates cfac04336d Remove pagination and return top 250 addresses by balance 6 years ago
Stamates 6ee50a6993 Estimated address count of addresses with balance > 0 using EXPLAIN rows estimate 6 years ago
Stamates c060b86527 Wireup top_addresses page 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
jimmay5469 a321b90878 Add full details to internal transaction tiles 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
Delweng Zheng 624787bb34 fix(ci): gas_limit and gas_used is decimal 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
Amanda Sposito 3244113be4 Increase timeout at the `Repo.transaction` level at the 'Indexer.TokenBalance.Fetcher' 6 years ago
Felipe Renan 53cb6de504 Handle multiple values when reading Smart Contract functions 6 years ago
Andrew Cravenho 2d230686d9 add fields back and provide better docs 6 years ago
Andrew Cravenho 45bd6965e0 update readme with deployment fixes 6 years ago
Sebastian Abondano ed66f9f87e Orders account#getminedblocks by block number 6 years ago
Alex Garibay 0a922bb1a3
Display primary address name when available (#610) 6 years ago
Gustavo Santos Ferreira 43c762002d fix explorer test 6 years ago
Gustavo Santos Ferreira 605d28cb4d preload token in queries that need it 6 years ago
Igor Florian d460fb8d50 Deal with :bad_gateway errors while querying contracts functions 6 years ago
Felipe Renan d9ff36c00d Fix token balances' query 6 years ago
Felipe Renan d0766c2017 Rafactor to count the holders from token balances instead of token transfers 6 years ago
Felipe Renan b856eed594 Build query to fetch the holders 6 years ago
Alaradia 8962aa9fa7
inculde an example of the config 6 years ago