RJ Ewing
RJ Ewing
Is the assumption when installing a new app to an existing dao that a kit will be used & the permissions setup via the kit? With the permissions app now...
There's no way around this, as calling the contract directly will always lead to the possiblity of creating multiple giverIds for a single address. We need to store all giverIds,...
I haven't testing if this is specific to the matrix-appservice-slack bridge or not. yes, I'm sure about the pending invitation. here's the invite msg: ``` { "origin_server_ts": 1516886875874, "sender": "@perissology:matrix.org",...
the withdraw is now done automatically from the milestone plugin. However we should display the payments in the wallet as well as when it can be or if it has...
note: recipient should be where you want the funds to be withdrawn to. It will take 2-3 days for the funds to end up in your wallet, not 5 mins...
Option 1 is how it should be. We just need to reconcile any inconsistencies.
> Would it really be that big of a deal to just do delegateIndex or something like that? No, but that's not any more informative as both refer to indexs....
I think this is done, just need to verify the following > Check all the smart contracts and tests for consistent use of: idDelegate: the id number in the admin...
I have a few concerns with this approach... What happens when you need to generate an artifact for a library contract that is installed via npm. The name could get...
Hmm, well we really are using the files. solcpiler does the file reading b/c solcjs gives the error `File import callback not supported` when using a file url and native...