daveo

Results 6 issues of daveo

Richard's PR

don't merge

## Private Key Wallet round 1... Fight! 1. Allows user to enter Private Key and get a wallet created - right now it only works for `localhost` as it is...

Needs Review
shit pr

# Upgrading to Web3 1.0 BETA > What a pain in the ass... ### _WARNING: HIGHLY EXPERIMENTAL AND NOT STABLE_ ##### Changes: 1. Upgrade Web3 0.20.2 > 1.0.0beta.xx 2. Websocket...

enhancement
WIP
don't merge
not yet ready

## Description Struct tuple incorrectly parsed, never passes validation: ![image](https://github.com/safe-global/safe-react-apps/assets/21335563/07e62f66-f3b0-4b74-8c9a-05920f73d89b) Example tuple: (whitespace here for legibility) ```json [ [{ "token": "0xSomeActualAddress", "id": "1000" }], [{ "token": "0xSomeActualAddress", "id": "4000" }]...

# `dx-contracts` interfaces

WIP
DO NOT MERGE

## Describe the bug ^9.0.0-rc.2 - `wrapper.useHydration` always showing `hydrating = true` data is returned as expected from `getStaticProps` but hydrating remains true ```ts export default function SingleProductPage({ data: product,...

bug