-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a47f94a
commit 576be9a
Showing
11 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{- | ||
Id: torpedo_recycle_memphis_G3J7SXkghk9AEaiUzXMa7Vnw441BDScPD1KWdwsrKhao | ||
Id: harlem_null_puma_DxuLX8d9UiMyEJMRJivMFviK1B8t1QWyjywXuDC13iKR | ||
Name: BPCore | ||
Description: Consensus layer for bitcoin protocol | ||
Author: Dr Maxim Orlovsky <[email protected]> | ||
Copyright (C) 2023 LNP/BP Standards Association. All rights reserved. | ||
License: Apache-2.0 | ||
-} | ||
|
||
typelib BPCore -- torpedo_recycle_memphis_G3J7SXkghk9AEaiUzXMa7Vnw441BDScPD1KWdwsrKhao | ||
typelib BPCore -- harlem_null_puma_DxuLX8d9UiMyEJMRJivMFviK1B8t1QWyjywXuDC13iKR | ||
|
||
import circus_report_jeep_2bj6eDer24ZBSVq6JgQW2BrARt6vx56vMWzF35J45gzY as Bitcoin | ||
import texas_year_ethnic_CPr8tcdPqWZ3KP8dXNPYavTEkbn8PG7CoJHtfwDFKRHJ as CommitVerify | ||
import panel_chamber_ohio_GWzzfwBqzA5BUVER6hqq3rBdDs6UUJ15w1T8ys6WrNr5 as Bitcoin | ||
|
||
|
||
data AnchorId :: [U8 ^ 32] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{- | ||
Id: panel_chamber_ohio_GWzzfwBqzA5BUVER6hqq3rBdDs6UUJ15w1T8ys6WrNr5 | ||
Id: circus_report_jeep_2bj6eDer24ZBSVq6JgQW2BrARt6vx56vMWzF35J45gzY | ||
Name: BPCore | ||
Description: Consensus layer for bitcoin protocol | ||
Author: Dr Maxim Orlovsky <[email protected]> | ||
Copyright (C) 2023 LNP/BP Standards Association. All rights reserved. | ||
License: Apache-2.0 | ||
-} | ||
|
||
typelib Bitcoin -- panel_chamber_ohio_GWzzfwBqzA5BUVER6hqq3rBdDs6UUJ15w1T8ys6WrNr5 | ||
typelib Bitcoin -- circus_report_jeep_2bj6eDer24ZBSVq6JgQW2BrARt6vx56vMWzF35J45gzY | ||
|
||
-- no dependencies | ||
|
||
|
@@ -27,7 +27,7 @@ data TxIn :: prevOutput Outpoint | |
, sequence SeqNo | ||
, witness Witness | ||
data TxOut :: value Sats, scriptPubkey ScriptPubkey | ||
data TxVer :: U32 | ||
data TxVer :: I32 | ||
data Txid :: [U8 ^ 32] | ||
data Vout :: U32 | ||
data Witness :: [[U8 ^ ..0xffffffffffffffff] ^ ..0xffffffffffffffff] | ||
|