Results 29 issues of Noah Zinsmeister

since they're closely related to swapping, we should probably make this repo the official source for the quoter contracts

p1

it would be nice to have information on the two contributors to priceImpact: the 0.3% LP fee and `x*y=k` curve movement.

manual updates to reference documentation is not very robust, and can lead to problems such as #28. we should migrate to [tsdoc](https://github.com/microsoft/tsdoc) to document code, and possibly [typedoc](http://typedoc.org/guides/installation/) to generate...

Make the Registered User List in the Read tab display pages rather than a long list of users. Performance-wise, the contract call to `registeredUsers()` will still return all addresses, but...

enhancement

Allow users to enter ENS names rather than ETH addresses to query entries. Question: Should the resolved address be made visible to the user?

enhancement

Add small fontawesome help buttons that show information on hover/click. For example, ENS names should be followed with a button that explains what they are/links to [https://ens.domains/](https://ens.domains/)

enhancement

Make the footer sticky.

enhancement

Currently, users must use MetaMask to send transactions to ProveIt. Ideally, MetaMask would simply be one of many available platforms. As a starting point, it would be nice to support...

enhancement