Hacker News new | ask | show | jobs
by tilt_error 2922 days ago
I thought a ledger was a transaction log. It was in relation to a ledger I first came by the term transaction (or “trans”).
1 comments

You might be thinking of a "journal":

Journals and ledgers are where business transactions are recorded in an accounting system. In essence, detail-level information for individual transactions is stored in one of several possible journals, while the information in the journals is then summarized and transferred (or posted) to a ledger. The posting process may take place quite frequently, or could be as infrequent as the end of each reporting period. The information in the ledger is the highest level of information aggregation, from which trial balances and financial statements are produced.

https://www.accountingtools.com/articles/what-is-the-differe...

A ledger can be created from a journal (transaction log), but then again, many other kinds of things can be created from a transaction log (e.g., the "World Computer" idea for Ethereum).

Ah a journal is more like a block. It is transaction with several line items.

This is then transferred into the ledger which is just a list of transactions. Exactly like a blockchain