Web3 Intern

Results 6 issues of Web3 Intern

Move: https://github.com/move-language/move

call signAndExecuteTransaction with moveCall ## Expected Result It should reject the promise since the transaction failed. ## Actual Result The sui explore show a failed result and is aborted in...

I got Sui type as 0000000000000000000000000000000000000002::sui::SUI using move function type_name::get(), T here is SUi. However, I got 0x2::sui::SUI using ts-SDK Coin.getCoinTypeArg(). I know they are both correct, but is there...

As Next.js updates to 13, Sui wallet adapter should update accordingly to support its new app dictionary and layout file.

## Expected Result No error ## Actual Result Cannot find module 'C:\xxxxxx\node_modules\@mui\icons-material\Settings' imported from C:\xxxxxx\node_modules\@mysten\wallet-adapter-react-ui\dist\index.mjs ## System Information "@mysten/sui.js": "^0.1.0", "@mysten/wallet-adapter-all-wallets": "^0.0.0-experimental-20220919022657", "@mysten/wallet-adapter-react": "^0.0.0-experimental-20220919022657", "@mysten/wallet-adapter-react-ui": "^0.0.0-experimental-20220919022657",

Stale

Hardhat compilation error with OpenZeppelin upgrades plugin: Mismatch in function return type ## Description When compiling my Solidity contracts using Hardhat, I encounter a compilation error that only occurs when...