Commit Graph

674 Commits (eb50f05ce31aa85185432f7b8b551a12887fa1c1)
 

Author SHA1 Message Date
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 57f86e554e Update postgrex 7 years ago
Doc Ritezel 18db2324f4 Use the hash index when retrieving the address 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 d8a96615ee Scale all worker types during a migration 7 years ago
Doc Ritezel 8063839747 Remove order from SkippedReceipts and add appropriate indexes 7 years ago
Doc Ritezel d15d695dff
Scrape 10k receipts at a time 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 1dd3b8a260 Reduce the number of receipts scraped at once 7 years ago
CJ Bryan, Doc Ritezel and Matt Olenick bb4ba872a4 Backfill receipts for transactions 7 years ago
CJ Bryan and Matt Olenick 67341f15bc Nobody needs any more `nils`. 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
Doc Ritezel 492ddd1cee
Do not load blocks in pending transactions query 7 years ago
Doc Ritezel 5c2131bfe6
Structure pending transaction query 7 years ago
CJ Bryan and Matt Olenick 4dcd5751ed Display a bit more info on the Pending Transaction page. 7 years ago
Doc Ritezel 7c78804c1b Add scraper to the procfile 7 years ago
Doc Ritezel d0bdf25bab Speed up transactionns index 7 years ago
Doc Ritezel bc972f9566 Add a scraper mix task 7 years ago
CJ Bryan and Matt Olenick 19c9c664a0 Display First/Last Seen Times more prominently. 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 8ae9881509 Split pending transactions into a separate controller 7 years ago
Doc Ritezel d10c83535f Add an index to Transaction#inserted_at/#updated_at 7 years ago
CJ Bryan and Matt Olenick 2c52e2d607 Add indices to Block.timestamp and BlockTransaction.block_id. 7 years ago
Doc Ritezel e19c023219 Move schedules into environment variables 7 years ago
Doc Ritezel 3393934c9c Use Address#lower(hash) index when finding Addresses 7 years ago
CJ Bryan and Matt Olenick c3fe2130a5 Temper the latest Block importer. 7 years ago
Doc Ritezel 003b27cc17 Use Transactions#lower(hash) index in transactions index 7 years ago
Doc Ritezel e45c47f177 Add case-insensitive search to importers 7 years ago
CJ Bryan and Matt Olenick 0afe26a004 Get pending blocks with a scheduled job. 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 feef86e6b8 Sort transactions index by block.timestamp and transaction.inserted_at 7 years ago
Doc Ritezel 80e1f488a4 Add an argument to the exq.start mix task to run a scheduler 7 years ago
CJ Bryan and Matt Olenick 95eed9588c Use multi-line aliasing to make credo happy 7 years ago
CJ Bryan and Matt Olenick 261f15f10d Double the test database timeout. 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
CJ Bryan and Matt Olenick 92dbd05a9a Only display confirmed transactions on the home page 7 years ago
Doc Ritezel 19941e06dd Sort pending transactions to the top of the transactions list 7 years ago
Doc Ritezel 3c9a9767c7 Correctly terminate child processes in the pgbouncer wrapper script 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 f4c9030497 Update views for pending transactions. 7 years ago