mootz12
mootz12
It looks like https://docs.rs/fixed is a binary fixed point number system. I'm not convinced the performance improvements to math operations are worth the weird rounding behavior of binary fixed point...
Confirming the error I shared with @brson earlier is now working: ``` error: unsupported relocation of variable 'L___unnamed_430' error: could not compile `soroban-sdk` (lib) due to previous error ``` Using...
Note: I was able to verify this is working as expected on Futurenet using the same contract depicted in the reproduction example. The transactions showing this were all done with...
@leighmcculloch I Think these are both an improvement over the existing impl. I probably like the UX of 2️⃣ better, but suggestion on naming: `#[contractimpl_{use/export}_default_fns]`. At current it's a bit...
Yeah, I updated the `stellar-base` dependency to `10.0.0-beta.3` on the MVE repo above and was still observing the issue.