Problem: "IPDB Transaction Spec" referenced in .../schema/README.md (#2376)

Solution: Update `bigchaindb/common/schema/README.md` to link to the BigchainDB Transactions Specs instead.
This commit is contained in:
Troy McConaghy 2018-07-10 14:19:45 +02:00 committed by Vanshdeep Singh
parent c7503f5689
commit 10953a64e7

View File

@ -13,9 +13,9 @@ The aim is to provide:
## Sources ## Sources
The files defining the JSON Schema for transactions (`transaction_*.yaml`) The files defining the JSON Schema for transactions (`transaction_*.yaml`)
are based on the [IPDB Transaction Spec](https://github.com/ipdb/ipdb-tx-spec). are based on the [BigchainDB Transactions Specs](https://github.com/bigchaindb/BEPs/tree/master/tx-specs).
If you want to add a new transaction version, If you want to add a new transaction version,
you must add it to the IPDB Transaction Spec first. you must write a spec for it first.
(You can't change the JSON Schema files for old versions. (You can't change the JSON Schema files for old versions.
Those were used to validate old transactions Those were used to validate old transactions
and are needed to re-check those transactions.) and are needed to re-check those transactions.)