Christoph Michel

Results 37 comments of Christoph Michel

That helped with including the function in the WASM 👍 But it's still not marked as an export. ```cpp #include extern "C" __attribute__((visibility("default"), eosio_wasm_entry)) void initialize() { eosio::print("in init!"); }...

This [PR](https://github.com/EOSIO/eosio.cdt/pull/715/files) seems to expose it, but it was not included in the recent v1.7 release :( I'm still getting this error on 1.7: ```bash eosio-ld: Unknown command line argument...

Hi, yep I noticed this, too. Might be a dumb solution but I should increase the inner color by one pixel and check if this solves it. I 'll create...

Hi, sorry for not communicating. I tried to solve it a while ago but the approach didn't work out and introduced other rendering issues. Haven't found the time to look...

Hi @jankarres thanks for trying. As I said my "dumb solution" (increasing the radius of the gray color) didn't work out in the end, that's why there's still no progress...

Hi, thanks for the descriptive writeup. I agree with the issues you mentioned and my initial idea was to just have a Router contract for the extra functionality and an...

> Why remove ERC1155 altogether, being able to directly transfer / trade deposited Gobblers seems desirable? Listing a gobbler on a market place means you need to withdraw it from...

some of it has been implemented in #4

I would really like to see this merged