cliffoo

Results 7 issues of cliffoo

I revamped dashboard frontend. ### Why? This started when I looked into fleshing out features and adding them to dashboard ([decoded tx](https://github.com/trufflesuite/truffle/pull/4933), [contract interaction](https://github.com/trufflesuite/truffle/pull/4940),[ network + wallet management](https://github.com/trufflesuite/truffle/pull/5045), and more),...

dashboard

## Steps to Reproduce - `truffle console` - `help` in the Truffle console - Get this: ``` $ truffle console truffle(development)> help consoleChild.bundled.js [command] Commands: consoleChild.bundled.js help List all commands...

bug
priority3 🔧

I'm not sure about < v5.5.28 but hey now we here. Other browsers need investigation too. We may not need thorough e2e testing (the frontend) but I'd like a manual...

needs investigated
priority4 📋

Sometimes, the two bus clients (frontend and dashboard server) would appear to connect just fine to the bus, but the bus just doesn't want to relay the messages. You'd have...

priority2 ⚠️

As far as I know, this only happens when `window.ethereum` is `undefined` (lack of injected wallet, e.g. MetaMask). Solution: Error boundary Related issue: https://github.com/trufflesuite/truffle/issues/5050, though I strongly suspect the _reasons_...

priority3 🔧

## Reproduction steps - Start ganache. - Point truffle config to ganache. - Run migrate, it migrates. - Run migrate again. It should say network is up-to-date, but no it...

priority4 📋

``` ╭─ ‹› (develop) ╰─$ node -v v18.10.0 ╭─ ‹› (develop) ╰─$ npm -v 8.19.2 ╭─ ‹› (develop) ╰─$ npm whoami cliffoo ╭─ ‹› (develop) ╰─$ npm list --global --depth=0...

priority2 ⚠️