Leandro
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:  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...
**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...
User request to add support to https://minerva.digital/
Research. Simpler Ether Workflow: Bundle wrap or use contract. * Needs analysis
Any thoughts on adding support for `eth_signTypedData_v4`? This signing method is currently not available:  Thus in our app we have to resort to `eth_sign`, but this method offers a...