FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/Script - ProtonMail/bitcoin-php · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProtonMail
/
bitcoin-php
Public
forked from
Bit-Wasp/bitcoin-php
Notifications
You must be signed in to change notification settings
Fork
23
Star
32
Code
Issues
3
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
bitcoin-php
src
Script
on
main
User selector
Datepicker
Commit history
Commits on May 22, 2025
Fix PHP 8.4 deprecations (#13)
BafS
authored
4499c52
View commit details
Copy full SHA for 4499c52
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Use PHPCS (and fix PSR2 style)
BafS
committed
a411c19
View commit details
Copy full SHA for a411c19
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
Fix more "ReturnTypeWillChange" (PHP 8.1 compatibility)
fsalathe
committed
da127eb
View commit details
Copy full SHA for da127eb
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
PHP 8.1 compatibility
fsalathe
committed
415a842
View commit details
Copy full SHA for 415a842
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
1.0: deprecation notice for StackInterface (unused)
afk11
committed
65ff838
View commit details
Copy full SHA for 65ff838
View code at this point
Browse repository at this point
replace unsafe usage of new static()
afk11
committed
fcd2f55
View commit details
Copy full SHA for fcd2f55
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Accept unknown witness versions for future softforks
afk11
committed
5e404b6
View commit details
Copy full SHA for 5e404b6
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Script: wrap bitwise test in parenthesis, and only read last element if count > 0 - safe considering the tests in the subsequent block of code
Thomas Kerin
authored and
afk11
committed
b6d8adf
View commit details
Copy full SHA for b6d8adf
View code at this point
Browse repository at this point
Interpreter: use strict types for value, and should cast some boolean values to integer
Thomas Kerin
authored and
afk11
committed
96a47a3
View commit details
Copy full SHA for 96a47a3
View code at this point
Browse repository at this point
smallint functions: avoid unnecessary cast
Thomas Kerin
authored and
afk11
committed
d29a776
View commit details
Copy full SHA for d29a776
View code at this point
Browse repository at this point
CheckLocktimeVerify & CheckSequenceVerify - unnecessary cast if we cast Number::getInt
Thomas Kerin
authored and
afk11
committed
a20e26c
View commit details
Copy full SHA for a20e26c
View code at this point
Browse repository at this point
Number: fix phpdoc and return type, remove commented code
Thomas Kerin
authored and
afk11
committed
90f893b
View commit details
Copy full SHA for 90f893b
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Parser: fix phpdoc
Thomas Kerin
authored and
afk11
committed
8308b86
View commit details
Copy full SHA for 8308b86
View code at this point
Browse repository at this point
remove BitcoinCash code, see https://github.com/btccom/bitwasp-bitcoin-bch-addon
Thomas Kerin
authored and
afk11
committed
90d0478
View commit details
Copy full SHA for 90d0478
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
some small fixes
Thomas Kerin
authored and
afk11
committed
460d128
View commit details
Copy full SHA for 460d128
View code at this point
Browse repository at this point
typehint CheckerBase instead of Checker
Thomas Kerin
authored and
afk11
committed
7ae831e
View commit details
Copy full SHA for 7ae831e
View code at this point
Browse repository at this point
FullyQualifiedScript: fix phpdoc
Thomas Kerin
authored and
afk11
committed
87e8848
View commit details
Copy full SHA for 87e8848
View code at this point
Browse repository at this point
LogicOpNode & BranchInterpreter: fix phpdoc, use consistent types
Thomas Kerin
authored and
afk11
committed
9205478
View commit details
Copy full SHA for 9205478
View code at this point
Browse repository at this point
Bip39MnemonicTest: fix documentation
Thomas Kerin
authored and
afk11
committed
e4370b6
View commit details
Copy full SHA for e4370b6
View code at this point
Browse repository at this point
phpdoc fixes
Thomas Kerin
authored and
afk11
committed
335a6c3
View commit details
Copy full SHA for 335a6c3
View code at this point
Browse repository at this point
PayToPubKeyHash: add missing property. Fix namespace in some other tests
Thomas Kerin
authored and
afk11
committed
a335fef
View commit details
Copy full SHA for a335fef
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
bitcoinconsensus stubs updated, and target v3.0.0
Thomas Kerin
authored and
afk11
committed
b38d0ce
View commit details
Copy full SHA for b38d0ce
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Slip132 helper class for loading prefixes from a PrefixRegistry
Show description for 44b03a2
Thomas Kerin
authored and
afk11
committed
44b03a2
View commit details
Copy full SHA for 44b03a2
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
CheckerBase: fix phpdoc
Thomas Kerin
authored and
afk11
committed
a564ec4
View commit details
Copy full SHA for a564ec4
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
document lshift/rshift opcodes are disabled
Thomas Kerin
authored and
afk11
committed
e376d82
View commit details
Copy full SHA for e376d82
View code at this point
Browse repository at this point
Number: use pack instead of foreach chr .=
Thomas Kerin
authored and
afk11
committed
23ec355
View commit details
Copy full SHA for 23ec355
View code at this point
Browse repository at this point
ScriptCreator: Adds variadic arguments for opcode(int), op(opcode string), data(BufferInterface)
Thomas Kerin
authored and
afk11
committed
18b3be1
View commit details
Copy full SHA for 18b3be1
View code at this point
Browse repository at this point
Remove unused function ScriptCreator::pushSerializable
Thomas Kerin
authored and
afk11
committed
6e54af9
View commit details
Copy full SHA for 6e54af9
View code at this point
Browse repository at this point
Commits on Jan 7, 2018
OutputScriptFactory: remove payToAddress
Thomas Kerin
authored and
afk11
committed
f0c306c
View commit details
Copy full SHA for f0c306c
View code at this point
Browse repository at this point
Allow custom Checker implementations
Thomas Kerin
authored and
afk11
committed
3a552b4
View commit details
Copy full SHA for 3a552b4
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
FQS: require scriptSig and witness
Thomas Kerin
authored and
afk11
committed
cc9f4eb
View commit details
Copy full SHA for cc9f4eb
View code at this point
Browse repository at this point
Base58: fix some scrutinizer bugs, and remove dependency on Math
Show description for 840d74e
Thomas Kerin
authored and
afk11
committed
840d74e
View commit details
Copy full SHA for 840d74e
View code at this point
Browse repository at this point
Remove support for string|Buffer in `*Factory::fromHex()` methods.
Show description for 173469f
Thomas Kerin
authored and
afk11
committed
173469f
View commit details
Copy full SHA for 173469f
View code at this point
Browse repository at this point
bump phpecc and buffertools, and refactor some EcAdapter functions (move from EcAdapter to Public or Private key)
Thomas Kerin
authored and
afk11
committed
a4a2bc9
View commit details
Copy full SHA for a4a2bc9
View code at this point
Browse repository at this point
A few more interfaces and classes converted
Thomas Kerin
authored and
afk11
committed
cb61c58
View commit details
Copy full SHA for cb61c58
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL