smart-contracts
Here are 3,685 public repositories matching this topic...
-
Updated
Oct 17, 2021 - JavaScript
-
Updated
Oct 13, 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
Feb 16, 2021
-
Updated
Oct 8, 2021
-
Updated
Oct 19, 2021
-
Updated
Feb 18, 2021
-
Updated
Oct 19, 2021 - Python
-
Updated
Oct 11, 2021
-
Updated
Aug 15, 2018 - Go
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
Sep 16, 2021 - TypeScript
-
Updated
May 20, 2019
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Oct 19, 2021 - Haskell
-
Updated
Oct 19, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Oct 15, 2021 - Go
-
Updated
Oct 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
May 6, 2021 - JavaScript
-
Updated
Oct 19, 2021 - TypeScript
https://github.com/project-serum/anchor/blob/master/ts/src/program/event.ts#L98
Most users who use event listeners do not have use for the log noise produced by this.
Make this printing optional or remove all together.
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.