-
Updated
Feb 24, 2020 - C++
stablecoin
Here are 54 public repositories matching this topic...
-
Updated
Feb 21, 2020 - Python
-
Updated
Feb 20, 2020 - Haskell
When running pip3 install -r requirements.txt
with pip 18, I get this warning:
eth-keys 0.2.0b3 has requirement eth-utils<2.0.0,>=1.0.0-beta.2, but you'll have eth-utils 0.7.1 which is incompatible.
eth-keyfile 0.5.1 has requirement eth-utils<2.0.0,>=1.0.0-beta.1, but you'll have eth-utils 0.7.1 which is incompatible.
eth-tester 0.1.0b32 has requirement eth-utils<2.0.0,>=1.0.1, but you
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Feb 21, 2020 - Rust
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 14, 2020 - Python
-
Updated
Feb 10, 2020 - Python
User feedback from Dappy Hour: "Why do I want to become a vendor? I just want to start accepting crypto as easy as cash."
"Become a Vendor" assumes that a visitor knows that they want to become a vendor. If the text said something like 'Begin' or 'S
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 14, 2020 - Python
Some gas estimation tests are ignored by solidity-coverage
in CI via the @skip-on-coverage
tag (using mocha -g
). However, it is important that these tests are run via truffle test
. At the moment, we have to put the test in a separate file and run truffle test on this separate file.
Truffle currently has an open issue trufflesuite/truffle#2080 that would help ensure that no tests are acc
Type:
Request
What do you need?:
We need to alert the user in some way (console) that he was removed from the consensus elections.
Priority:
Low
Other info we may need:
Possible related issue #140
Depends on #136
-
Updated
Feb 12, 2020 - Solidity
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
May 31, 2019 - Solidity
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
Jun 29, 2019 - JavaScript
-
Updated
Jan 25, 2020 - JavaScript
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Nov 28, 2019 - C++
-
Updated
Aug 13, 2019 - Go
-
Updated
Feb 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the stablecoin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stablecoin topic, visit your repo's landing page and select "manage topics."
The README file contains a lot of code examples, which tend to get outdated pretty quickly as the API is still undergoing some changes.
It would be nice to keep these code samples in the project codebase (in an
examples
folder...?), have them all properly unit-tested and dynamically included into the documentation - not necessarily into the README file - so we are sure all of them are always