From 25cdb794d4dff1ef9b44aec8d7cb82e5f8cf061c Mon Sep 17 00:00:00 2001 From: Mohsen <56779182+mrtnetwork@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:32:10 +0330 Subject: [PATCH] V3.7.0 Update dependencies. --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- .../blockfrost/methods/ledger/blockchain_genesis.dart | 1 + pubspec.yaml | 7 ++++--- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e12f0e8..d5e4280b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.7.0 + +- Update dependencies. + ## 3.6.0 - add signAndBuildTransactionAsync method to support building cardano transactions asynchronously. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b9ccbaad..08f441d6 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: http: ^1.1.0 # blockchain_utils: # path: ../../blockchain_utils - blockchain_utils: ^3.2.0 + blockchain_utils: ^3.3.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 diff --git a/lib/ada/src/provider/blockfrost/methods/ledger/blockchain_genesis.dart b/lib/ada/src/provider/blockfrost/methods/ledger/blockchain_genesis.dart index 5a274895..4da15bc9 100644 --- a/lib/ada/src/provider/blockfrost/methods/ledger/blockchain_genesis.dart +++ b/lib/ada/src/provider/blockfrost/methods/ledger/blockchain_genesis.dart @@ -17,6 +17,7 @@ class BlockfrostRequestBlockchainGenesis extends BlockforestRequestParam< @override ADAGenesisParametersResponse onResonse(Map result) { + print("result $result"); return ADAGenesisParametersResponse.fromJson(result); } } diff --git a/pubspec.yaml b/pubspec.yaml index 62686964..2fb5d6bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: on_chain description: Streamline Ethereum, Tron, Solana and Cardano operations. Effortlessly create transactions, interact with smart contracts, sign, and send transactions. -version: 3.6.0 +version: 3.7.0 homepage: "https://github.com/mrtnetwork/on_chain" repository: "https://github.com/mrtnetwork/on_chain" Author: mrhaydari.t@gmail.com @@ -17,8 +17,9 @@ environment: dependencies: - blockchain_utils: ^3.2.0 - # path: ../blockchain_utils + blockchain_utils: ^3.3.0 + # blockchain_utils: + # path: ../blockchain_utils dev_dependencies: