Bai Chuan
Bai Chuan
期望的是move里可以直接读取上面的文件,解析出带格式的参数传给相应的方法执行,主要用在测试场景。 不过测试框架可能能做的是把整个json 当作参数传到txn arg 里去,作为string传递。 因此暂时还是用定义多个变量的方法来测试。
for question A, I prefer option 2, and for question B, I prefer option 1. What's your choice? @jolestar @templexxx @Mine77
But there is a special case. For stablecoins, if the stablecoins of different chains are mapped into different stablecoins on Rooch, the liquidity will be greatly reduced. Maybe it is...
Conclusion: 1, Token Mapping - Question A: option 2 - Question B: option 2 2, Parse Ethereum Transaction, convert Token-related operations into Rooch operations, and execute them in Rooch. 3,...
``` gas_used: 9112407, time_used 5 -> "rooch_framework::account_coin_store::transfer" ``` 看上去,除了transfer gas 非常高外,以下几个方法的 gas 也有些高的不合理 ``` gas_used: 2635151, time_used 1 -> "moveos_std::object::account_named_object_id" gas_used: 2673687, time_used 1 -> "rooch_framework::account_coin_store::account_coin_store_id" gas_used: 3459720, time_used 1...
both rename symbol and rename module, will break dapps and sdk
@dependabot rebase
@dependabot rebase
@dependabot rebase
The rpc framework `jsonrpsee` does not directly expose metrics yet. If the middleware supports directly exposing metrics, it will be more convenient to implement metrics.