AliceInHunterland

Results 20 comments of AliceInHunterland

@AnnaShaleva Let's decide if the current copy implementation is okay before writing tests for all new copy() methods?

[4_Run tests.txt](https://github.com/nspcc-dev/neo-go/files/14656074/4_Run.tests.txt)

Same issue with https://github.com/hyperledger/solang#build-for-solana flipper example.

another case https://github.com/nspcc-dev/neo-go/actions/runs/10307310424/job/28532327039?pr=3540 ``` 2024-08-08T18:19:00.8208350Z === RUN TestAwaitUtilCancelTx 2024-08-08T18:19:00.8212600Z logger.go:146: 2024-08-08T18:17:10.521Z INFO initial gas supply is not set or wrong, setting default value {"InitialGASSupply": "52000000"} 2024-08-08T18:19:00.8229150Z logger.go:146: 2024-08-08T18:17:10.521Z INFO P2PNotaryRequestPayloadPool...

i have: ``` // RoyaltyInfo invokes `royaltyInfo` method of contract. func (c *RoyaltyReader) RoyaltyInfo(tokenID []byte, royaltyToken util.Uint160, salePrice *big.Int) ([]stackitem.Item, error) { return unwrap.Array(c.Invoker.Call(c.Hash, "royaltyInfo", tokenID, royaltyToken, salePrice)) } ```...

> > wrapper generates: > > // RoyaltyInfo invokes `royaltyInfo` method of contract. > > func (c *ContractReader) RoyaltyInfo(tokenID []byte, royaltyToken util.Uint160, salePrice *big.Int) ([]stackitem.Item, error) { > > return...

Also was thinking about unified `Usage` text. Sometimes we have `-o file [-s start] [-c count] ` and sometimes its ` --wif [--name ]`.

@AnnaShaleva am I correct that we still need that flag for skipping?

@AnnaShaleva as we can get oid when putting we can do something like this https://github.com/nspcc-dev/neo-go/commit/a0a0358cb11510911696f1d2ec505f8b6cb7f3c3?

` ./bin/neo-go util upload-bin --cid VCVr6RKg1hfJR7v36xvjbaXTncj1waPi94u9EFyEttW --wallet-config ./wallet-config.yml --block-attribute Block --index-attribute Index --rpc-endpoint https://rpc1.morph.fs.neo.org:40341 --fs-rpc-endpoint st1.storage.fs.neo.org:8080 --timeout 3m --skip-blocks-uploading --index-file-size 10000` ``` Warning: Missing block index 1889 Warning: Missing block...