mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove reference to bigchaindb-common in src's README
This commit is contained in:
parent
d93f6f873b
commit
707e2b2b8c
@ -1,6 +1,6 @@
|
||||
# Overview
|
||||
|
||||
A high-level description of the files and subdirectories of BigchainDB. Heavily used external dependencies include [`multipipes`](https://github.com/bigchaindb/multipipes) and [`bigchaindb-common`](https://github.com/bigchaindb/bigchaindb-common).
|
||||
A high-level description of the files and subdirectories of BigchainDB.
|
||||
|
||||
There are three database tables which underpin BigchainDB: `backlog`, where incoming transactions are held temporarily until they can be consumed by; `bigchain`, where blocks of transactions are written permanently; and `votes`, where votes are written permanently. It is the votes in the `votes` table which must be queried to determine block validity and order. For more in-depth explanation, see [the whitepaper](https://www.bigchaindb.com/whitepaper/).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user