From ca1433fa12bd280fb4921aac306bd5102891d5af Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Wed, 11 Dec 2024 15:41:37 +0000 Subject: [PATCH 1/3] update Changes --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index b3edab7..f234922 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ {{$NEXT}} + - add tron blockchain subscription 0.004 2024-03-04 04:49:32+00:00 UTC - RPC call "getbalance" added as get_balance for Bitcoin From 3751209f3c5321a4094d2487a16d3432e22c3183 Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Wed, 11 Dec 2024 15:44:17 +0000 Subject: [PATCH 2/3] update version --- lib/Net/Async/Blockchain.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Async/Blockchain.pm b/lib/Net/Async/Blockchain.pm index edcf26e..13b950c 100644 --- a/lib/Net/Async/Blockchain.pm +++ b/lib/Net/Async/Blockchain.pm @@ -3,7 +3,7 @@ package Net::Async::Blockchain; use strict; use warnings; -our $VERSION = '0.004'; +our $VERSION = '0.005'; =head1 NAME From e89a7f3b3832c2c8feb702a87ecab38a8e1b0793 Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Wed, 11 Dec 2024 15:45:27 +0000 Subject: [PATCH 3/3] Release Net-Async-Blockchain 0.005 - add tron blockchain subscription --- Changes | 2 ++ Makefile.PL | 2 +- lib/Net/Async/Blockchain.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index f234922..cf11ac4 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ {{$NEXT}} + +0.005 2024-12-11 15:44:26+00:00 UTC - add tron blockchain subscription 0.004 2024-03-04 04:49:32+00:00 UTC diff --git a/Makefile.PL b/Makefile.PL index 8e436de..35f993e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::TCP" => 0 }, - "VERSION" => "0.004", + "VERSION" => "0.006", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Net/Async/Blockchain.pm b/lib/Net/Async/Blockchain.pm index 13b950c..6e2df34 100644 --- a/lib/Net/Async/Blockchain.pm +++ b/lib/Net/Async/Blockchain.pm @@ -3,7 +3,7 @@ package Net::Async::Blockchain; use strict; use warnings; -our $VERSION = '0.005'; +our $VERSION = '0.006'; =head1 NAME