From fedb44a1213f518747fe7e5dc2ee32421cea40a5 Mon Sep 17 00:00:00 2001 From: Nikolai Mushegian Date: Sat, 11 Jul 2015 00:20:04 -0400 Subject: [PATCH] Updated new contract build and deploy sequence proposal (markdown) --- new-contract-build-and-deploy-sequence-proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-contract-build-and-deploy-sequence-proposal.md b/new-contract-build-and-deploy-sequence-proposal.md index cd88906..4c74dda 100644 --- a/new-contract-build-and-deploy-sequence-proposal.md +++ b/new-contract-build-and-deploy-sequence-proposal.md @@ -17,7 +17,7 @@ This document describes data models for a proposed build/test/deploy pipeline to 1) A **Contract Source Tree** is a directory of `.sol` files, possibly with extra files that we ignore. 2) A **Contract Library Source File** is a json (or yaml or cson) file containing an object with the following fields: -* `source`: (escaped) string containing a single solidity source file with one or more contracts. +* `source`: (escaped) string containing a single solidity source file with one or more contracts. This will usually just be all the files in (1) preprocessed and concatenated. * `typeInfo`: A map of `TypeInfo`, indexed by `typeName` 3) A **Chain Environment Config File** is a config file with the following object: