The Wayback Machine - https://web.archive.org/web/20220311154744/https://github.com/topics/smart-contract-tools
Skip to content
#

smart-contract-tools

Here are 16 public repositories matching this topic...

haltman-at
haltman-at commented Nov 8, 2021

Issue

Vyper handles unmapped instructions differently from Solidity. In Solidity, unmapped instructions are given a file index of -1. When attempting to show the source for such an instruction, we instead just show 1: // No source code found..

However, in Vyper, such instructions are not given a file index of -1, but are given a start and length of 0. So when we show the source for t

Improve this page

Add a description, image, and links to the smart-contract-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smart-contract-tools topic, visit your repo's landing page and select "manage topics."

Learn more