-
Updated
Mar 19, 2022 - JavaScript
smart-contracts
Here are 4,900 public repositories matching this topic...
-
Updated
Mar 31, 2022
-
Updated
Mar 31, 2022
-
Updated
Mar 31, 2022
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
Apr 1, 2022 - Java
-
Updated
Mar 11, 2022 - JavaScript
The blockNumber in the documentation is 11095000 which is 471 days ago. I think it should be updated to 14135803 which is the block number at the moment of my typing this issue!
Why?
There's a bunch of newly deployed contracts and the such since the last year. I was testing with pinning and the contract I was interacti
-
Updated
Nov 1, 2021
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Mar 27, 2022 - Python
-
Updated
Mar 9, 2022
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 31, 2022
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Aug 15, 2018 - Go
-
Updated
May 20, 2019
-
Updated
Mar 31, 2022 - Haskell
-
Updated
Jun 11, 2021 - Python
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 30, 2022 - TypeScript
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
Description
We can safely disallow any use of solc below 0.4.25.
-
Updated
Apr 1, 2022 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Mar 30, 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."


Jump targets are identified by hex numbers, but the listing counts lines in decimal. This makes it tricky to see where the jump target is: you have to convert.