File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/main/java/com/iexec/commons/poco/chain Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [[ 3.0.4]] ( https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.4 ) 2023-06-23
6+
7+ ### Bug Fixes
8+ - Fix regression on ` DealParams ` deserialization. (#43 )
9+
510## [[ 3.0.3]] ( https://github.com/iExecBlockchainComputing/iexec-commons-poco/releases/tag/v3.0.3 ) 2023-06-22
611
712### New Features
Original file line number Diff line number Diff line change 1- version =3.0.3
1+ version =3.0.4
22
33nexusUser
44nexusPassword
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public class DealParams {
100100 @ JsonProperty ("iexec_input_files" )
101101 List <String > iexecInputFiles = Collections .emptyList ();
102102
103- @ JsonProperty ("iexec_developper_logger " )
103+ @ JsonProperty ("iexec_developer_logger " )
104104 boolean iexecDeveloperLoggerEnabled ;
105105
106106 @ JsonProperty ("iexec_result_encryption" )
You can’t perform that action at this time.
0 commit comments