From 0b7bf54f7ce066cb1ed4be1b8cadfbbd39365e5f Mon Sep 17 00:00:00 2001 From: ItsANameToo <35610748+ItsANameToo@users.noreply.github.com> Date: Thu, 27 Aug 2020 10:22:03 +0200 Subject: [PATCH] chore: update bytebuffer dependency (#96) --- .php_cs.cache | 2 +- composer.json | 2 +- src/Transactions/Deserializer.php | 2 +- src/Transactions/Serializer.php | 2 +- src/Transactions/Types/DelegateRegistration.php | 2 +- src/Transactions/Types/DelegateResignation.php | 2 +- src/Transactions/Types/HtlcClaim.php | 2 +- src/Transactions/Types/HtlcLock.php | 2 +- src/Transactions/Types/HtlcRefund.php | 2 +- src/Transactions/Types/IPFS.php | 2 +- src/Transactions/Types/MultiPayment.php | 2 +- src/Transactions/Types/MultiSignatureRegistration.php | 2 +- src/Transactions/Types/SecondSignatureRegistration.php | 2 +- src/Transactions/Types/Transaction.php | 2 +- src/Transactions/Types/Transfer.php | 2 +- src/Transactions/Types/Vote.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.php_cs.cache b/.php_cs.cache index 3893781..4c5ce23 100644 --- a/.php_cs.cache +++ b/.php_cs.cache @@ -1 +1 @@ -{"php":"7.4.2","version":"2.16.1:v2.16.1#c8afb599858876e95e8ebfcd97812d383fa23f02","indent":" ","lineEnding":"\n","rules":{"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_return":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":true,"class_definition":true,"combine_consecutive_unsets":true,"concat_space":true,"declare_equal_normalize":true,"elseif":true,"encoding":true,"full_opening_tag":true,"fully_qualified_strict_types":true,"function_declaration":true,"function_typehint_space":true,"heredoc_to_nowdoc":true,"include":true,"increment_style":{"style":"post"},"indentation_type":true,"line_ending":true,"linebreak_after_opening_tag":true,"list_syntax":{"syntax":"short"},"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":true,"method_separation":true,"multiline_whitespace_before_semicolons":true,"native_function_casing":true,"new_with_braces":true,"no_alias_functions":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_closing_tag":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":true,"no_extra_consecutive_blank_lines":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_multiline_whitespace_before_semicolons":true,"no_short_bool_cast":true,"no_short_echo_tag":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":true,"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_trailing_whitespace_in_comment":true,"no_trailing_whitespace":true,"no_unneeded_control_parentheses":true,"no_unreachable_default_argument_value":true,"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"not_operator_with_successor_space":true,"object_operator_without_whitespace":true,"ordered_imports":{"sortAlgorithm":"alpha"},"php_unit_strict":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_align":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"psr4":true,"self_accessor":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"simplified_null_return":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_after_imports":true,"single_line_comment_style":{"comment_types":["hash"]},"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"strict_comparison":true,"strict_param":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":true,"whitespace_after_comma_in_array":true},"hashes":{"src\/Identities\/PrivateKey.php":2206205322,"src\/Identities\/PublicKey.php":2603779486,"src\/Identities\/Address.php":4259986014,"src\/Identities\/WIF.php":3284021226,"src\/Utils\/Slot.php":1831955723,"src\/Utils\/Message.php":4106042529,"src\/Transactions\/Builder\/TransferBuilder.php":1923773014,"src\/Transactions\/Builder\/VoteBuilder.php":2664750207,"src\/Transactions\/Builder\/HtlcLockBuilder.php":1422212224,"src\/Transactions\/Builder\/HtlcRefundBuilder.php":3375252614,"src\/Transactions\/Builder\/DelegateRegistrationBuilder.php":3445090786,"src\/Transactions\/Builder\/MultiPaymentBuilder.php":1679080243,"src\/Transactions\/Builder\/AbstractTransactionBuilder.php":3650780020,"src\/Transactions\/Builder\/SecondSignatureRegistrationBuilder.php":1897776991,"src\/Transactions\/Builder\/DelegateResignationBuilder.php":870689470,"src\/Transactions\/Builder\/HtlcClaimBuilder.php":3691140529,"src\/Transactions\/Builder\/MultiSignatureRegistrationBuilder.php":2344540200,"src\/Transactions\/Builder\/IPFSBuilder.php":1051669684,"src\/Transactions\/Serializer.php":3629075828,"src\/Transactions\/Types\/Transaction.php":817332983,"src\/Transactions\/Types\/IPFS.php":4048922756,"src\/Transactions\/Types\/HtlcClaim.php":1736476558,"src\/Transactions\/Types\/HtlcLock.php":3243293553,"src\/Transactions\/Types\/MultiSignatureRegistration.php":1208345059,"src\/Transactions\/Types\/DelegateResignation.php":1330268264,"src\/Transactions\/Types\/HtlcRefund.php":902872663,"src\/Transactions\/Types\/DelegateRegistration.php":3060352692,"src\/Transactions\/Types\/Transfer.php":2724090647,"src\/Transactions\/Types\/MultiPayment.php":3884121653,"src\/Transactions\/Types\/SecondSignatureRegistration.php":956791405,"src\/Transactions\/Types\/Vote.php":4251796760,"src\/Transactions\/Deserializer.php":3296745139,"src\/Networks\/Devnet.php":1455472147,"src\/Networks\/Testnet.php":3785784339,"src\/Networks\/Mainnet.php":693433786,"src\/Networks\/AbstractNetwork.php":3779234926,"src\/Enums\/Fees.php":3676613834,"src\/Enums\/Types.php":3161862282,"src\/Enums\/TypeGroup.php":337099243,"src\/Configuration\/Fee.php":1403793828,"src\/Configuration\/Network.php":2944826548,"src\/Helpers.php":1805423516,"tests\/Identities\/PrivateKeyTest.php":2350511528,"tests\/Identities\/PublicKeyTest.php":4283920604,"tests\/Identities\/AddressTest.php":3366895902,"tests\/Identities\/WIFTest.php":2806519127,"tests\/TestCase.php":1612202373,"tests\/Utils\/SlotTest.php":3315272334,"tests\/Utils\/MessageTest.php":2628711276,"tests\/Concerns\/Fixtures.php":1810838492,"tests\/Concerns\/Deserialize.php":3736030968,"tests\/Concerns\/Serialize.php":653960919,"tests\/Transactions\/Serializers\/MultiSignatureRegistrationTest.php":1247258984,"tests\/Transactions\/Serializers\/HtlcLockTest.php":1874555499,"tests\/Transactions\/Serializers\/DelegateRegistrationTest.php":2709749616,"tests\/Transactions\/Serializers\/MultiPaymentTest.php":3072119205,"tests\/Transactions\/Serializers\/HtlcRefundTest.php":3119559413,"tests\/Transactions\/Serializers\/TransferTest.php":2309122417,"tests\/Transactions\/Serializers\/SecondSignatureRegistrationTest.php":4141761501,"tests\/Transactions\/Serializers\/IPFSTest.php":3388836587,"tests\/Transactions\/Serializers\/HtlcClaimTest.php":2396343937,"tests\/Transactions\/Serializers\/VoteTest.php":1276881819,"tests\/Transactions\/Serializers\/DelegateResignationTest.php":3344164660,"tests\/Transactions\/Deserializers\/MultiSignatureRegistrationTest.php":1139354867,"tests\/Transactions\/Deserializers\/HtlcLockTest.php":791261028,"tests\/Transactions\/Deserializers\/DelegateRegistrationTest.php":3675669485,"tests\/Transactions\/Deserializers\/MultiPaymentTest.php":471973584,"tests\/Transactions\/Deserializers\/HtlcRefundTest.php":677584955,"tests\/Transactions\/Deserializers\/TransferTest.php":4193281640,"tests\/Transactions\/Deserializers\/SecondSignatureRegistrationTest.php":2102987435,"tests\/Transactions\/Deserializers\/IPFSTest.php":530295179,"tests\/Transactions\/Deserializers\/HtlcClaimTest.php":3432857628,"tests\/Transactions\/Deserializers\/VoteTest.php":3064204057,"tests\/Transactions\/Deserializers\/DelegateResignationTest.php":3192091384,"tests\/Transactions\/TransactionTest.php":716963744,"tests\/Transactions\/Builder\/MultiSignatureRegistrationTest.php":2902708031,"tests\/Transactions\/Builder\/HtlcLockTest.php":2479815299,"tests\/Transactions\/Builder\/DelegateRegistrationTest.php":1484829184,"tests\/Transactions\/Builder\/MultiPaymentTest.php":2757011056,"tests\/Transactions\/Builder\/HtlcRefundTest.php":1463642659,"tests\/Transactions\/Builder\/TransferTest.php":3120176334,"tests\/Transactions\/Builder\/SecondSignatureRegistrationTest.php":2457910543,"tests\/Transactions\/Builder\/IPFSTest.php":1508225664,"tests\/Transactions\/Builder\/HtlcClaimTest.php":996452837,"tests\/Transactions\/Builder\/VoteTest.php":420648376,"tests\/Transactions\/Builder\/DelegateResignationTest.php":3993726729,"tests\/Networks\/MainnetTest.php":699227349,"tests\/Networks\/TestnetTest.php":4274049323,"tests\/Networks\/DevnetTest.php":900538552,"tests\/Networks\/NetworkTestCase.php":2208311276,"tests\/Configuration\/NetworkTest.php":265418639,"tests\/Configuration\/FeeTest.php":1257490963}} \ No newline at end of file +{"php":"7.4.9","version":"2.16.4:v2.16.4#1023c3458137ab052f6ff1e09621a721bfdeca13","indent":" ","lineEnding":"\n","rules":{"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_return":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":true,"class_definition":true,"combine_consecutive_unsets":true,"concat_space":true,"declare_equal_normalize":true,"elseif":true,"encoding":true,"full_opening_tag":true,"fully_qualified_strict_types":true,"function_declaration":true,"function_typehint_space":true,"heredoc_to_nowdoc":true,"include":true,"increment_style":{"style":"post"},"indentation_type":true,"line_ending":true,"linebreak_after_opening_tag":true,"list_syntax":{"syntax":"short"},"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":true,"method_separation":true,"multiline_whitespace_before_semicolons":true,"native_function_casing":true,"new_with_braces":true,"no_alias_functions":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_closing_tag":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":true,"no_extra_consecutive_blank_lines":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_multiline_whitespace_before_semicolons":true,"no_short_bool_cast":true,"no_short_echo_tag":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":true,"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_trailing_whitespace_in_comment":true,"no_trailing_whitespace":true,"no_unneeded_control_parentheses":true,"no_unreachable_default_argument_value":true,"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"not_operator_with_successor_space":true,"object_operator_without_whitespace":true,"ordered_imports":{"sortAlgorithm":"alpha"},"php_unit_strict":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_align":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"psr4":true,"self_accessor":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"simplified_null_return":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_after_imports":true,"single_line_comment_style":{"comment_types":["hash"]},"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"strict_comparison":true,"strict_param":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":true,"whitespace_after_comma_in_array":true},"hashes":{"tests\/TestCase.php":1612202373,"tests\/Utils\/MessageTest.php":2628711276,"tests\/Utils\/SlotTest.php":3315272334,"tests\/Networks\/DevnetTest.php":900538552,"tests\/Networks\/NetworkTestCase.php":2208311276,"tests\/Networks\/TestnetTest.php":4274049323,"tests\/Networks\/MainnetTest.php":699227349,"tests\/Transactions\/Builder\/VoteTest.php":420648376,"tests\/Transactions\/Builder\/MultiPaymentTest.php":2757011056,"tests\/Transactions\/Builder\/IPFSTest.php":1508225664,"tests\/Transactions\/Builder\/TransferTest.php":3120176334,"tests\/Transactions\/Builder\/HtlcClaimTest.php":996452837,"tests\/Transactions\/Builder\/SecondSignatureRegistrationTest.php":2457910543,"tests\/Transactions\/Builder\/MultiSignatureRegistrationTest.php":2902708031,"tests\/Transactions\/Builder\/DelegateResignationTest.php":3993726729,"tests\/Transactions\/Builder\/DelegateRegistrationTest.php":1484829184,"tests\/Transactions\/Builder\/HtlcLockTest.php":2479815299,"tests\/Transactions\/Builder\/HtlcRefundTest.php":1463642659,"tests\/Transactions\/TransactionTest.php":716963744,"tests\/Transactions\/Serializers\/VoteTest.php":1276881819,"tests\/Transactions\/Serializers\/MultiPaymentTest.php":3072119205,"tests\/Transactions\/Serializers\/IPFSTest.php":3388836587,"tests\/Transactions\/Serializers\/TransferTest.php":2309122417,"tests\/Transactions\/Serializers\/HtlcClaimTest.php":2396343937,"tests\/Transactions\/Serializers\/SecondSignatureRegistrationTest.php":4141761501,"tests\/Transactions\/Serializers\/MultiSignatureRegistrationTest.php":1247258984,"tests\/Transactions\/Serializers\/DelegateResignationTest.php":3344164660,"tests\/Transactions\/Serializers\/DelegateRegistrationTest.php":2709749616,"tests\/Transactions\/Serializers\/HtlcLockTest.php":1874555499,"tests\/Transactions\/Serializers\/HtlcRefundTest.php":3119559413,"tests\/Transactions\/Deserializers\/VoteTest.php":3064204057,"tests\/Transactions\/Deserializers\/MultiPaymentTest.php":471973584,"tests\/Transactions\/Deserializers\/IPFSTest.php":530295179,"tests\/Transactions\/Deserializers\/TransferTest.php":4193281640,"tests\/Transactions\/Deserializers\/HtlcClaimTest.php":3432857628,"tests\/Transactions\/Deserializers\/SecondSignatureRegistrationTest.php":2102987435,"tests\/Transactions\/Deserializers\/MultiSignatureRegistrationTest.php":1139354867,"tests\/Transactions\/Deserializers\/DelegateResignationTest.php":3192091384,"tests\/Transactions\/Deserializers\/DelegateRegistrationTest.php":3675669485,"tests\/Transactions\/Deserializers\/HtlcLockTest.php":791261028,"tests\/Transactions\/Deserializers\/HtlcRefundTest.php":677584955,"tests\/Configuration\/NetworkTest.php":265418639,"tests\/Configuration\/FeeTest.php":1257490963,"tests\/Concerns\/Serialize.php":653960919,"tests\/Concerns\/Deserialize.php":3736030968,"tests\/Concerns\/Fixtures.php":1810838492,"tests\/Identities\/WIFTest.php":2806519127,"tests\/Identities\/AddressTest.php":3366895902,"tests\/Identities\/PrivateKeyTest.php":2350511528,"tests\/Identities\/PublicKeyTest.php":4283920604,"src\/Utils\/Slot.php":1831955723,"src\/Utils\/Message.php":4106042529,"src\/Networks\/AbstractNetwork.php":3779234926,"src\/Networks\/Mainnet.php":693433786,"src\/Networks\/Devnet.php":1455472147,"src\/Networks\/Testnet.php":3785784339,"src\/Transactions\/Builder\/AbstractTransactionBuilder.php":3650780020,"src\/Transactions\/Builder\/HtlcRefundBuilder.php":3375252614,"src\/Transactions\/Builder\/HtlcLockBuilder.php":1422212224,"src\/Transactions\/Builder\/HtlcClaimBuilder.php":3691140529,"src\/Transactions\/Builder\/IPFSBuilder.php":1051669684,"src\/Transactions\/Builder\/TransferBuilder.php":1923773014,"src\/Transactions\/Builder\/MultiSignatureRegistrationBuilder.php":2344540200,"src\/Transactions\/Builder\/MultiPaymentBuilder.php":1679080243,"src\/Transactions\/Builder\/DelegateRegistrationBuilder.php":3445090786,"src\/Transactions\/Builder\/DelegateResignationBuilder.php":870689470,"src\/Transactions\/Builder\/SecondSignatureRegistrationBuilder.php":1897776991,"src\/Transactions\/Builder\/VoteBuilder.php":2664750207,"src\/Transactions\/Deserializer.php":1095995729,"src\/Transactions\/Types\/HtlcLock.php":1325961985,"src\/Transactions\/Types\/MultiPayment.php":2572221490,"src\/Transactions\/Types\/SecondSignatureRegistration.php":493376240,"src\/Transactions\/Types\/Transaction.php":3735118119,"src\/Transactions\/Types\/HtlcClaim.php":948200028,"src\/Transactions\/Types\/MultiSignatureRegistration.php":2503065122,"src\/Transactions\/Types\/HtlcRefund.php":2246433943,"src\/Transactions\/Types\/DelegateResignation.php":1915745885,"src\/Transactions\/Types\/IPFS.php":2027313558,"src\/Transactions\/Types\/DelegateRegistration.php":3083117658,"src\/Transactions\/Types\/Transfer.php":3102108609,"src\/Transactions\/Types\/Vote.php":211949564,"src\/Transactions\/Serializer.php":1858290971,"src\/Helpers.php":1805423516,"src\/Enums\/Fees.php":3676613834,"src\/Enums\/TypeGroup.php":337099243,"src\/Enums\/Types.php":3161862282,"src\/Configuration\/Fee.php":1403793828,"src\/Configuration\/Network.php":2944826548,"src\/Identities\/PublicKey.php":2603779486,"src\/Identities\/WIF.php":3284021226,"src\/Identities\/Address.php":3509316737,"src\/Identities\/PrivateKey.php":2206205322}} \ No newline at end of file diff --git a/composer.json b/composer.json index 5ef109c..a5d5754 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.2", "bitwasp/bitcoin": "^1.0", - "faustbrian/byte-buffer": "^0.1.4", + "kodekeep/bytebuffer": "^1.0", "kodekeep/binary": "^1.0" }, "require-dev": { diff --git a/src/Transactions/Deserializer.php b/src/Transactions/Deserializer.php index 5f33d84..eeff933 100644 --- a/src/Transactions/Deserializer.php +++ b/src/Transactions/Deserializer.php @@ -15,7 +15,7 @@ use ArkEcosystem\Crypto\Transactions\Types as Transactions; use BitWasp\Bitcoin\Crypto\Hash; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the deserializer class. diff --git a/src/Transactions/Serializer.php b/src/Transactions/Serializer.php index a037b92..d4f8b1c 100644 --- a/src/Transactions/Serializer.php +++ b/src/Transactions/Serializer.php @@ -17,7 +17,7 @@ use ArkEcosystem\Crypto\Enums\TypeGroup; use ArkEcosystem\Crypto\Transactions\Types\Transaction; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/DelegateRegistration.php b/src/Transactions/Types/DelegateRegistration.php index b6a750c..5550aa7 100644 --- a/src/Transactions/Types/DelegateRegistration.php +++ b/src/Transactions/Types/DelegateRegistration.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/DelegateResignation.php b/src/Transactions/Types/DelegateResignation.php index 0347708..3b70375 100644 --- a/src/Transactions/Types/DelegateResignation.php +++ b/src/Transactions/Types/DelegateResignation.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/HtlcClaim.php b/src/Transactions/Types/HtlcClaim.php index e1c6bdc..58f0888 100644 --- a/src/Transactions/Types/HtlcClaim.php +++ b/src/Transactions/Types/HtlcClaim.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; class HtlcClaim extends Transaction { diff --git a/src/Transactions/Types/HtlcLock.php b/src/Transactions/Types/HtlcLock.php index 7139b3d..cc3b948 100644 --- a/src/Transactions/Types/HtlcLock.php +++ b/src/Transactions/Types/HtlcLock.php @@ -15,7 +15,7 @@ use BitWasp\Bitcoin\Base58; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; class HtlcLock extends Transaction { diff --git a/src/Transactions/Types/HtlcRefund.php b/src/Transactions/Types/HtlcRefund.php index 63868f4..6c556d6 100644 --- a/src/Transactions/Types/HtlcRefund.php +++ b/src/Transactions/Types/HtlcRefund.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; class HtlcRefund extends Transaction { diff --git a/src/Transactions/Types/IPFS.php b/src/Transactions/Types/IPFS.php index 6ef0b4d..2ebcb83 100644 --- a/src/Transactions/Types/IPFS.php +++ b/src/Transactions/Types/IPFS.php @@ -15,7 +15,7 @@ use BitWasp\Bitcoin\Base58; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/MultiPayment.php b/src/Transactions/Types/MultiPayment.php index a5da45b..0064e53 100644 --- a/src/Transactions/Types/MultiPayment.php +++ b/src/Transactions/Types/MultiPayment.php @@ -15,7 +15,7 @@ use BitWasp\Bitcoin\Base58; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/MultiSignatureRegistration.php b/src/Transactions/Types/MultiSignatureRegistration.php index ea3aaae..eae63e6 100644 --- a/src/Transactions/Types/MultiSignatureRegistration.php +++ b/src/Transactions/Types/MultiSignatureRegistration.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/SecondSignatureRegistration.php b/src/Transactions/Types/SecondSignatureRegistration.php index 53b5659..1cbc549 100644 --- a/src/Transactions/Types/SecondSignatureRegistration.php +++ b/src/Transactions/Types/SecondSignatureRegistration.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/Transaction.php b/src/Transactions/Types/Transaction.php index 44bdc5a..86ae470 100644 --- a/src/Transactions/Types/Transaction.php +++ b/src/Transactions/Types/Transaction.php @@ -20,7 +20,7 @@ use BitWasp\Bitcoin\Key\Factory\PublicKeyFactory; use BitWasp\Bitcoin\Signature\SignatureFactory; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the transaction class. diff --git a/src/Transactions/Types/Transfer.php b/src/Transactions/Types/Transfer.php index 319ac36..5c4b3bf 100644 --- a/src/Transactions/Types/Transfer.php +++ b/src/Transactions/Types/Transfer.php @@ -15,7 +15,7 @@ use BitWasp\Bitcoin\Base58; use BitWasp\Buffertools\Buffer; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class. diff --git a/src/Transactions/Types/Vote.php b/src/Transactions/Types/Vote.php index db092f1..892d5b5 100644 --- a/src/Transactions/Types/Vote.php +++ b/src/Transactions/Types/Vote.php @@ -13,7 +13,7 @@ namespace ArkEcosystem\Crypto\Transactions\Types; -use BrianFaust\ByteBuffer\ByteBuffer; +use KodeKeep\ByteBuffer\ByteBuffer; /** * This is the serializer class.