[Webfunds-devel] My WebFunds changes for today.
Jeroen C. van Gelderen
jeroen@vangelderen.org
Fri, 26 May 2000 23:26:01 -0400
Overview of my changes to WF for today:
- Introduced WalletContext so that Wallets no longer have a dependency
on
WalletManager. WalletInterface needs to be replaced with an abstract
Wallet class in time.
- Changed WalletContext to return SecureRandom instead of RandomGen.
RandomGen is an ugly hack and will be (is being) replaced with a
faster
implementation of SecureRandom (at least on *BSD).
- Step one of removing checkSecureRandom: change it to an assert.
- Step two of removing checkSecureRandom bogosity, all zapped now.
- Store moved from webfunds.client to webfunds.store . Store.java was
repo-copied. All callers have been updated.
- Get rid of RandomGen, just use the slow approach on Windows. Less
threads
means less headaches and less bugs...