iqdecay
iqdecay
Currently, from testing while working in #1172, the SDK doesn't reliably work with live node. So I will not be able to work on this before we have good reliability...
This is moreover blocked by the fact that we don't currently have a `beta-5` live node available.
@xgreenx I'm currently using https://rust-fuzz.github.io/book/cargo-fuzz.html to do structure-aware fuzzing. For the fuzzer to be aware of the types, you need to derive the `Arbitrary` trait on the types you that...
This is currently blocked because returning heap-type data from contract calls is possible only because we are injecting additional bytecode in the script that calls the contract. Since in script...
There currently isn't any issue to track for Sway unfortunately.
- The changes proposed in #1283 were actually not the ones needed. - The point of doing predicates validation within the SDK, using the VM code, is to avoid having...
no the test was not written in the PR that's why I opened an issue.
I'm for leaving the `fuel-core` dependency to make sure we get a locked working version.
Very smart find! Will probably prevent some embarassing issues haha.
One possible solution would be to provide the path to the contract binaries when you want `estimate_tx_dependencies` to work with logging. And then the function would call the abigens and...