smart-contracts
Here are 3,846 public repositories matching this topic...
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Oct 25, 2021 - HTML
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.
-
Updated
Nov 19, 2021 - Java
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Nov 8, 2021
-
Updated
Nov 19, 2021
-
Updated
Nov 1, 2021
-
Updated
Feb 18, 2021
-
Updated
Nov 18, 2021 - Python
Testing methods like evm_mine and evm_increaseTime expect integer parameters. Unlike other methods, they reject these parameters if they are not decimal-encoded.
To reproduce
npx hardhat --version -> 2.5.0
Run npx hardhat node and make the following rpc calls:
> curl -H "Content-Type: application/json" -X POST --data \
'{"id":1337,"jsonrpc":"2.0","method":"evm
-
Updated
Nov 15, 2021
-
Updated
Aug 15, 2018 - Go
-
Updated
Nov 19, 2021 - TypeScript
-
Updated
Nov 14, 2021 - TypeScript
-
Updated
May 20, 2019
-
Updated
Nov 19, 2021 - Haskell
-
Updated
Jun 11, 2021 - Python
-
Updated
Nov 18, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Nov 7, 2021 - Go
-
Updated
Nov 19, 2021 - Erlang
-
Updated
Oct 12, 2021 - JavaScript
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
We can safely disallow any use of solc below 0.4.25.
-
Updated
Nov 16, 2021 - 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
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