orenyodfat
                                            orenyodfat
                                        
                                    @dev-matan-tsuberi any update re that ?
This can be calculated off chain
`GenericScheme` with default address and ABI might be a nice idea though it might be limited to cases with ABI without params (`void`) or ABI with pre known params values....
If you are looking for a way to add participants to a dao you can register a scheme to the controller and mint reputation for each of the participants..no need...
open-zeppelin has kind of solution for access control . See https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/access/SignatureBouncer.sol
- Please explain the use case for "other voting" . - What is the bug at the "AbsoluteVote internalVote function VoteProposal event" ? -
this might needed for mutatx with just relayer... currently we are looking for metatx solution with smart wallet so it require no change to the contracts. So this is not...
> > currently we are looking for metatx solution with smart wallet so it require no change to the contracts. > > Awesome, I'd recommend https://www.abridged.io/, @jamesyoung is tremendously helpful...
yes, this is a known thing. we already discussed that in the past. we might consider to remove unneeded entities in order to have gain some time and space optimisation....
@ben-kaufman ?