Show
Ignore:
Timestamp:
03/04/08 20:13:12 (4 years ago)
Author:
ocmathew
Message:

Modify containers. All hard-coded values for signatures/hashes had to be changed.
Changes to CDDs: Changed standard_version to standard_identifier, added options
Changes to MintKeys?: Changed coin_not_after to token_not_after
Changes to CDDs, MintKeys?, Coins: Changed denomination to a string
Updated protocol.txt to remove some DSDB_key stuff
Updated protocol-containers.txt to reflect changed containers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/protocol-containers.txt

    r123 r168  
    3636Currency Description Document (CCD) = 
    3737{ 
    38     standard version            = http://opencoin.org/OpenCoinProtocol/1.0 
     38    standard identifier         = http://opencoin.org/OpenCoinProtocol/1.0 
    3939    currency identifier         = http://opencent.net/OpenCent 
    4040    short currency identifier   = OC  
    4141    issuer service location     = opencoin://issuer.opencent.net:8002 
    42     denominations               = 1, 2, 5, 10, 20, 50, 100, 200, 500, 1000  #list of strings seperated by commas 
     42    denominations               = ['1', '2', '5', ...] #list of strings 
    4343    issuer cipher suite         = HASH-ALG, SIGN-ALG, BLINDING-ALG 
     44    options                     = list(options) | list() 
    4445    issuer public master key    = base64(pM) 
    4546 
     
    5657    not_before          = TIME(...) 
    5758    key_not_after       = TIME(...) 
    58     coin_not_after      = TIME(...) 
     59    token_not_after     = TIME(...) 
    5960    public key          = base64(pP) 
    6061