zeke

Results 35 comments of zeke

This demo doesn't support that but adding the functionality wouldn't be too bad. In Cranelift you can make foreign calls to libc functions without too much trouble. See [here](https://github.com/ZekeMedley/lust/blob/main/lustc/src/heap.rs) for...

This is happening some for me as well running version 1.6.2 on an iPhone 11. Here is an example from the homepage of the app. The top bar appears to...

@jairajsahgal You'll need to link everything together with your compilation command. When the executable is run, whatever is in `int main` in `main.c` will be run. Here is the command...

@mikedotexe this one is probably a zinger. Would love some help / thoughts on it. :) This is likely tricky because our current contract state isn't particularly well suited to...

@Buckram123 - Is the idea here that this will map addresses to proposals that they have voted in? This is actually a really clever idea. Think it would give us...

ION DAO has done this here: https://github.com/many-things/ion-dao-contracts/blob/dev/contracts/stake/src/contract.rs

Some discussion with @janitachalam in the Discord. Way forward seems to be to remove the admin / manager setup.

This will need to be the last step before we release v2. Otherwise, the rebase here is going to be insane.

https://github.com/DA0-DA0/dao-contracts/pull/497