Commit Graph

1041 Commits (adf0ac0ed4daf95402c9c9b7a463627b555bfbc0)

Author SHA1 Message Date
Amanda Sposito f6f8afe878 Add mix task to migrate transaction_index and block_number at internal_transactions 6 years ago
Amanda Sposito 5ee4df3714 Alter 'Chain.address_to_internal_transactions' query 6 years ago
Amanda Sposito 373248dbee Update 'internal_transactions'.'block_number' after block reorg 6 years ago
Amanda Sposito 1acebdc7f7 Add 'block_number' and 'transaction_index' in 'internal_transaction' 6 years ago
Amanda Sposito b86335cf34 Add 'transaction_index' in the fetchers to save at 'internal_transaction' 6 years ago
Gustavo Santos Ferreira 92cf06ef3e module to calculate market cap 6 years ago
Gustavo Santos Ferreira 702f701b3e module to count total supply 6 years ago
Gustavo Santos Ferreira f65af39593 new function to subtract a wei value from another 6 years ago
Lokraan 8cfd2cf159 Update queries. 6 years ago
Lokraan 59b38cdf1d Create tests for chain.hash_to_address and chain.find_or_insert_address_from_hash. 6 years ago
Lokraan c26abbd05b If an address is searched up but doesn't exist, ignore it. 6 years ago
Alex Garibay c60bd06e5e
Add bare admin panel (#927) 6 years ago
Lucas Narciso ea3da7fd07
Consolidate Token Holders count info 6 years ago
Lucas Narciso 234128a923
Avoid redundant calculation of @burn_address_hash 6 years ago
Felipe Renan 7f56c76ff9 Refactor transactions count by address 6 years ago
Luke Imhoff 3284388120 Get transaction created_contract_address_hash from first internal 6 years ago
Luke Imhoff 77d32df7c2 Store exchange rates as tuples in ETS 6 years ago
Luke Imhoff b313af6d7f Buffer hash bytes instead of hash strings 6 years ago
Lokraan 53561131b4 Merge branch 'master' into consolidate-validation-count 6 years ago
Lokraan 112fcf1aab Run mix format, credo, gettext.extract --merge. 6 years ago
Lokraan 76fc8e0377 Store validation counts for each address in an ets table. 6 years ago
Stamates 883886c047 Create placeholder for loading percentage and live update 6 years ago
Stamates 0e7ee4ee96 Calculate loading status triggered by catchup block event 6 years ago
Sebastian Abondano 8a79923fcb account#txlist API endpoint takes timestamp range 6 years ago
Lokraan 0530d69e7f Doesn't count every sibling unecessarily. 6 years ago
Ryan Arthur e34e9f1d02 Credo and formatting appeasement 6 years ago
Stamates 05935d825b Ensure that consensus = true blocks do not show in uncles list (could potentially have an uncle with consensus = true briefly during reorg) 6 years ago
Stamates 15ea7e3247 Setup reorg block detail and list pages 6 years ago
Stamates 4f3dec146e Add Uncles block list page and filter uncles out of Blocks list 6 years ago
Amanda Sposito a3148d3584 Remove token holders count from Token's page 6 years ago
Amanda Sposito 6afd0e7002 Use 'Counters::TokenTransfer' instead of the database count 6 years ago
Amanda Sposito 0ed9020a96 Alter 'Realtime::Fetcher' and 'Catchup::Fetcher' to specify the broadcast type. 6 years ago
Amanda Sposito 7a972b7bbc Add 'token_transfers' in the broadcast events after database inserting. 6 years ago
Amanda Sposito 2d02ed6e24 Add a counter to store the token tranfers count info 6 years ago
Luke Imhoff 15511f5c4e nil error when forking transactions 6 years ago
Luke Imhoff 1918040eeb Explorer.Chain.Import.Runner behaviour 6 years ago
Luke Imhoff 59c7c38921 Extract Explorer.Chain.Import.Address.TokenBalances 6 years ago
Luke Imhoff 042eb418b2 Extract Explorer.Chain.Import.Transaction.Forks 6 years ago
Luke Imhoff 991a2fe672 Extract Explorer.Chain.Import.Transactions 6 years ago
Luke Imhoff 22cb89058a Extract Explorer.Chain.Import.Tokens 6 years ago
Luke Imhoff 14aa12e9bd Extract Explorer.Chain.Import.TokenTransfers 6 years ago
Luke Imhoff 753fbd8bd5 Remove obsolete receipts 6 years ago
Luke Imhoff 5ffb54129f Extract Explorer.Chain.Import.Logs 6 years ago
Luke Imhoff bca8f8a645 Extract Explorer.Chain.Import.InternalTransactions 6 years ago
Luke Imhoff 4842462667 Extract Explorer.Chain.Import.Block.SecondDegreeRelations 6 years ago
Luke Imhoff 56f0365239 Extract Explorer.Chain.Import.Blocks 6 years ago
Luke Imhoff 03557f4200 Extract Explorer.Chain.Address.CoinBalances 6 years ago
Luke Imhoff 31ae4f51fe Extract Explorer.Chain.Import.Addresses 6 years ago
Luke Imhoff 2e3627d536 Don't run imports for empty params 6 years ago
Luke Imhoff 8ad765efad Don't select forked transactions where there are no blocks 6 years ago