-
Updated
Jun 29, 2022 - JavaScript
smart-contracts
Here are 5,831 public repositories matching this topic...
-
Updated
May 31, 2022
-
Updated
Jun 30, 2022
-
Updated
Jul 1, 2022
-
Updated
Jul 1, 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
Jul 4, 2022 - Java
-
Updated
Jun 27, 2022 - JavaScript
It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).
Please add the chainId parameter to the node command so it is possible to
Describe the enhancement
Every "section" of the video is separated by a clip of what's in ./img/hh-fcc-background.png. We currently have the title text of each section in this repo, but we don't have the timestamp in here!
-
Updated
Jun 28, 2022 - TypeScript
-
Updated
Nov 1, 2021
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Jun 20, 2022 - Python
There are plenty of good reasons to use unchecked accounts. /// CHECK: serves no purpose once you acknowledge that AccountInfo means "this doesn't need to be checked here". We decided to avoid the clutter and simply use --skip-lint all the time. That works, but it's kind of annoying. It would be nice if we could configure this at the project level with something in Anchor.toml like:
-
Updated
Jun 30, 2022
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Mar 9, 2022
-
Updated
Aug 15, 2018 - Go
-
Updated
May 30, 2022
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
Jul 4, 2022 - TypeScript
-
Updated
Jul 4, 2022 - Haskell
-
Updated
Jun 7, 2022 - Go
-
Updated
Jun 11, 2021 - Python
-
Updated
Jul 1, 2022 - Go
-
Updated
Jul 4, 2022 - Scala
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
Tests are not isolated from each other. I reproduced it using the metacoin box tutorial, adding a new test at the end that checks again the balance. As per the "clean-room" the first account should have all 10000 tokens. It's not.