2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change to TRANSFER_TOKEN. Remove plurals from message names More... over 16 years ago
added lists as atoms
jhb
as ocjhb
More... over 16 years ago
More ToDo within protocol.txt More... over 16 years ago
Replace "(was: ...)" with "[was: ...]" More... over 16 years ago
Replace REDEEM_COINS with TRANSFER_TOKEN in #7 and #8 Introduce token exchange via TRANSFER_TOKEN at the end of "#6 Wallet to Wallet" More... over 16 years ago
Replace FETCH_MINTED_REQUEST with TRANSFER_TOKEN_RESUME More... over 16 years ago
Added ToDo: * replace "coin" with "token" * decide whether the protocol atoms are tokens or lists of tokens More... over 16 years ago
Replace MINT_REQUEST with TRANSFER_TOKEN_REQUEST More... over 16 years ago
Added TRANSFER_TOKEN_RESUME More... over 16 years ago
Added TRANSFER_TOKEN_{REQUEST,DELAY,ACCEPT} More... over 16 years ago
Added new request type "TRANSFER_TOKEN" which will replace MINT_REQUEST and REDEEM_COINS_REQUEST: More... over 16 years ago
more work on the tests
jhb
as ocjhb
More... over 16 years ago
added a really strange recursive testmethod - check for ServerTestTransport
jhb
as ocjhb
More... over 16 years ago
added whitespace, easier intialisation and serializing to containers
jhb
as ocjhb
More... over 16 years ago
copying a new verion together
jhb
as ocjhb
More... over 16 years ago
fastchecking
jhb
as ocjhb
More... over 16 years ago
fixing testWallet*.py
jhb
as ocjhb
More... over 16 years ago
containers
jhb
as ocjhb
More... over 16 years ago
crypto playing
jhb
as ocjhb
More... over 16 years ago
split the code in different files
jhb
as ocjhb
More... over 16 years ago
oc2 with s60
jhb
as ocjhb
More... over 16 years ago
wallet works now with oc2
jhb
as ocjhb
More... over 16 years ago
Socket code
jhb
as ocjhb
More... over 16 years ago
Added a much simpler SimpleTestTransport
jhb
as ocjhb
More... over 16 years ago
Commenting. I think this might lead somewhere
jhb
as ocjhb
More... over 16 years ago
more experiments, might acutally lead somewhere
jhb
as ocjhb
More... over 16 years ago
Implement fetching of only redeemed mints. More... over 16 years ago
Implement working aggregation. Test aggregation. Add TODO list. More... over 16 years ago
Fix the rest of the known callback problems More... over 16 years ago
Implemented basic coin shrinking (ie: take 5 '1' coins and mint 1 '5' coin instead). Fixed one way to cheat the system with a FETCH_MINTED_REQUEST with two copies of the same coin. Fixed a callback problem. issuer.py: Implemented a simple integer based worth calculation for redeeming coins issuer.py: Fixed an attack if the wallet sends two copies of the same coin merchantwallet.py: Implemented a float based coin aggregation scheme merchantwallet.py: Fixed callback issues with RedeemCoins test.py: try out spending the same coin twice More... over 16 years ago