smartcontracts
Here are 192 public repositories matching this topic...
-
Updated
Feb 2, 2021
-
Updated
Jun 1, 2021 - Python
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
Update the compiler version for the Auction Example to 0.5.0 so we can use abi.decode. Currently not possible until the OpenZeppelin folks update their code to use the newer compiler version. On-hold, but should be an easy change
openzeppelin-solidity/contracts/access/roles/MinterRole.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.5.0+commit.1d
We should delete all the code that was deprecated at least 3 months ago before naj 1.0.0 release.
Bonus points for deprecating code in other places, like this one: https://github.com/near/near-api-js/blob/master/src/utils/serialize.ts#L3
DEB package
After #326 is done we can make a Debian package. Make sure to add a man page for neo-go to comply with Debian policy.
-
Updated
Jun 1, 2021 - Python
-
Updated
Dec 9, 2018 - TypeScript
-
Updated
Mar 2, 2018 - Haskell
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Jul 22, 2021 - Vue
-
Updated
Sep 7, 2017 - Go
-
Updated
Sep 9, 2020
-
Updated
Sep 8, 2021
-
Updated
Jun 20, 2020 - Solidity
-
Updated
Aug 22, 2017
-
Updated
Nov 11, 2018 - Elixir
-
Updated
Jan 8, 2020 - Shell
-
Updated
Aug 31, 2018 - JavaScript
-
Updated
Jun 15, 2017 - JavaScript
-
Updated
Feb 16, 2021 - JavaScript
-
Updated
Jun 25, 2018 - C++
-
Updated
Dec 23, 2016 - C
-
Updated
Jun 16, 2018 - CSS
-
Updated
May 17, 2019 - CSS
Improve this page
Add a description, image, and links to the smartcontracts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smartcontracts topic, visit your repo's landing page and select "manage topics."


Problem Statement
The current docs theme we are using is the plain readthedocs sphinx theme. Some colors are hard to read (e.g. the search highlights). Additionally, it would be nice if the docs would reflect the overall Solidity brand identity.
To Do