Skip to content
#

currency

Here are 946 public repositories matching this topic...

frobinsonj
frobinsonj commented Dec 17, 2018

Hi, I have recently started using Dinero and I am interested in potentially contributing where I can. However, I have encountered some issues trying to run the build and docs scripts. This is due me being on Windows (no rm command, backslashes in paths, etc).

These are easy fixes so I have no problems getting on, I would just like to suggest editing these scripts to allow for compatibilit

domokane
domokane commented Jun 13, 2021

The new pep8 compliant branch of this project urgently needs unit tests.

There are already many tests under the golden folder.

What needs to be done is for someone to migrate tests from golden to units test format. A single test for each function would be a good start. There is already a test example that you can use as a guide.

Let me know if you need more information.

cmackeen
cmackeen commented Aug 6, 2020

It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.

Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods

Improve this page

Add a description, image, and links to the currency topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the currency topic, visit your repo's landing page and select "manage topics."

Learn more