smart-contracts
Here are 3,156 public repositories matching this topic...
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Jun 7, 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
Jun 25, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Java
-
Updated
Feb 16, 2021
-
Updated
Feb 18, 2021
-
Updated
Jun 10, 2021 - Python
-
Updated
Aug 15, 2018 - Go
-
Updated
Jun 24, 2021
-
Updated
May 20, 2019
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 11, 2021 - Python
According to this Solidity blog post: https://blog.soliditylang.org/2020/11/04/solidity-ama-1-recap/
The maximum possible value for --optimize-runs is 2**64-1.
Hardhat only allows 2**32-1, anything larger than that will result in this error:
The "runs" setting must be an unsigned number.
Error HH600: Compilation failed
It's a minor issue, setting such a high number of runs s
-
Updated
Jun 25, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Jun 24, 2021 - Erlang
-
Updated
May 19, 2021 - JavaScript
-
Updated
Jun 26, 2021 - Go
-
Updated
Jun 26, 2021 - HTML
-
Updated
May 6, 2021 - JavaScript
We can safely disallow any use of solc below 0.4.25.
-
Updated
Jan 26, 2020 - Go
We avoid using cgo anywhere in the codebase since it causes problems with cross compilation. However, cgo would be advantageous in some cases (e.g. can use certain optimized libraries, can use libsecp256k1 bindings)
Investigate the viability of using xgo to do this. Test it on linux/osx/windows.
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
-
Updated
Jun 26, 2021 - Rust
-
Updated
Jun 25, 2021 - C
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."
Hi, just wondering why there are no tests in the scaffolded project when running
truffle init...Can I make a PR adding this? Where in the main truffle source code should I put this file?
thanks!