This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.
from 72681ad Update copyright year. 🎊Happy new year!🎊
new cdd02b8 Use GuardedByteArray to store the secret key of the wallet
new c71f0b9 Fix workflows to match new apache policy
new 6b7aa59 Make sure source build works
new 8a6c8c3 Merge pull request #189 from
atoulme/wallet_with_guarded_secret_key
The 698 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/assemble.yml | 5 +-
.github/workflows/checks.yml | 5 +-
.github/workflows/docs.yml | 5 +-
.github/workflows/integration-tests.yml | 5 +-
.github/workflows/license-checks.yml | 5 +-
.github/workflows/test-windows.yml | 5 +-
.github/workflows/test.yml | 5 +-
bytes/build.gradle | 2 +
.../main/java/org/apache/tuweni/bytes/Bytes.java | 30 +++++++++
.../main/java/org/apache/tuweni/bytes/Bytes32.java | 30 +++++++++
...appingBytes.java => GuardedByteArrayBytes.java} | 71 +++++++++++-----------
...ngBytes32.java => GuardedByteArrayBytes32.java} | 9 +--
.../{BytesTest.java => GuardedBytesTest.java} | 4 +-
dependency-versions.gradle | 2 +
LICENSE-binary => dist/LICENSE-binary | 6 +-
NOTICE-binary => dist/NOTICE-binary | 0
dist/build.gradle | 8 ++-
gradle/check-licenses.gradle | 1 +
.../main/kotlin/org/apache/tuweni/wallet/Wallet.kt | 12 ++--
19 files changed, 126 insertions(+), 84 deletions(-)
copy bytes/src/main/java/org/apache/tuweni/bytes/{ArrayWrappingBytes.java =>
GuardedByteArrayBytes.java} (71%)
copy bytes/src/main/java/org/apache/tuweni/bytes/{ArrayWrappingBytes32.java =>
GuardedByteArrayBytes32.java} (87%)
copy bytes/src/test/java/org/apache/tuweni/bytes/{BytesTest.java =>
GuardedBytesTest.java} (99%)
rename LICENSE-binary => dist/LICENSE-binary (99%)
rename NOTICE-binary => dist/NOTICE-binary (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]