Skip to content

Commit

Permalink
chore: init 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Aug 8, 2024
1 parent cd695a6 commit b93ea25
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Tags


### 1.9.1
- Use total collateral and collateral return for better compatibility
- Update code to support multiple proposals in single transaction


### 1.9.0
- add support for guard rails script
- Fixed `InputSetEmptyUTxO` when transaction had implicit inputs
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
| [1.9.0](https://github.com/Ryun1/cip95-cardano-wallet-connector/releases/tag/1.9.0) | [Here](./CHANGELOG.md#190) | [Yes](https://ryun1.github.io/cip95-cardano-wallet-connector/) |


### 1.9.0
### 1.9.1

- add support for guard rails script
- Fixed `InputSetEmptyUTxO` when transaction had implicit inputs
- Updated default params
- Minor improvements to governance actions
- Use total collateral and collateral return for better compatibility
- Update code to support multiple proposals in single transaction

### 1.9.1 (In progress)
### 1.9.2 (In progress)

- `.cip95.signData`
- refactor
- Use total collateral and collateral return for better compatibility
- Update code to support multiple proposals in single transaction

## To Develop

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://ryun1.github.io/cip95-cardano-wallet-connector",
"name": "cardano-wallet-connector",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.53.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ class App extends React.Component {
<div style={{margin: "20px"}}>

<h1>✨demos CIP-95 dApp✨</h1>
<h4>✨v1.9.0</h4>
<h4>✨v1.9.1</h4>

<input type="checkbox" checked={this.state.selectedCIP95} onChange={this.handleCIP95Select}/> Enable CIP-95?

Expand Down

0 comments on commit b93ea25

Please sign in to comment.