.codeclimate.yml | |
|
|
.gitattributes | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
LICENSE | |
|
|
README.md | |
|
|
bin/dummy-node | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/Bucket.php | 210 | A 0 mins | A 100% |
src/BucketInterface.php | 16 | A 0 mins |
|
src/BufferInterface.php | 9 | A 0 mins |
|
src/Command.php | 24 | A 0 mins | A 100% |
src/CommandFactory.php | 102 | A 0 mins | A 100% |
src/CommandInterface.php | 9 | A 0 mins |
|
src/Connection.php | 103 | A 0 mins | A 100% |
src/ConnectionInterface.php | 13 | A 0 mins | F 0% |
src/Console.php | 243 | A 0 mins | A 100% |
src/Exceptions/ConnectionException.php | 13 | A 0 mins | A 100% |
src/Exceptions/ConnectionTerminatedException.php | 7 | A 0 mins | F 0% |
src/Exceptions/EntryTooLargeException.php | 7 | A 0 mins | F 0% |
src/Exceptions/SignatureMismatchException.php | 18 | A 0 mins | A 100% |
src/Exceptions/UnexpectedTypeException.php | 7 | A 0 mins | F 0% |
src/Exceptions/UnknownCommandException.php | 7 | A 0 mins | F 0% |
src/Exceptions/UnpackException.php | 7 | A 0 mins | F 0% |
src/Nodes/DummyNode.php | 220 | A 0 mins | F 0% |
src/Nodes/Node.php | 54 | A 0 mins | A 95% |
src/Nodes/NodeInterface.php | 12 | A 0 mins | F 0% |
src/Nodes/README.md | |
|
|
src/Notifications/NewBlock.php | 27 | A 55 mins | A 100% |
src/Notifications/NewFluffyBlock.php | 27 | A 55 mins | A 100% |
src/Notifications/NewTransactions.php | 17 | A 0 mins | A 100% |
src/Notifications/NotificationInterface.php | 9 | A 0 mins |
|
src/Notifications/RequestChain.php | 25 | A 0 mins | A 100% |
src/Notifications/RequestFluffyMissingTx.php | 17 | A 0 mins | A 100% |
src/Notifications/RequestGetObjects.php | 17 | A 0 mins | A 100% |
src/Notifications/ResponseChainEntry.php | 31 | A 0 mins | A 100% |
src/Notifications/ResponseGetObjects.php | 17 | A 0 mins | A 100% |
src/Requests/Handshake.php | 65 | A 0 mins | A 100% |
src/Requests/NetworkState.php | 21 | A 0 mins | A 100% |
src/Requests/PeerId.php | 29 | A 0 mins | A 100% |
src/Requests/Ping.php | 30 | A 0 mins | A 100% |
src/Requests/RequestInterface.php | 10 | A 0 mins |
|
src/Requests/StatInfo.php | 21 | A 0 mins | A 100% |
src/Requests/SupportFlags.php | 30 | A 0 mins | A 100% |
src/Requests/TimedSync.php | 51 | A 0 mins | A 100% |
src/Section/Reader.php | 110 | A 0 mins | A 100% |
src/Section/Section.php | 93 | A 25 mins | A 100% |
src/Section/SectionInterface.php | 16 | A 0 mins |
|
src/Traits/Arrayable.php | 35 | A 0 mins | A 100% |