Jiyong Ha
Jiyong Ha
1. thank you! It seems that the `init` command is also used for upgrade, not only initialization first. I will wait for the guide as your recommended. 2. Okay, I...
@2dvorak Awesome, guide content LGTM. thks for your sharing.
+1, It would be nice to be able to refine the checks further, as the format of wrapped raw calls is commonly used in smart contract accounts, not just 4337.
I found related docs as following, and I maybe understand why montgomery optimization based on arm64 ISA is difficult. Unless the same instructions are provided as Intel ADX and BMI2,...
@dark64 Thanks for your quick confirmation 👍 , I'll be waiting.
'ci' workflow is legacy. It will be removed. Our 'Test' workflow is already fine. However, the reason that only `hackatom` was a no problem was that the wasm binary under...
This is precisely because of hashbrown 0.12.0 of rkyv's dependencies used by wasmer. The problem of wasmer version automatically updating was solved by pinning subpackages to "=2.2.0" in 2.2.0. But...
similar issue https://github.com/CosmWasm/cosmwasm/issues/1204 I recommend that you look at all the comments on the above issues. Fundamentally, the problem arises because there is no specifications of the cargo dependency system...
Internally, the primary research and decide directions have been completed. Due to the low priority, the actual implementation will be very late. I will organize and post content that can...
https://github.com/wasmerio/wasmer/blob/4c1bf5cb15c8743412ae0c2418e17a776eb3756f/lib/types/src/features.rs#L91 To use the reference type, the bulk_memory feature must also be activated. Before this issue, the bulk_memory related issue must be resolved first. https://github.com/line/cosmwasm/issues/154