g. nicholas d'andrea
g. nicholas d'andrea
abi-to-sol will only ever produce exactly one `struct` definition for any number of `tuple` types that contain the same number of `components` with the same `type`s of those components. This...
abi-to-sol currently accepts one ABI JSON as input and produces **one "primary" `interface`** as output alongside **any number of other `struct` or `interface` definitions.** This suffices for the use case...
This project might be taking a non-standard approach by doing a lot of extra bash nonsense. It might be worth stripping out some of this behavior to make the setup...
For 1-command installation, rather than `git clone` + a bunch of other steps
_(spun out from #5410)_ In another not-consumer-first-PR (following #5418), here's a draft for a new package to provide generalized Hardhat support for use in other parts of Truffle. This builds...
_(spun out from #5410)_ This PR adds a new `const { Shims } = require("@truffle/compile-solidity");` to expose functions for converting bytecode in solc's format into bytecode in our format. These...
wip... this is a hack and a half
Addresses #3877 Had this lying around from when I discovered [parjs](https://github.com/GregRos/parjs) a few weeks ago. Decided to clean it up as a draft for review, in case it's something we...
This draft PR adds a `truffle call` command leveraging Truffle's encoding and decoding functionality (including overload resolution :)