Cardano Dev Wallet のバージョン履歴 - 全 4 バージョン
Cardano Dev Wallet 作成者: MLabs
Cardano Dev Wallet のバージョン履歴 - 全 4 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.4.0
リリース日 : 2025年6月2日 - 2.56 MBfirefox バージョン 109.0 以降 で動作1.4.0- Update cardano-serialization-lib to 14.1.2
- Update cardano-message-signing-browser to 1.1.0
- Support Conway transactions
1.3.0- Make UTxO override affect the balance
Previously, the utxo list override only affected thegetUtxos()
call and not the
getBalance()
call.
The UI only allows overriding the ADA value of the balance.
With this change, the users will be able to use the same UI to override the token balance returned bygetBalance()
.
1.2.0- Fix SundaeSwap hanging (#17)
SundaeSwap and many other dApps seem to be not happy if the API object
returned bywallet.enable()
is not a plain object.
They could be doing something likeObject.keys(api)
which trips up due to
the presence of internal methods present in the dev wallet, or they
could be doing something likeapiCopy = {...api}
.
Not sure of the exact mechanism, but returning a plain object seems to
fix this.
1.1.0- Fix bugs in the Ogmios/Kupo backend:
- UTxO index was incorrect.
- Tokens were missing from the UTxO list.
- Allow specifying custom endpoint for blockfrost.
- Auto activate newly created accounts and backends if there's none active.
- Inject the wallet before any script in the page is run.
- Add seperators in UTxO list, wallets list and network backends list.
ソースコードは All Rights Reserved に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 1.3.0
リリース日 : 2024年7月11日 - 2.25 MBfirefox バージョン 109.0 以降 で動作# 1.3.0
* Make UTxO override affect the balance
Previously, the utxo list override only affected the `getUtxos()` call and not the
`getBalance()` call.
The UI only allows overriding the ADA value of the balance.
With this change, the users will be able to use the same UI to override the token balance returned by `getBalance()`.
# 1.2.0
* Fix SundaeSwap hanging (#17)
SundaeSwap and many other dApps seem to be not happy if the API object
returned by `wallet.enable()` is not a plain object.
They could be doing something like `Object.keys(api)` which trips up due to
the presence of internal methods present in the dev wallet, or they
could be doing something like `apiCopy = {...api}`.
Not sure of the exact mechanism, but returning a plain object seems to
fix this.
# 1.1.0
* Fix bugs in the Ogmios/Kupo backend:
* UTxO index was incorrect.
* Tokens were missing from the UTxO list.
* Allow specifying custom endpoint for blockfrost.
* Auto activate newly created accounts and backends if there's none active.
* Inject the wallet before any script in the page is run.
* Add seperators in UTxO list, wallets list and network backends list.ソースコードは All Rights Reserved に従いリリースされています
バージョン 1.1.0
リリース日 : 2024年4月1日 - 2.25 MBfirefox バージョン 109.0 以降 で動作# v1.1.0
* Fix bugs in the Ogmios/Kupo backend:
* UTxO index was incorrect.
* Tokens were missing from the UTxO list.
* Allow specifying custom endpoint for blockfrost.
* Auto activate newly created accounts and backends if there's none active.
* Inject the wallet before any script in the page is run.
* Add seperators in UTxO list, wallets list and network backends list.ソースコードは All Rights Reserved に従いリリースされています
バージョン 1.0.0
リリース日 : 2024年3月7日 - 2.25 MBfirefox バージョン 109.0 以降 で動作ソースコードは All Rights Reserved に従いリリースされています