icodezjb
icodezjb
sudo vim /opt/apps/com.qq.weixin.deepin/files/run.sh ```bash #!/bin/sh # Copyright (C) 2016 Deepin, Inc. # # Author: Li LongYu # Peng Hao version_gt() { test "$(echo "$@" | tr " " "\n" |...
https://github.com/MystenLabs/sui/pull/11466/files
https://github.com/MystenLabs/sui/pull/11466/files
If `sui` does not provide a way to traverse `table` or `bag`, then should expose `hash_type_and_key`, make `table` or `bag` keys computable on-chain and off-chain.
> You could make a version of `table` and `bag` that basically have a linked list of previous/next entries, by wrapping the value to also store these prev/next keys. Good...
sui-test-validator still doesn't work, is anyone following this issue?
on sui devnet-v0.17.0 (commit 988e384ef9fdb1f7507ceeae045fa7a6694ef0a0) - I can get sui by this cmd, but has some errors. ```bash curl -H "Content-Type: application/json" -X POST -d '{"FixedAmountRequest":{"recipient":"0x82d770bab2d607b919f2dcc45a7491ede65fe6db"}}' "http://127.0.0.1:9123/gas" ``` erros ```txt...
resolved in sui devnet-v0.21.0
The `object` itself is very good as an NFT abstraction. Of course, the NFT standard will speed up the development of the Sui Ecosystem. But too specific NFT standard lack...
I had the same problem and found this info: [Don't add an empty data slot to ABI-encoded empty strings from storage](https://github.com/ethereum/solidity/pull/13001) And I re-registered the **bytes** type encoder: ``` python...