smart-contracts
Here are 3,794 public repositories matching this topic...
-
Updated
Nov 1, 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
Aug 16, 2021 - JavaScript
-
Updated
Nov 10, 2021 - Java
-
Updated
Nov 8, 2021
-
Updated
Nov 7, 2021
-
Updated
Nov 1, 2021
-
Updated
Feb 18, 2021
-
Updated
Nov 8, 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
Oct 27, 2021
-
Updated
Aug 15, 2018 - Go
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Oct 25, 2021 - TypeScript
-
Updated
May 20, 2019
-
Updated
Jun 11, 2021 - Python
-
Updated
Nov 10, 2021 - Haskell
-
Updated
Nov 10, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Nov 7, 2021 - Go
-
Updated
Nov 10, 2021 - Erlang
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
-
Updated
Oct 12, 2021 - JavaScript
There is now a function to init SPL token accounts without requiring the rent account. Would be good to upgrade to use this when possible.
https://github.com/solana-labs/solana-program-library/blob/287c3bedaf5ee5b49983495fd2826e84d35bc561/token/program/src/instruction.rs#L806
We can safely disallow any use of solc below 0.4.25.
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
May 6, 2021 - 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
Suppose you have a migrations file, but no actual migrations occur in it. When you run
truffle migrate, the total cost is printed as0 undefined, rather than0 weior0 etheror just0.Steps to Reproduce
Create a new Truffle project, edit
1_initial_migrations.jsby removing thedeployer.deployline, then try migrating your project.Expected Behavior
Th