File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
8
+ ## [ 0.3.0] - 2022-03-21
9
+
10
+ ### Added
11
+
12
+ - Incorporate change split logic [ #7 ] ( https://github.com/cffls/pycardano/pull/7 ) .
13
+ - Plutus
14
+ - Datum support for transaction inputs and transaction outputs.
15
+ - New function ` add_script_input ` in tx builder to support spending of Plutus script input.
16
+ - Add collateral to tx builder for script transaction.
17
+ - Add ` plutus_script_hash ` that calculates the hash of a Plutus script.
18
+ - Include script execution steps and memory into fee calculation.
19
+ - Add ` build_and_sign ` to tx builder.
20
+
21
+ ### Changed
22
+
23
+ - Remove positional argument ` index ` from Redeemer's constructor.
24
+
25
+
26
+
8
27
## [ 0.2.0] - 2022-03-13
9
28
10
29
This release added essential features for Plutus script interactions.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycardano"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
classifiers = [
5
5
" Intended Audience :: Developers" ,
6
6
" License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments