Skip to content

Commit b440b13

Browse files
authored
Merge pull request #99 from cryptape/rc/v0.21
RC v0.21
2 parents 355ae8d + a3d5ed0 commit b440b13

File tree

170 files changed

+5080
-1733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+5080
-1733
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
All notable changes to this project will be documented in this file.
22

3-
# [v0.20.3](https://github.com/cryptape/cita-sdk-swift/compare/v0.20...v0.20.3) (2019-01-21)
3+
# [v0.21](https://github.com/cryptape/cita-sdk-java/compare/v0.20.3...v0.21) (2019-02-18)
44

55
### BREAKING CHANGES
66

7-
* Rename the project to `cita-sdk-java`. Change top module from `AppChain` to `CITA`.
7+
* Update Crypto field of protobuf.
8+
* Add field from to transaction response.
9+
10+
# [v0.20.3](https://github.com/cryptape/cita-sdk-java/compare/v0.20...v0.20.3) (2019-01-21)
11+
12+
### BREAKING CHANGES
13+
14+
* Rename the project to `cita-sdk-java`. Change top module from `AppChain` to `CITA`.

abi/src/main/java/com/cryptape/cita/abi/datatypes/StaticArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class StaticArray<T extends Type> extends Array<T> {
99

1010
/**
1111
* Warning: increasing this constant will cause more generated StaticArrayN types, see:
12-
* org.web3j.codegen.AbiTypesGenerator#generateStaticArrayTypes
12+
* com.cryptape.cita.codegen.AbiTypesGenerator#generateStaticArrayTypes
1313
*/
1414
public static int MAX_SIZE_OF_STATIC_ARRAY = 32;
1515

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/AbiTypes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
/**
99
* Auto generated code.
1010
* <p><strong>Do not modifiy!</strong>
11-
* <p>Please use org.web3j.codegen.AbiTypesMapperGenerator in the
12-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
11+
* <p>Please use com.cryptape.cita.codegen.AbiTypesMapperGenerator in the
1312
*/
1413
public final class AbiTypes {
1514
private AbiTypes() {

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes1.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes1 extends Bytes {
1211
public static final Bytes1 DEFAULT = new Bytes1(new byte[1]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes10.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes10 extends Bytes {
1211
public static final Bytes10 DEFAULT = new Bytes10(new byte[10]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes11.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes11 extends Bytes {
1211
public static final Bytes11 DEFAULT = new Bytes11(new byte[11]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes12.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes12 extends Bytes {
1211
public static final Bytes12 DEFAULT = new Bytes12(new byte[12]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes13.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes13 extends Bytes {
1211
public static final Bytes13 DEFAULT = new Bytes13(new byte[13]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes14.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes14 extends Bytes {
1211
public static final Bytes14 DEFAULT = new Bytes14(new byte[14]);

abi/src/main/java/com/cryptape/cita/abi/datatypes/generated/Bytes15.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
/**
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
8-
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
8+
* <p>Please use com.cryptape.cita.codegen.AbiTypesGenerator in the
109
*/
1110
public class Bytes15 extends Bytes {
1211
public static final Bytes15 DEFAULT = new Bytes15(new byte[15]);

0 commit comments

Comments
 (0)