icodezjb

Results 29 issues of icodezjb

`sui`: `devnet-v0.14.0` `OS`: ubuntu 20.04 `cmd`: `sui-test-validator` `expect`: `4 validators + 1 full node` testnet should work. `error`: ``` 2022-11-03T06:32:26.505723Z INFO sui_cluster_test::faucet: Use local faucet 2022-11-03T06:32:37.662934Z ERROR node{name=0x24fe33c99dc8dc906e480b74dfcb1a3df41af0c6}: narwhal_consensus::bullshark: The...

what's wintness-pattern? 1. one-time-witness type (1) it can be verified by "sui::types::is_one_time_witness". (2) it has the same name as the module (compared to lowercase strings), that means at most one...

doc-issue

## Steps to Reproduce Issue Call move contract on sui testnet ``` sui client call --gas-budget 10000 --package $package --module lock --function add_admin --args $usdt_cap_lock 0xc05eaaf1369ece51ce0b8ad5cb797b737d4f2eba --type-args $package::usdt::USDT [warn] Client/Server...

sui-node
testnet
sui-devx-oncall

This function should be public for smart contracts to use. `sui::bag::add` does not return the id of the newly created object. We hope to calculate the id of the new...

## Description Regardless of whether the client has set `show_balance_changes` and `show_object_changes`, For the client, we need to return the `effect`, and the client checks `effect.status` ## Test Plan How...

## Description Fix https://github.com/MystenLabs/sui/issues/10974 `trace`: ```txt sui/crates/sui-json-rpc/src/transaction_execution_api.rs -> execute_transaction_block -> get_balance_changes_from_effect -> get_balance_changes -> fetch_coins -> get_object -> get_past_object_read ``` `root cause`: the state on the chain has changed, but...

1. update bevm-canary(chainid=1501) icon file 2. update bevm-testnet(chainid=11503) short name and icon path 3. add bevm mainnet(chainid=11501) config

When I declare cairo 1.0 contract on starknet mainnet, meet this error: ```txt Sending the transaction with max_fee: 0.000063 ETH (63158123495606 WEI). Got BadRequest while trying to access https://alpha-mainnet.starknet.io/gateway/add_transaction. Status...