smart-contracts
Here are 3,462 public repositories matching this topic...
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Aug 30, 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
Aug 31, 2021 - Java
-
Updated
Feb 16, 2021
-
Updated
Aug 21, 2021
-
Updated
Feb 18, 2021
-
Updated
Aug 29, 2021 - Python
-
Updated
Aug 31, 2021
-
Updated
Aug 15, 2018 - Go
-
Updated
May 20, 2019
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
Sep 2, 2021 - TypeScript
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Sep 3, 2021 - Scala
-
Updated
Sep 3, 2021 - HTML
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Aug 31, 2021 - Erlang
-
Updated
Jun 26, 2021 - Go
-
Updated
Aug 10, 2021 - JavaScript
We can safely disallow any use of solc below 0.4.25.
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jan 26, 2020 - Go
-
Updated
Sep 3, 2021 - Rust
-
Updated
Sep 3, 2021 - TypeScript
Just to let you know you have a problem with ABIEncoderV2 if you are trying to call a function that returns a struct.
Call to a member function staticPartLength() on integer
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
The "Full Example" of using @truffle/contract to interact with contracts should include an example of listening to an event with a filter.
In the past, it used to be possible to pass a filter object on indexed event parameters when listening to an event, as seen for example [here](https://ethereum.