qiluge

Results 8 comments of qiluge

maybe go mobile cannot support cgo robustly, I am compile some filecoin code to aar, and there are some problem: ``` gomobile: go build -buildmode=c-shared -o=/tmp/gomobile-work-475423979/android/src/main/jniLibs/armeabi-v7a/libgojni.so ./gobind failed: exit status...

now it worked.

failed agian while I use near login again. use ` near create_account wangcheng-test --marsterAccount tt.testnet --initBalance 10`, and output is `Missing required argument: masterAccount`

should write `1070564+4` to rd, and nextPC should be `1000928 + 1244`.

是否能通过命令行的方式导入钱包,因为同步节点部署在远程服务器上

```/create-account-receiver```接口意味着创建一个地址,节点会监听这个地址的UTXO。但是这个方法有限制:地址所依赖的账户在节点上必须已经创建了。所以有没有方法直接往节点里导入一个地址,让节点监听这个地址,而不用依赖于已有的账户。这种机制使用起来会更加灵活。@iczc

我在节点上创建了账户,然后删除,再次使用同样的参数创建账户,发现该账户的KeyIndex每次都递增了1,这导致该账户衍生出来的control program不一致。应该是删除账户之后,账户的KeyIndex也要重置。

X-shard msg is not only exist in tx state, but also exist in state store.