Adam

Results 9 issues of Adam

[Mypy 0.730](https://mypy-lang.blogspot.com/2019/09/mypy-730-released.html) introduced a change which adds a summary line when checking files which is on by default. This is picked up as an unmatched line and reported as a...

- **Dragonchain Version**: 4.2.0 - **Entrypoint**: txn_processor On an L5, the `check_confirmations` method exists at the end of transaction processor execution in order to check the public network for confirmations...

bug
Transaction Processor
L5

- **Dragonchain Version**: 4.1.0 - **Entrypoint**: tx_processor Deleting a transaction type is basically an instantaneous operation, and if there are transactions in the pending queue of that type which are...

bug
Transaction Processor
L1

- **Dragonchain Version**: 4.1.0 - **Entrypoint**: Webserver Right now, when creating a smart contract, if the transaction type fails to create for an unexpected reason, the webserver will return a...

bug
Webserver
L1

When connecting to an rcon server, you may legitimately want to provide an empty string for a password. This is possible in interactive mode, however in 'action' mode, an error...

wontfix

With the current implementation of the code, the first time you press the button, it will call playTrack(1), then next time you press the button, it will call playTrack(2) (because...

The program crashes on startup when no network connection is available. ![ui_2017-09-19_16-43-55](https://user-images.githubusercontent.com/11189778/30620407-fda60c06-9d59-11e7-99ac-f03c396e0bbe.png) ![ui_2017-09-19_16-46-23](https://user-images.githubusercontent.com/11189778/30620427-17c7b8fa-9d5a-11e7-9256-b74e46a287fb.png) Probably should fix this so it can be used when offline.

I've got a kraken x61 in my system, and the program doesn't seem to be able to find my Kraken, as trying to make any change in the kraken tab...

# Description Currently, it is impossible to get files of a torrent (with the `.get_files()` interface) unless you fetch the `priorities` and `wanted` fields. This is due to trying to...