-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update core types with deserialized PlutusData
BREAKING CHANGE: incompatible with previous revisions of cardano-services - rename utxo and transactions PouchDB stores - update type of Tx.witness.redeemers - update type of Tx.witness.datums - update type of TxOut.datum - remove Cardano.Datum type fix(cardano-services): correct chain history openApi endpoints path url to match version
- Loading branch information
1 parent
c31603e
commit d8cc93b
Showing
40 changed files
with
640 additions
and
131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// auto-generated using ../scripts/createVersionSource.js | ||
export const apiVersion = { | ||
assetInfo: '1.0.0', | ||
chainHistory: '1.0.0', | ||
chainHistory: '2.0.0', | ||
handle: '1.0.0', | ||
networkInfo: '1.0.0', | ||
rewards: '1.0.0', | ||
root: '1.0.0', | ||
stakePool: '1.0.0', | ||
txSubmit: '1.0.0', | ||
utxo: '1.0.0' | ||
utxo: '2.0.0' | ||
}; |
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,11 +1,11 @@ | ||
{ | ||
"assetInfo": "1.0.0", | ||
"chainHistory": "1.0.0", | ||
"chainHistory": "2.0.0", | ||
"handle": "1.0.0", | ||
"networkInfo": "1.0.0", | ||
"rewards": "1.0.0", | ||
"root": "1.0.0", | ||
"stakePool": "1.0.0", | ||
"txSubmit": "1.0.0", | ||
"utxo": "1.0.0" | ||
"utxo": "2.0.0" | ||
} |
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 |
---|---|---|
|
@@ -125,4 +125,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.