From 10953a64e7fe2499999fe3f8ce5f5141e03966f1 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 10 Jul 2018 14:19:45 +0200 Subject: [PATCH] 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. --- bigchaindb/common/schema/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigchaindb/common/schema/README.md b/bigchaindb/common/schema/README.md index ab8d8e9d..1de4bd41 100644 --- a/bigchaindb/common/schema/README.md +++ b/bigchaindb/common/schema/README.md @@ -13,9 +13,9 @@ The aim is to provide: ## Sources 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, -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. Those were used to validate old transactions and are needed to re-check those transactions.)