jolestar
jolestar
We can explain the error code in the vm_error_info
We should first find a Bitcoin script interpreter in Rust. https://github.com/BitVM/rust-bitcoin-scriptexec is also a candidate.
We could use wasm Move to support this in the future. #2485
@feliciss, Can you continue the second issue? It just updates the `RoochOrBitcoinAddress::from_str`, for supports parsing nostr bech32 address -> Bitcoin Address -> RoochAddress.
> Is the third task related to TypeScript? yes
1. table 可以不用关闭,合约中先不要加入 table 就行。如果是先升级节点,再升级现在的 starcoin-framework v13,也可以把 table 也直接加入进来 2. public(script)修改成public entry 这个修改先不能改,等节点新版本发布,链上的字节码版本支持 v5,然后再改。
Is there some conclusion about this? @AIFlowML
There is no special reason, but this is a break change. I recorded it in #2402, and we can discuss it in the dev meeting.
I also designed an example for the meetup show. ```move module mygame::play{ public fun gas_validate(ctx: &StorageContext) :bool{ //if the contract pays gas for the current tx, return true true }...
The follow refactor tracked via #1334 1334