In case you can't see your submission source code

Previously, to generate the snippet of source code shown on the submission page, Toph would have to fetch the entire file from the object storage server. This wasn’t exactly an efficient use of resources.

We have now made it so that the snippet is stored within the database and the entire file is fetched only when the entire file is necessary.

You can already see the source code on the submission page for all new submissions since mid-day yesterday. However, for older submissions, I am going through each of them and populating the database with the snippets.

Until the entire process is complete, if you want to access the source code of any of your older submissions, click on the Download above the source code area in the submission page.