Commit Graph

75 Commits (7cc129912d05759471829016f7e502bd6d0144d2)

Author SHA1 Message Date
Doc Ritezel f80d9c1f57 Add test coverage for RefreshBalance.perform/1 7 years ago
Doc Ritezel 668098821a Divide up refreshing credits and debits 7 years ago
Doc Ritezel fc513ccb91 Allow addresses to present zero balances when they do not have a balance 7 years ago
Doc Ritezel 37b7f11b79 Configure a long timeout on credit and debit refreshes 7 years ago
Doc Ritezel 1abbf61404 Allow the latest block worker to re-enqueue an actual block number 7 years ago
Doc Ritezel 17129ef302 Allow ImportTransaction worker to scrape receipts for prefetched transactions 7 years ago
Doc Ritezel 6344f85410
Turn default pagination down to 10 7 years ago
Doc Ritezel c8e9760f75 Add a balance view and a refresh job 7 years ago
Doc Ritezel 63b52d8dd5 Add transactions tab to blocks 7 years ago
Doc Ritezel 346e568945 Contributor sees that a failed Transaction has Failed in its status 7 years ago
Doc Ritezel c8e4f6c9e6 Add a queue for processing receipt imports 7 years ago
Doc Ritezel f07489a989 Import logs for transaction receipts 7 years ago
CJ Bryan and Matt Olenick b9eb796eaf Display status icons on transaction detail page 7 years ago
Doc Ritezel 897bdca512 Add a TransactionReceiptImporter test for always-pending transactions 7 years ago
Doc Ritezel 7552e3d3fa Remove type match from TransactionReceiptImporter 7 years ago
Doc Ritezel c27cc480f3 Add keyset pagination to transactions 7 years ago
Doc Ritezel 5e357797a5 Make ChainStatistics fully asynchronous 7 years ago
Doc Ritezel b819733bf2 Cache blocks and transactions in the chain statistics genserver 7 years ago
Doc Ritezel d537280366 Refresh the chain statistics only after fetching 7 years ago
Doc Ritezel 081e9ecf08 Allow offline fetching for the ChainStatistics server 7 years ago
Doc Ritezel 37e2798f28 Add a GenServer to store chain statistics 7 years ago
Doc Ritezel ede8d0579e Address changes in web3 block fetching 7 years ago
Doc Ritezel 1be10345e8 Display chain statistics on the chain show page. 7 years ago
Doc Ritezel 944d2778e9 Correctly determine transaction receipt status 7 years ago
Doc Ritezel 8063839747 Remove order from SkippedReceipts and add appropriate indexes 7 years ago
CJ Bryan, Doc Ritezel and Matt Olenick e81d3b1b79 Use the transaction hash index when looking up missing receipts 7 years ago
CJ Bryan, Doc Ritezel and Matt Olenick bb4ba872a4 Backfill receipts for transactions 7 years ago
CJ Bryan and Matt Olenick 188b4947b3 Polish the Pending Transaction view. 7 years ago
Doc Ritezel ae211909bd Refactor AddressForm join for balances 7 years ago
CJ Bryan and Matt Olenick 4dcd5751ed Display a bit more info on the Pending Transaction page. 7 years ago
Doc Ritezel bc972f9566 Add a scraper mix task 7 years ago
CJ Bryan and Matt Olenick 6995427e2c Conditionally show the link to an address. 7 years ago
CJ Bryan and Matt Olenick 82982ce0de Display pending for transaction addresses when they have not yet been saved 7 years ago
CJ Bryan and Matt Olenick 5322a81eb3 Upsert to and from addresses when there is a unique constraint conflict 7 years ago
Doc Ritezel e9341c0b51 Run the transaction importer inline with the block importer 7 years ago
Doc Ritezel 3393934c9c Use Address#lower(hash) index when finding Addresses 7 years ago
Doc Ritezel e45c47f177 Add case-insensitive search to importers 7 years ago
CJ Bryan and Matt Olenick 12e67122bc Display last seen and first seen for transactions 7 years ago
CJ Bryan and Matt Olenick 95eed9588c Use multi-line aliasing to make credo happy 7 years ago
CJ Bryan and Doc Ritezel 57fd798293 Use downloaded Transaction attributes when importing Transactions. 7 years ago
CJ Bryan and Doc Ritezel b13b7cbb81 Group blocks on the block index page 7 years ago
CJ Bryan and Matt Olenick 0c6722b563 Update transactions show page to display pending for incomplete block information 7 years ago
Doc Ritezel 89bba0b6e9 Configure block workers to run on their own queues 7 years ago
CJ Bryan and Matt Olenick 1971309d22 Determine Transaction status based on block presence. 7 years ago
CJ Bryan and Matt Olenick 37aaf2f594 Sunset the Fetcher. 7 years ago
CJ Bryan and Matt Olenick eb563992e5 Build a Block Importer. 7 years ago
CJ Bryan and Matt Olenick 46ab151333 Create ImportTransaction worker 7 years ago
CJ Bryan and Matt Olenick 9570cd46de Use a join table to link Blocks and Transactions. 7 years ago
Doc Ritezel 5409faf7e3 Upgrade ethereumex 7 years ago
Doc Ritezel 90f14052db Instrument all queries with NewRelic 7 years ago