File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 6.1.2] ( https://github.com/aeternity/aepp-sdk-js/compare/6.1.1...6.1.2 ) (2019-11-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** Composition:** Chain composition ([ 9ac705f] ( https://github.com/aeternity/aepp-sdk-js/commit/9ac705f ) )
7
+
8
+
9
+
1
10
# [ 6.1.1] ( https://github.com/aeternity/aepp-sdk-js/compare/6.1.0...6.1.1 ) (2019-11-12)
2
11
3
12
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ const Chain = Oracle.compose({
60
60
getTxInfo : required ,
61
61
mempool : required ,
62
62
txDryRun : required ,
63
- getAccount : required ,
64
- getContractByteCode : required ,
65
- getContract : required
63
+ getAccount : required
66
64
}
67
65
} ) )
68
66
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aeternity/aepp-sdk" ,
3
- "version" : " 6.1.1 " ,
3
+ "version" : " 6.1.2 " ,
4
4
"description" : " SDK for the æternity blockchain" ,
5
5
"main" : " dist/aepp-sdk.js" ,
6
6
"browser" : " dist/aepp-sdk.browser.js" ,
You can’t perform that action at this time.
0 commit comments