Commit Graph

426 Commits (c6af8d363e0147379ca4c585b3f95e1a2a3a7386)

Author SHA1 Message Date
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
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
Sebastian Abondano a372acaa1d Add contract#getabi API endpoint 6 years ago
Lucas Narciso 1942248670
Add a "Tokens" tab on the Address page 6 years ago
Lucas Narciso 46998b5afb
Create query to count transfers 6 years ago
Sebastian Abondano a07998547f API account#txlist filterby=from support 6 years ago
Stamates 18380efe0a fix broken tests 6 years ago
Stamates 4e05488136 Send internal_transaction ids on Pub-Sub and Repo fetch with preloads of internal_transaction in Notifier 6 years ago
Stamates 3f571aa4bb Live updates for internal_transactions on address page 6 years ago
Luke Imhoff c1ecb966a7 Cover Explorer.Chain.Import 6 years ago
Luke Imhoff f93a475662 Cover Explorer.Chain 6 years ago
Luke Imhoff 60004c5373 Remove unused internal_transacion_suicide_factory 6 years ago
Luke Imhoff 8aa1e0e129 Cover Explorer.SmartContract.Reader 6 years ago
Sebastian Abondano 152b2246ab Add account#tokenbalance API endpoint 6 years ago
Igor Florian 7077a41576 Change Address fetched_balance's columns to fetched_coin_balace 6 years ago
Igor Florian acf14d6cf3 Rename Balance references to Address.CoinBalance 6 years ago
Igor Florian 56f578717f Rename table and indexes 6 years ago
Stamates 241df8a24e Remove unused function 6 years ago
Stamates ae47e8f6dc Token transfers shown for all transactions tiles (preload not working in chain queries) 6 years ago
Sebastian Abondano 24e5da232f Add filterby flag to account#txlist 6 years ago
Sebastian Abondano 0b42ed19f4 Add account#getminedblocks API endpoint 6 years ago
Luke Imhoff 9a8cdc4031 Use Path.absname so that log paths are stable during reload 6 years ago
Felipe Renan 74be090451 Remove unnecessary code in Token.BalanceReader 6 years ago
Felipe Renan 0c05600126 Add query to fetch the last token balances 6 years ago
Felipe Renan 9ee44cda98 Remove token from token balances factory 6 years ago