smart-contracts
Here are 3,725 public repositories matching this topic...
-
Updated
Oct 25, 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
Oct 11, 2021 - Java
-
Updated
Oct 23, 2021
-
Updated
Feb 16, 2021
-
Updated
Oct 23, 2021
-
Updated
Feb 18, 2021
-
Updated
Oct 25, 2021 - Python
-
Updated
Oct 26, 2021
Hardhat doesn't support solc remappings.
We should print a warning if we detect that a user is trying to use them via their config.
-
Updated
Aug 15, 2018 - Go
-
Updated
Oct 20, 2021 - TypeScript
-
Updated
May 20, 2019
-
Updated
Oct 25, 2021 - TypeScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Oct 26, 2021 - Haskell
-
Updated
Oct 26, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Oct 25, 2021 - Go
-
Updated
Oct 27, 2021 - Erlang
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
-
Updated
Oct 12, 2021 - JavaScript
We can safely disallow any use of solc below 0.4.25.
anchor parse --types should produce the same file as output in target/types/.
-
Updated
May 6, 2021 - JavaScript
-
Updated
Oct 26, 2021 - TypeScript
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.