polymath-core-deprecated icon indicating copy to clipboard operation
polymath-core-deprecated copied to clipboard

Rethink data structures for offering / template proposals (arrays > mappings)

Open adamdossa opened this issue 8 years ago • 1 comments

Change these variables from being mapping(address => address[]) to mapping(address => (mapping address => bool)) and then allow the frontend to cancel based on just knowing the templateProposal / offeringContract addresses.

adamdossa avatar Jan 29 '18 13:01 adamdossa

We could probably have both so we can still retrieve a list of all template proposals associated with a ST.

pabloruiz55 avatar Jan 29 '18 13:01 pabloruiz55