Results 29 comments of rain

@ethers: I'm open to ideas for useful function calls here.

@iurimatias: trying to define a useful api here. Ideas welcome.

Thanks for catching this! I won't have time to make a fix any time soon, but if anyone wants to propose a patch thatd be great.

"encumbered" is so cumbersome compared to "locked"! `flux`: transfer unlocked collateral between users `slip`: modify a users unlocked collateral balance `ink`: locked collateral balance `gem` unlocked collateral balance

No worries. Makes sense. Thanks!

Another fallback would be to talk to an electrum server.

Then could have e.g. `0` as the special 'public' role, instead of `public_capabilities`

Yes, you still have to do that initially. But then toggling the role's access is a single call operation.

I'm thinking something like this: ``` mapping(string => uint8) _named_roles; uint8 _nroles; // new methods function setUserRoleName(uint8 role, string name) // name an existing role function addUserRole(string name) returns (uint8...