Benjamin Ansbach
Results
2
issues of
Benjamin Ansbach
The `Techworker\IOTA\Type\Transaction` class has way too much logic embedded. We will need to refactor most parts of it, especially the `parse` and `__toString` methods contain a whole bunch of logic...
refactoring
The endpoint for older IRI versions was `/commands`, now it seems the `/commands` path is removed. We should do the same in https://github.com/iota-php/client/blob/master/src/Node.php#L79 and remove it. I guess we can...