-
Updated
Jan 12, 2022 - JavaScript
smart-contracts
Here are 4,308 public repositories matching this topic...
-
Updated
Jan 24, 2022
-
Updated
Jan 14, 2022 - HTML
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,
const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
-
Updated
Jan 20, 2022 - Java
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Jan 11, 2022
-
Updated
Nov 1, 2021
We just released a new major version of hardhat-etherscan. We need to update the version that our sample projects use.
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Jan 13, 2022
-
Updated
Jan 21, 2022
-
Updated
Aug 15, 2018 - Go
-
Updated
Jan 21, 2022 - TypeScript
command that renames the workspace or a program in it.
useful cause project/workspace name appears in multiple locations and users shouldnt have to edit all of the manually
-
Updated
May 20, 2019
-
Updated
Jan 24, 2022 - Haskell
-
Updated
Jun 11, 2021 - Python
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Jan 6, 2022 - Go
-
Updated
Jan 24, 2022 - Scala
-
Updated
Mar 2, 2021 - JavaScript
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Jan 24, 2022 - Erlang
-
Updated
Jan 21, 2022 - JavaScript
Improve this page
Add a description, image, and links to the smart-contracts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smart-contracts topic, visit your repo's landing page and select "manage topics."
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