greg
greg
hey @buffalojoec, I was talking about the type below. From what I can see from the fields, it seems like the type was made in order to be `Send +...
Great! Can you assign the issue?
I think a way to produce the correct result is by using the unsafe method `from_utf8_unchecked`, which stores values even if they aren't valid utf8 values. The issue from the...
hey @kariy, is it possible at all to fix this or does it require too much changes on Blockifier,...?
hey @kariy @glihm just provided a failing example for the chain id in the latest linked PR, I don't think this can be fixed without changes to blockifier, but let...
hey @pefontana are you working on this or can I give it a try?
Makes sense, I was actually wondering why we needed to convert the builtin since builtins were already handled as you said. Will quickly update tmr!
Here is the output of the research, first step would be to add a `scarb-native-test` binary which would be the same as running `scarb test` but with native execution. Here...
hey @pefontana, I'm down to try this if is possible
had the same error and @tcoratger gave me a workaround: `docker build --platform linux/amd64 -t image_tag .`