Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Output ABI for non-deployed contracts #83

Closed
jgostylo opened this issue Jan 29, 2016 · 2 comments
Closed

Output ABI for non-deployed contracts #83

jgostylo opened this issue Jan 29, 2016 · 2 comments

Comments

@jgostylo
Copy link

jgostylo commented Jan 29, 2016

I have my project setup in hub/spoke fashion. All of the projects live in a single file and only one of them is deployed. I want to have access to the ABI for the non-deployed contracts in my test and app environment.

I assume that this would be possible if the contracts were in separate files because that outputs .sol.js for each contract deployed or no but that does not work for my use case. I want some functionality of my hub to only be accessible when called from the spoke contract (as a way of identity management) and that would require a circular import in solidity which does not seem to work.

@jgostylo
Copy link
Author

jgostylo commented Feb 4, 2016

Pull request submitted: #86

@tcoulter
Copy link
Contributor

Closing this one in favor of #204. This feature is definitely still on our list. Thanks!

nakajo2011 pushed a commit to nakajo2011/truffle that referenced this issue Aug 7, 2018
…refs

Fix incorrect package references to ethereumjs-testrpc
nakajo2011 pushed a commit to nakajo2011/truffle that referenced this issue Aug 7, 2018
 Add more docs for transaction result objects
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants