Conor Svensson

Results 6 issues of Conor Svensson

The [net_version](https://github.com/ethereum/wiki/wiki/JSON-RPC#net_version) JSON-RPC call provides information on the network the Ethereum client is connected to. This information could be cached in web3j's [RawTransactionManager](https://github.com/web3j/web3j/blob/master/core/src/main/java/org/web3j/tx/RawTransactionManager.java#L27), following the first transaction call, enabling web3j...

enhancement
help wanted

Snapshot builds should be published providing a mechanism for the most current web3j build to be available for users.

enhancement
needs-review

When using the plugin in a Kotlin project, the `compileKotlin` task comes before `compileSolidity` and `generateContractWrappers`. This means that if you have Kotlin code trying to use the generated contracts...

bug
enhancement

## Description This creates a new sub-section "Naming smart contracts" in the Smart Contracts section of the docs. ## Related Issue This fixes https://github.com/ethereum/ethereum-org-website/issues/15641.

content 🖋️
translation 🌍

A significant UX and security uplift to Ethereum can be gained by getting developers to assign ENS names tofor their smart contracts. When smart contracts have ENS names, in wallets...

needs triage 📥

**Bug description** Error 4220 when I try to use a Ledger Nano X to sign a transaction **Steps To Reproduce** Head to https://app.splits.org/new/split/?chainId=11155111 and try to deploy a splits contract....

bug