Kevin Bluer

Results 21 issues of Kevin Bluer

# Open Questions - Where do the contracts live?

- Ganache instance config - Infura settings

Following #208, Scribble integration could be a nice additional candidate. High-level thoughts as follows... - Check to see if Scribble is installed and prompt to do so if not -...

enhancement
needs requirements

Not sure if this is a dupe (feel free to close if so). Also credit to @michaeljohnbennett for the idea 🙌

good first issue

When creating a forked Ganache instance (`Create new network` | `Ganache service` | `Fork`) the following are returned: Given Ropsten, Kovan, and Rinkeby are [now deprecated](https://community.infura.io/t/reminder-deprecation-of-ropsten-rinkeby-and-kovan-testnets-october-5th-beacon-chain-api-will-be-deprecated-on-october-12th/6034) we should remove them....

enhancement
priority1 🚨

The extension marketplace only looks at the first 5 [keyword entries](https://github.com/trufflesuite/vscode-ext/blob/develop/package.json#L21-L30) in the `package.json` so let's update it to the following: ``` "keywords": [ "solidity", "ethereum", "blockchain", "truffle", "debugger" ]...

good first issue

Details to follow

needs requirements
needs investigated

Areas to explore: - Ways to abstract the core commands API - Look at how providers can be driven via config - Remove dependency on `truffle-config.js` or have provider specific...

needs requirements
needs investigated