zees-dev

Results 22 issues of zees-dev

Looking at the docs, I was expecting simple uint encoding to work: ```sh ethabi encode params -v uint256 0 ``` Am i doing anything wrong here?

## Changelog Removes deprecated `function callWithFeePreferences(address asset, uint128 maxPayment, address target, bytes input)` function selector. - Also removes respective tests (unit and e2e associated to this function selector)

## Changelog Addresses https://futureverse.atlassian.net/browse/TRN-159 ### Core changes - Updated `Holders` and `DefaultProxy` storage map hashing algorithms from `Twox64Concat` to `Blake2_128Concat` - The `DefaultProxy` should not need to get migrated because...

ops:do-not-merge

## Background This PR includes fixed e2e tests for substrate v1.0.0 upgrade. This PR also includes the RPC port update (from 9933 -> 9944); only port 9944 will be used...

# Release **Release Name:** `8.60.0` **Spec Version:** `60` **Client Version:** `8.0.0` ## Key Changes: This release introduces the following changes: - Adds support for [EIP-2470](https://eips.ethereum.org/EIPS/eip-2470) and [Universal deployer](https://gist.github.com/Agusx1211/de05dabf918d448d315aa018e2572031) via a...

## Description Support for Bech32 case-insensitive vanity address generation via `forc-crypto` CLI tool. Usage: ```sh forc-crypto vanity --help ``` CLI options: ``` Generate a vanity address Usage: forc-crypto vanity [OPTIONS]...

enhancement
forc

## Context Currently `forc wallet import` only supports importing wallet(s) via mnemonic. Private keys are commonly used to more easily transfer accounts across wallets; hence it should also be supported...

enhancement
good first issue
forc-wallet

# Description It would be very helpful for the sway-playground to support local testing; i.e. pointing to a local node for deployment and calling/querying contracts. This is generally basic functionality...

enhancement
good first issue
sway-playground

# Description There is a devnet - generally to which changes are rolled out first; before hitting testnet and mainnet. Sometimes the fuel core client has breaking changes - which...

enhancement
good first issue
sway-playground

Need a simple copy button (like the one there is for copying bytecode) for the compiled ABI:

good first issue