Leandro

Results 10 issues of Leandro

Hey there, I'm using armoryd.py on latest `devel` branch 8948474b0e5d9cf846b2dcb0cfe631549620557c. Was using an older version of `0.91-dev` but I decided to update since an issue appeared. Didn't work, so I'm...

The [data](https://github.com/pdaian/flashboys2/tree/master/data) folder is currently empty. If not feasible for github, is there any external storage that you could point to?

If the field matches above conditions, validation will raise an AttributeError: ... File ".../python2.7/site-packages/django/forms/forms.py", line 287, in _clean_fields value = field.clean(value) File ".../python2.7/site-packages/django_bitcoin/BCAddressField.py", line 21, in clean value = value.strip()...

# Summary Message signing currently displays no useful info to the user, leading to a potential exploitation avenue. For example, when signing something, this is what I see: ![Screenshot_20210527-140219](https://user-images.githubusercontent.com/43217/119901486-d5066680-befa-11eb-8d7b-5668c863ed0f.png) And...

**Description** Add a retry button to orders **Proposal** For existing orders (could be expired only or not), add a "retry" button. When clicking on the button, all fields are filled...

Enhancement
app:CowSwap
wontfix

**Description** Cache USD price estimation to avoid "refetching" every time the price invert button is clicked **Proposal** :point_up: **Alternatives** Leave it as is :shrug: **Additional context** Reported by Valentin during...

Enhancement
app:CowSwap

User request to add support to https://minerva.digital/

app:CowSwap
wontfix

Research. Simpler Ether Workflow: Bundle wrap or use contract. * Needs analysis

app:CowSwap
wontfix

Any thoughts on adding support for `eth_signTypedData_v4`? This signing method is currently not available: ![screenshot_2021-05-12_15-31-38](https://user-images.githubusercontent.com/43217/118188899-f002b200-b3f5-11eb-940f-73a51e79e934.png) Thus in our app we have to resort to `eth_sign`, but this method offers a...