Results 244 comments of jolestar

We also need this plugin, We implement an on-chain character service via Move smart contract https://github.com/rooch-network/rooch/tree/main/examples/foc_eliza. Eliza should support a dynamic character loader plugin. The plugin can load characters from...

``` rooch move view --function 0x4::bitcoin::get_tx --args address:0x1791dccddf704917004d511bad9d71b9bd9828fb2436c6ea9dc2d5cdba06e9a7 { "vm_status": "Executed", "return_values": [ { "value": { "type_tag": "0x1::option::Option", "value": "0x011791dccddf704917004d511bad9d71b9bd9828fb2436c6ea9dc2d5cdba06e9a70200000000000000013e26411fdee5088c42443def7b3afaa291d507f74e52c3a4375bef7a7b01a1270200000000fdffffff0140cca4256c43d86c329d9ff6c475d93fb1fe7899873a88524b3c9e6738edc3ef28fa01d0a75ee47eb5713c9c56ab7d4686f96fbd5f532eac40deff764a371431bd0320a107000000000016001447a9070ad8addaec5e05004f5939d2559284fd8416020047a9070ad8addaec5e05004f5939d2559284fd840000000000000000196a176661756365742e746573746e6574342e6465762074786e0040fc6f0601000000160014a8a75a4c704c62f08975745fc0a7bd9d03874715160200a8a75a4c704c62f08975745fc0a7bd9d03874715" }, "decoded_value": { "abilities": 7, "type": "0x1::option::Option", "value": { "vec":...

The Rust code checks the first part, but the move code does not.

Please confirm is #3664 also fixed this. cc @wow-sven

DecimalValue, Option, and Vector are handled in #3478 1. We use `address` to represent hash value, so we can not auto-convert all address type values to `rooch` prefix address. 2....

After the report is published, I can not reply to the report, so I am creating a new issue.

https://github.com/rooch-network/rooch-go-sdk Need more tests

1. L1ToL2 tx does not need to pay gas because the gas has been charged on L1. The attacker can not use the L1ToL2 tx to DDoS. 2. If the...

> Gas is burn on l1 it doesn't mean there is no gas needed on l2. The gas burn on l1 is according the estimate on l1. But what if...

> For 3: the main issue here is after validating the event and get the move_action(user contract), the execution begins. So where to put the contract storing successful tax In...