Espen Højsgaard

Results 7 issues of Espen Højsgaard

**Is your feature request related to a problem? Please describe.** In relation to #220 we encountered an issue where mangrove.js didn't work in the browser (due to a Node specific...

enhancement
Priority 3

**Is your feature request related to a problem? Please describe.** If mangrove.js does not check that events are emitted from particular addresses, malicious contracts might be able to trick mangrove.js...

enhancement
Priority 3
LiquidityProvider

We should have a CONTRIBUTING.md file in mangrove.js that lists the things to do when add/changing/removing features. Here are some things to remember: - Automated tests - Documentation - README.md...

enhancement
Priority 4

# Context If a transaction is going to revert for some reason one will typically get errors of the following kind: ```shell await onchainLP.newAsk({volume:1000, price: 1.002}) Uncaught: Error: cannot estimate...

enhancement
Priority 2

**Is your feature request related to a problem? Please describe.** Mangrove only supports ERC20 tokens, not native tokens. **Describe the solution you'd like** We should add a converter contract for...

enhancement