Commit 52445c0
Deps: Bump org.bouncycastle:bcprov-jdk15to18 from 1.66 to 1.78 (#778)
* Bump org.bouncycastle:bcprov-jdk15to18 from 1.66 to 1.78
Bumps [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) from 1.66 to 1.78.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15to18
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Don't try to parse an address as a PK unless it must be
Previously, we always parsed the `singleSigner` but that is often just
a program hash, and so it might not be a valid ed25519 pk.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Jannotti <[email protected]>
Co-authored-by: Gary Malouf <[email protected]>1 parent bdd5e7e commit 52445c0
File tree
2 files changed
+7
-8
lines changed- src/main/java/com/algorand/algosdk/crypto
2 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 177 | | |
185 | 178 | | |
186 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
| |||
0 commit comments