Closed SeanJCasey closed 4 years ago
Addresses issue #954
The purpose of this PR is to abstract the requesting of shares from Participation.sol into a new infrastructure-level SharesRequestor.sol.
Participation.sol
SharesRequestor.sol
In addition, it also:
Shares
isFund()
__increaseApproval()
__decreaseApproval()
TokenUser.sol
Further work to do here before finishing up:
Addresses issue #954
The purpose of this PR is to abstract the requesting of shares from
Participation.sol
into a new infrastructure-levelSharesRequestor.sol
.In addition, it also:
Shares
componentisFund()
that causes a generic revert if address is not a fund or spoke__increaseApproval()
and__decreaseApproval()
toTokenUser.sol
, and cleans up that contractParticipation.sol
, improving namespacing, comments, and readability