daveo
daveo
## 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...
# 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...
## Description Struct tuple incorrectly parsed, never passes validation:  Example tuple: (whitespace here for legibility) ```json [ [{ "token": "0xSomeActualAddress", "id": "1000" }], [{ "token": "0xSomeActualAddress", "id": "4000" }]...
## 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,...