icodezjb
icodezjb
1. 扫码无法登录,点击钉钉网络检测  2. 添加系统代理白名单,让钉钉服务器跳过系统代理设置  3. 再次钉钉网络检测就OK了,然后扫码登录成功! 
# **TODO** : mint and slash should be treated equally
Does anyone have a review ? if I'm wrong please point it out. I only changed the move code, the code inside aptos-core is a bit difficult for me, I...
> You can use events from token store to get notified of ownership change @areshand Thank you for your reply. The change of ownership can be notified to the off-chain...
The guy `0x8150d1f99683d92ce5b9eff5251705dd65988efdafa7e9bf8a3044b339d2ddb1` doesn't seem to upload the code.
> Do you have any relationship with that package? Any idea why that one might fail? Maybe he run `aptos move publish --included-artifacts none`. Here is the fix: https://github.com/aptos-labs/aptos-core/pull/5234
Is anyone working on this problem? I also encountered the same problem, and I need to query the key and value of the bag.
the same issue on `sui devnet-v0.15.0` ```txt 2022-11-09T09:13:46.670934Z INFO sui_cluster_test::faucet: Use local faucet 2022-11-09T09:13:58.357173Z ERROR node{name=0xca503d6ac919288a783d2c64969254a7a71763cd}: narwhal_consensus::bullshark: The store does not contain the parent of ify5WuMrxfNi0s3E: C166(lJc+heYBu+tOAd1vz+FGPjAJF8DezbOhpWuSkeQmLmQGk6MTSNpi2ZwWKmtTbGZaGATeiAw29QePVH7+6UKonycj2d2KamRaLyJj0b5RO59XOIh/iZEyTpbWZwfah6Vu, CG1L3PZUfWp1M5id, E0): Missing...
This way the classification will not be confused: `witness` is one pattern and `one-time-witness` is another pattern.
[Solana has support BtreeMap](https://solanacookbook.com/guides/account-maps.html#single-map-account ), but anchor has not support ``` IdlError: Type not found: {"name":"participants","type":{"defined":"BTreeMap"}} ``` and anchor has not support `tuple` type ``` IdlError: Type not found: {"type":{"defined":"(Pubkey,u64)"}}...