From 2dd63ef75d9f238d66513c79d58410c291401b88 Mon Sep 17 00:00:00 2001 From: marsli Date: Wed, 29 Apr 2020 19:27:15 +0800 Subject: [PATCH 1/2] v1.3.0 --- Changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index f479344..ef9ccff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,22 @@ +### v1.3.0 + + (2020-04-29) + +**Add** +- 使用签名服务进行交易签名时,传入`Integer userId`改为`String signUserId`(国密或非国密由对应user的加密类型决定) + +**Fix** +- 升级fastjson, jackson, log4j + +**兼容性** + +- 支持FISCO-BCOS v2.0.0-rc1 版本 +- 支持FISCO-BCOS v2.0.0-rc2 版本 +- 支持FISCO-BCOS v2.0.0-rc3 版本 +- 支持FISCO-BCOS v2.0.0 及以上版本 +- WeBASE-Sign v1.3.0 + +详细了解,请阅读[**技术文档**](https://webasedoc.readthedocs.io/zh_CN/latest/)。 ### v1.2.2 From ffb5bdb4660649001b59b010d94601b6c97f2f19 Mon Sep 17 00:00:00 2001 From: CodingCattwo <847701726@qq.com> Date: Wed, 29 Apr 2020 20:23:34 +0800 Subject: [PATCH 2/2] update license 2020 --- src/main/java/com/webank/webase/transaction/Application.java | 2 +- .../java/com/webank/webase/transaction/base/BaseController.java | 2 +- .../java/com/webank/webase/transaction/base/ConstantCode.java | 2 +- .../com/webank/webase/transaction/base/ConstantProperties.java | 2 +- .../java/com/webank/webase/transaction/base/ResponseEntity.java | 2 +- src/main/java/com/webank/webase/transaction/base/RetCode.java | 2 +- .../webank/webase/transaction/base/exception/BaseException.java | 2 +- .../webase/transaction/base/exception/ExceptionsHandler.java | 2 +- .../webase/transaction/config/MyComplexShardingAlgorithm.java | 2 +- .../webank/webase/transaction/config/RestTemplateConfig.java | 2 +- .../com/webank/webase/transaction/config/SwaggerConfig.java | 2 +- .../com/webank/webase/transaction/config/TableInitConfig.java | 2 +- .../java/com/webank/webase/transaction/config/ThreadConfig.java | 2 +- .../java/com/webank/webase/transaction/config/Web3Config.java | 2 +- .../webank/webase/transaction/contract/ContractController.java | 2 +- .../com/webank/webase/transaction/contract/ContractMapper.java | 2 +- .../com/webank/webase/transaction/contract/ContractService.java | 2 +- .../webank/webase/transaction/contract/entity/CompileInfo.java | 2 +- .../webase/transaction/contract/entity/DeployInfoDto.java | 2 +- .../webase/transaction/contract/entity/ReqDeployInfo.java | 2 +- .../com/webank/webase/transaction/gm/EncryptTypeController.java | 2 +- .../com/webank/webase/transaction/job/DataflowJobConfig.java | 2 +- .../webank/webase/transaction/job/DeployHandleDataflowJob.java | 2 +- .../webank/webase/transaction/job/JobRegistryCenterConfig.java | 2 +- .../webank/webase/transaction/job/TransHandleDataflowJob.java | 2 +- .../webank/webase/transaction/keystore/KeyStoreController.java | 2 +- .../com/webank/webase/transaction/keystore/KeyStoreService.java | 2 +- .../webank/webase/transaction/keystore/entity/EncodeInfo.java | 2 +- .../webank/webase/transaction/keystore/entity/KeyStoreInfo.java | 2 +- .../com/webank/webase/transaction/keystore/entity/SignInfo.java | 2 +- .../com/webank/webase/transaction/keystore/entity/SignType.java | 2 +- .../webank/webase/transaction/scheduler/ScheduleService.java | 2 +- .../webank/webase/transaction/scheduler/SchedulerConfig.java | 2 +- .../com/webank/webase/transaction/trans/TransController.java | 2 +- .../java/com/webank/webase/transaction/trans/TransMapper.java | 2 +- .../java/com/webank/webase/transaction/trans/TransService.java | 2 +- .../webase/transaction/trans/entity/ReqTransCallInfo.java | 2 +- .../webase/transaction/trans/entity/ReqTransSendInfo.java | 2 +- .../webank/webase/transaction/trans/entity/TransInfoDto.java | 2 +- .../java/com/webank/webase/transaction/util/CommonUtils.java | 2 +- .../com/webank/webase/transaction/util/ContractAbiUtil.java | 2 +- .../com/webank/webase/transaction/util/ContractTypeUtil.java | 2 +- src/main/java/com/webank/webase/transaction/util/LogUtils.java | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/src/main/java/com/webank/webase/transaction/Application.java b/src/main/java/com/webank/webase/transaction/Application.java index 98e6589..0dea2a3 100644 --- a/src/main/java/com/webank/webase/transaction/Application.java +++ b/src/main/java/com/webank/webase/transaction/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/BaseController.java b/src/main/java/com/webank/webase/transaction/base/BaseController.java index dfa47ff..bd54e95 100644 --- a/src/main/java/com/webank/webase/transaction/base/BaseController.java +++ b/src/main/java/com/webank/webase/transaction/base/BaseController.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/ConstantCode.java b/src/main/java/com/webank/webase/transaction/base/ConstantCode.java index ef9ee39..9424a7d 100644 --- a/src/main/java/com/webank/webase/transaction/base/ConstantCode.java +++ b/src/main/java/com/webank/webase/transaction/base/ConstantCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/ConstantProperties.java b/src/main/java/com/webank/webase/transaction/base/ConstantProperties.java index 0d68384..44f7654 100644 --- a/src/main/java/com/webank/webase/transaction/base/ConstantProperties.java +++ b/src/main/java/com/webank/webase/transaction/base/ConstantProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/ResponseEntity.java b/src/main/java/com/webank/webase/transaction/base/ResponseEntity.java index 7c262f2..9d84bbe 100644 --- a/src/main/java/com/webank/webase/transaction/base/ResponseEntity.java +++ b/src/main/java/com/webank/webase/transaction/base/ResponseEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/RetCode.java b/src/main/java/com/webank/webase/transaction/base/RetCode.java index 0b071f3..2c1df9d 100644 --- a/src/main/java/com/webank/webase/transaction/base/RetCode.java +++ b/src/main/java/com/webank/webase/transaction/base/RetCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/exception/BaseException.java b/src/main/java/com/webank/webase/transaction/base/exception/BaseException.java index 04689eb..8a44ed5 100644 --- a/src/main/java/com/webank/webase/transaction/base/exception/BaseException.java +++ b/src/main/java/com/webank/webase/transaction/base/exception/BaseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/base/exception/ExceptionsHandler.java b/src/main/java/com/webank/webase/transaction/base/exception/ExceptionsHandler.java index d1fff98..8f63b93 100644 --- a/src/main/java/com/webank/webase/transaction/base/exception/ExceptionsHandler.java +++ b/src/main/java/com/webank/webase/transaction/base/exception/ExceptionsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/MyComplexShardingAlgorithm.java b/src/main/java/com/webank/webase/transaction/config/MyComplexShardingAlgorithm.java index a2d8804..ccdf231 100644 --- a/src/main/java/com/webank/webase/transaction/config/MyComplexShardingAlgorithm.java +++ b/src/main/java/com/webank/webase/transaction/config/MyComplexShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/RestTemplateConfig.java b/src/main/java/com/webank/webase/transaction/config/RestTemplateConfig.java index 55e9652..6616e4d 100644 --- a/src/main/java/com/webank/webase/transaction/config/RestTemplateConfig.java +++ b/src/main/java/com/webank/webase/transaction/config/RestTemplateConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/SwaggerConfig.java b/src/main/java/com/webank/webase/transaction/config/SwaggerConfig.java index 3465679..9bd1f26 100644 --- a/src/main/java/com/webank/webase/transaction/config/SwaggerConfig.java +++ b/src/main/java/com/webank/webase/transaction/config/SwaggerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/TableInitConfig.java b/src/main/java/com/webank/webase/transaction/config/TableInitConfig.java index 621614e..639f1c2 100644 --- a/src/main/java/com/webank/webase/transaction/config/TableInitConfig.java +++ b/src/main/java/com/webank/webase/transaction/config/TableInitConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/ThreadConfig.java b/src/main/java/com/webank/webase/transaction/config/ThreadConfig.java index b0c0846..3d8c02b 100644 --- a/src/main/java/com/webank/webase/transaction/config/ThreadConfig.java +++ b/src/main/java/com/webank/webase/transaction/config/ThreadConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/config/Web3Config.java b/src/main/java/com/webank/webase/transaction/config/Web3Config.java index 12a84e6..6d86872 100644 --- a/src/main/java/com/webank/webase/transaction/config/Web3Config.java +++ b/src/main/java/com/webank/webase/transaction/config/Web3Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/ContractController.java b/src/main/java/com/webank/webase/transaction/contract/ContractController.java index a4cc4f5..2cd3c24 100644 --- a/src/main/java/com/webank/webase/transaction/contract/ContractController.java +++ b/src/main/java/com/webank/webase/transaction/contract/ContractController.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/ContractMapper.java b/src/main/java/com/webank/webase/transaction/contract/ContractMapper.java index 0a591ab..a26771a 100644 --- a/src/main/java/com/webank/webase/transaction/contract/ContractMapper.java +++ b/src/main/java/com/webank/webase/transaction/contract/ContractMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/ContractService.java b/src/main/java/com/webank/webase/transaction/contract/ContractService.java index 3f1c413..74f1539 100644 --- a/src/main/java/com/webank/webase/transaction/contract/ContractService.java +++ b/src/main/java/com/webank/webase/transaction/contract/ContractService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/entity/CompileInfo.java b/src/main/java/com/webank/webase/transaction/contract/entity/CompileInfo.java index 7e9a689..8e6c652 100644 --- a/src/main/java/com/webank/webase/transaction/contract/entity/CompileInfo.java +++ b/src/main/java/com/webank/webase/transaction/contract/entity/CompileInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/entity/DeployInfoDto.java b/src/main/java/com/webank/webase/transaction/contract/entity/DeployInfoDto.java index f290952..905a997 100644 --- a/src/main/java/com/webank/webase/transaction/contract/entity/DeployInfoDto.java +++ b/src/main/java/com/webank/webase/transaction/contract/entity/DeployInfoDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/contract/entity/ReqDeployInfo.java b/src/main/java/com/webank/webase/transaction/contract/entity/ReqDeployInfo.java index c2d5426..10bf7cd 100644 --- a/src/main/java/com/webank/webase/transaction/contract/entity/ReqDeployInfo.java +++ b/src/main/java/com/webank/webase/transaction/contract/entity/ReqDeployInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/gm/EncryptTypeController.java b/src/main/java/com/webank/webase/transaction/gm/EncryptTypeController.java index 0fe428c..1aba3d3 100644 --- a/src/main/java/com/webank/webase/transaction/gm/EncryptTypeController.java +++ b/src/main/java/com/webank/webase/transaction/gm/EncryptTypeController.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/job/DataflowJobConfig.java b/src/main/java/com/webank/webase/transaction/job/DataflowJobConfig.java index 2e3ca2d..018a43f 100644 --- a/src/main/java/com/webank/webase/transaction/job/DataflowJobConfig.java +++ b/src/main/java/com/webank/webase/transaction/job/DataflowJobConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/job/DeployHandleDataflowJob.java b/src/main/java/com/webank/webase/transaction/job/DeployHandleDataflowJob.java index 79750c3..5932a27 100644 --- a/src/main/java/com/webank/webase/transaction/job/DeployHandleDataflowJob.java +++ b/src/main/java/com/webank/webase/transaction/job/DeployHandleDataflowJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/job/JobRegistryCenterConfig.java b/src/main/java/com/webank/webase/transaction/job/JobRegistryCenterConfig.java index 3293b3d..65146ef 100644 --- a/src/main/java/com/webank/webase/transaction/job/JobRegistryCenterConfig.java +++ b/src/main/java/com/webank/webase/transaction/job/JobRegistryCenterConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/job/TransHandleDataflowJob.java b/src/main/java/com/webank/webase/transaction/job/TransHandleDataflowJob.java index 075d0de..349562e 100644 --- a/src/main/java/com/webank/webase/transaction/job/TransHandleDataflowJob.java +++ b/src/main/java/com/webank/webase/transaction/job/TransHandleDataflowJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/KeyStoreController.java b/src/main/java/com/webank/webase/transaction/keystore/KeyStoreController.java index ff53ac1..d46c282 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/KeyStoreController.java +++ b/src/main/java/com/webank/webase/transaction/keystore/KeyStoreController.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/KeyStoreService.java b/src/main/java/com/webank/webase/transaction/keystore/KeyStoreService.java index 9e4f691..4cc278c 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/KeyStoreService.java +++ b/src/main/java/com/webank/webase/transaction/keystore/KeyStoreService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/entity/EncodeInfo.java b/src/main/java/com/webank/webase/transaction/keystore/entity/EncodeInfo.java index ff02d7a..a0796fc 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/entity/EncodeInfo.java +++ b/src/main/java/com/webank/webase/transaction/keystore/entity/EncodeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/entity/KeyStoreInfo.java b/src/main/java/com/webank/webase/transaction/keystore/entity/KeyStoreInfo.java index 7baaa21..164b7e7 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/entity/KeyStoreInfo.java +++ b/src/main/java/com/webank/webase/transaction/keystore/entity/KeyStoreInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/entity/SignInfo.java b/src/main/java/com/webank/webase/transaction/keystore/entity/SignInfo.java index 256ddd2..e2b19e5 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/entity/SignInfo.java +++ b/src/main/java/com/webank/webase/transaction/keystore/entity/SignInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/keystore/entity/SignType.java b/src/main/java/com/webank/webase/transaction/keystore/entity/SignType.java index cb4b481..25fb050 100644 --- a/src/main/java/com/webank/webase/transaction/keystore/entity/SignType.java +++ b/src/main/java/com/webank/webase/transaction/keystore/entity/SignType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/scheduler/ScheduleService.java b/src/main/java/com/webank/webase/transaction/scheduler/ScheduleService.java index 6778939..4a7adf8 100644 --- a/src/main/java/com/webank/webase/transaction/scheduler/ScheduleService.java +++ b/src/main/java/com/webank/webase/transaction/scheduler/ScheduleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/scheduler/SchedulerConfig.java b/src/main/java/com/webank/webase/transaction/scheduler/SchedulerConfig.java index 7625cb3..afc074a 100644 --- a/src/main/java/com/webank/webase/transaction/scheduler/SchedulerConfig.java +++ b/src/main/java/com/webank/webase/transaction/scheduler/SchedulerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/TransController.java b/src/main/java/com/webank/webase/transaction/trans/TransController.java index 1559374..9909310 100644 --- a/src/main/java/com/webank/webase/transaction/trans/TransController.java +++ b/src/main/java/com/webank/webase/transaction/trans/TransController.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/TransMapper.java b/src/main/java/com/webank/webase/transaction/trans/TransMapper.java index 95b3527..c387975 100644 --- a/src/main/java/com/webank/webase/transaction/trans/TransMapper.java +++ b/src/main/java/com/webank/webase/transaction/trans/TransMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/TransService.java b/src/main/java/com/webank/webase/transaction/trans/TransService.java index 6e93ee9..a041ab3 100644 --- a/src/main/java/com/webank/webase/transaction/trans/TransService.java +++ b/src/main/java/com/webank/webase/transaction/trans/TransService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransCallInfo.java b/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransCallInfo.java index 67c6b44..64d7ae0 100644 --- a/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransCallInfo.java +++ b/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransCallInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransSendInfo.java b/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransSendInfo.java index ab3a9f7..2ae5b05 100644 --- a/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransSendInfo.java +++ b/src/main/java/com/webank/webase/transaction/trans/entity/ReqTransSendInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/trans/entity/TransInfoDto.java b/src/main/java/com/webank/webase/transaction/trans/entity/TransInfoDto.java index 8d62f4f..8142532 100644 --- a/src/main/java/com/webank/webase/transaction/trans/entity/TransInfoDto.java +++ b/src/main/java/com/webank/webase/transaction/trans/entity/TransInfoDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/util/CommonUtils.java b/src/main/java/com/webank/webase/transaction/util/CommonUtils.java index ce527a8..eb1d073 100644 --- a/src/main/java/com/webank/webase/transaction/util/CommonUtils.java +++ b/src/main/java/com/webank/webase/transaction/util/CommonUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/util/ContractAbiUtil.java b/src/main/java/com/webank/webase/transaction/util/ContractAbiUtil.java index 3ae7202..1bd820f 100644 --- a/src/main/java/com/webank/webase/transaction/util/ContractAbiUtil.java +++ b/src/main/java/com/webank/webase/transaction/util/ContractAbiUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/util/ContractTypeUtil.java b/src/main/java/com/webank/webase/transaction/util/ContractTypeUtil.java index a3f02c7..10ba2c9 100644 --- a/src/main/java/com/webank/webase/transaction/util/ContractTypeUtil.java +++ b/src/main/java/com/webank/webase/transaction/util/ContractTypeUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/src/main/java/com/webank/webase/transaction/util/LogUtils.java b/src/main/java/com/webank/webase/transaction/util/LogUtils.java index 69b8913..74d1a08 100644 --- a/src/main/java/com/webank/webase/transaction/util/LogUtils.java +++ b/src/main/java/com/webank/webase/transaction/util/LogUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2019 the original author or authors. + * Copyright 2014-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at