g. nicholas d'andrea

Results 71 issues of g. nicholas d'andrea

## Issue @truffle/codec defines its [Format](https://trufflesuite.com/docs/truffle/codec/modules/_truffle_codec.format.html) for representing Solidity/ABI values and types, and we provide interface for presenting these values to humans via Node.js's `util.inspect`. This works great for the...

codec
priority4 📋

## Issue Truffle's `version: "pragma"` feature is awesome! It lets you compile your contracts even if they are written for differing Solidity versions. Problem is, if you import a file...

enhancement
Compiler
priority5 🌀

## Issue If you define a `truffle console --require=` script, and that script imports a package with a `require()` statement of its own, then Truffle will prefer to import packages...

bug
Console
priority5 🌀

## Issue Right now, Truffle Dashboard just connects to whatever network the user has set with MetaMask. To accommodate this, we define the special-purpose `"dashboard"` network as a `truffle-config.js` default,...

enhancement
Epic
needs requirements
priority2 ⚠️
dashboard

Firstly: this library is amazing; I'm so excited to use it everywhere I possibly can. Sadly, this issue describes a use case that's blocking me from moving forward :( I'm...

Right now it seems that the `method` parameter takes only a method name. Because Solidity supports function overloading, it might be the case that more than one method uses the...

This is a feature I've been eagerly searching for in a Node REPL. I have found [readline-vim](https://github.com/thlorenz/readline-vim), which provides Vim keybindings support for the readline module, but it doesn't look...

I didn't like how this was needlessly clobbering type information, so this PR modifies @truffle/code-utils to preserve `const`-ness in its definition of the opcodes table.

internal improvement
breaking-change: @truffle/code-utils

See [relevant docs](https://trufflesuite.com/docs/truffle/getting-started/debugging-your-contracts#in-test-debugging) about this feature. Currently, this works mostly okay for successful transactions, but it throws errors when attempting to use this feature on failed transactions

priority2 ⚠️

## Issue Let's say you make a new package for the Truffle monorepo. And you forget to add `publishConfig`. Well, when we go to release, it will fail! Because NPM...