Commit 756f823
<fix>(build): update dependencies version, add UT with AI. (#945)
* <fix>(build): update dependencies version, add UT with AI.
* Add unit tests to increase JaCoCo coverage from 30.1% to 30.7% (#1)
* Initial plan
* Initial setup: Upgrade Gradle to 7.6.4 for Java 17 compatibility and fix duplicate resources handling
Co-authored-by: kyonRay <[email protected]>
* Add unit tests for model classes and exceptions to improve coverage
Co-authored-by: kyonRay <[email protected]>
* Add more unit tests for model and enum classes to increase coverage
Co-authored-by: kyonRay <[email protected]>
* Add unit tests for crypto exception classes to increase coverage
Co-authored-by: kyonRay <[email protected]>
* Downgrade Gradle version to 6.3
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kyonRay <[email protected]>
* Add unit tests for SDK v3 client and transaction packages (#2)
* Initial plan
* Add unit tests for client and transaction packages - part 1
Co-authored-by: kyonRay <[email protected]>
* Add more unit tests for client protocol response and transaction dto classes
Co-authored-by: kyonRay <[email protected]>
* Add unit tests for LogFilterRequest, model BO classes and CommonConstant
Co-authored-by: kyonRay <[email protected]>
* Fix ResultCodeEnumTest to avoid mutating enum state in tests
Co-authored-by: kyonRay <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kyonRay <[email protected]>
* <fix>(test): fixed tests path.
* Add comprehensive test coverage for uncovered utility, protocol, and codec classes (#4)
* Initial plan
* Add comprehensive tests for ByteUtils, ThreadPoolService, SystemInformation, SecureRandomUtils, and LinuxSecureRandom
Co-authored-by: kyonRay <[email protected]>
* Add comprehensive tests for JsonRpcRequest and TopicTools
Co-authored-by: kyonRay <[email protected]>
* Address code review feedback - fix resource cleanup and remove redundant tests
Co-authored-by: kyonRay <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kyonRay <[email protected]>
* <fix>(CI): fix windows ci version to 2025.
* <fix>(build): update publish url to central.sonatype.
---------
Co-authored-by: Copilot <[email protected]>1 parent 9837e92 commit 756f823
File tree
72 files changed
+7625
-207
lines changed- .github/workflows
- src
- integration-test/java/org/fisco/bcos/sdk/v3/test/transaction/manager
- integration-wasm-test/java/org/fisco/bcos/sdk/v3/test/wasm
- main/java/org/fisco/bcos/sdk/v3
- client
- crypto/keypair
- transaction/model
- dto
- exception
- utils
- test/java/org/fisco/bcos/sdk/v3
- test
- client
- exceptions
- model
- protocol
- model
- request
- response
- codec
- abi/tools
- datatypes
- config/exceptions
- crypto/exceptions
- model
- transaction
- gasProvider
- tools
- utils
- exceptions
- transaction/model
- bo
- dto
- exception
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+7625
-207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
249 | 254 | | |
250 | 255 | | |
251 | 256 | | |
252 | | - | |
253 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
254 | 260 | | |
255 | | - | |
256 | 261 | | |
257 | 262 | | |
258 | 263 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | 47 | | |
51 | | - | |
52 | 48 | | |
53 | | - | |
54 | | - | |
55 | 49 | | |
56 | 50 | | |
57 | 51 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1664 | 1664 | | |
1665 | 1665 | | |
1666 | 1666 | | |
1667 | | - | |
| 1667 | + | |
| 1668 | + | |
1668 | 1669 | | |
1669 | 1670 | | |
1670 | 1671 | | |
| |||
1675 | 1676 | | |
1676 | 1677 | | |
1677 | 1678 | | |
1678 | | - | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
1679 | 1683 | | |
1680 | 1684 | | |
1681 | 1685 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
0 commit comments