-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2432 from CounterpartyXCP/develop
v10.5.0-alpha.1
- Loading branch information
Showing
16 changed files
with
5,039 additions
and
4,772 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
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
4,596 changes: 2,328 additions & 2,268 deletions
4,596
counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json
Large diffs are not rendered by default.
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
89 changes: 89 additions & 0 deletions
89
counterparty-core/counterpartycore/test/regtest/scenarios/scenario_16_fairminter.py
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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
SCENARIO = [ | ||
{ | ||
"title": "Create numeric sub asset fairminter", | ||
"transaction": "fairminter", | ||
"source": "$ADDRESS_1", | ||
"params": { | ||
"asset": "SUBMYASSETA", | ||
"asset_parent": "MYASSETA", | ||
"price": 1, | ||
"quantity_by_price": 5, | ||
}, | ||
"controls": [ | ||
{ | ||
"url": "blocks/$BLOCK_INDEX/events?event_name=ASSET_ISSUANCE,ASSET_CREATION,NEW_FAIRMINTER", | ||
"result": [ | ||
{ | ||
"event": "ASSET_ISSUANCE", | ||
"event_index": "$EVENT_INDEX_5", | ||
"params": { | ||
"asset": "A95428958968845068", | ||
"asset_events": "open_fairminter", | ||
"asset_longname": "MYASSETA.SUBMYASSETA", | ||
"block_index": "$BLOCK_INDEX", | ||
"call_date": 0, | ||
"call_price": 0, | ||
"callable": False, | ||
"description": "", | ||
"divisible": True, | ||
"fair_minting": True, | ||
"fee_paid": 0, | ||
"issuer": "$ADDRESS_1", | ||
"locked": False, | ||
"quantity": 0, | ||
"reset": False, | ||
"source": "$ADDRESS_1", | ||
"status": "valid", | ||
"transfer": False, | ||
"tx_hash": "$TX_HASH", | ||
"tx_index": 42, | ||
}, | ||
"tx_hash": "$TX_HASH", | ||
}, | ||
{ | ||
"event": "ASSET_CREATION", | ||
"event_index": "$EVENT_INDEX_4", | ||
"params": { | ||
"asset_id": "95428958968845068", | ||
"asset_longname": "MYASSETA.SUBMYASSETA", | ||
"asset_name": "A95428958968845068", | ||
"block_index": "$BLOCK_INDEX", | ||
}, | ||
"tx_hash": "$TX_HASH", | ||
}, | ||
{ | ||
"event": "NEW_FAIRMINTER", | ||
"event_index": "$EVENT_INDEX_3", | ||
"params": { | ||
"asset": "A95428958968845068", | ||
"asset_longname": "MYASSETA.SUBMYASSETA", | ||
"asset_parent": "MYASSETA", | ||
"block_index": "$BLOCK_INDEX", | ||
"burn_payment": False, | ||
"description": "", | ||
"divisible": True, | ||
"end_block": 0, | ||
"hard_cap": 0, | ||
"lock_description": False, | ||
"lock_quantity": False, | ||
"max_mint_per_tx": 0, | ||
"minted_asset_commission_int": 0, | ||
"pre_minted": False, | ||
"premint_quantity": 0, | ||
"price": 1, | ||
"quantity_by_price": 5, | ||
"soft_cap": 0, | ||
"soft_cap_deadline_block": 0, | ||
"source": "$ADDRESS_1", | ||
"start_block": 0, | ||
"status": "open", | ||
"tx_hash": "$TX_HASH", | ||
"tx_index": 42, | ||
}, | ||
"tx_hash": "$TX_HASH", | ||
}, | ||
], | ||
}, | ||
], | ||
}, | ||
] |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Release Notes - Counterparty Core v10.5.0 (2024-10-18) | ||
|
||
This is a hotfix release to fix non-determinitic bug is asset name generation. | ||
|
||
# Upgrading | ||
|
||
This update requires an automatic reparse from block 865999 | ||
|
||
# ChangeLog | ||
|
||
## Bugfixes | ||
|
||
- Fix non-determinitic bug is asset name generation | ||
- Fix sub-asset name in `issuances` table when created by a fairminter | ||
|
||
## Codebase | ||
|
||
- Support several required reparsing by major version | ||
|
||
## API | ||
|
||
## CLI | ||
|
||
|
||
|
||
# Credits | ||
|
||
* Ouziel Slama | ||
* Warren Puffett | ||
* Adam Krellenstein |