resdb_driver/transaction.py (14 lines): - line 59: # TODO 'utxo_hash': sha3_256(f'{txid}{output_index}'.encode()) - line 103: # TODO: If `other !== Fulfillment` return `False` - line 133: # TODO: write docstring - line 155: # TODO Remove as it is legacy code, and simply fall back on - line 240: # TODO: If `other !== TransactionLink` return `False` - line 315: # TODO: If `other !== Condition` return `False` - line 326: # TODO FOR CC: It must be able to recognize a hashlock condition - line 773: # TODO: Singing should be possible with at least one of all private - line 783: # TODO FOR CC: Adjust interface so that this function becomes - line 883: # TODO: CC should throw a KeypairMismatchException, instead of - line 886: # TODO FOR CC: Naming wise this is not so smart, - line 890: # TODO FOR CC: `get_subcondition` is singular. One would not - line 1029: # TODO: Remove `_dict` prefix of variable. - line 1061: # TODO: This method shouldn't call `_remove_signatures` service/sdk_validator/resdb_validator/transaction.py (14 lines): - line 53: # TODO 'utxo_hash': sha3_256(f'{txid}{output_index}'.encode()) - line 101: # TODO: If `other !== Fulfillment` return `False` - line 139: # TODO: write docstring - line 167: # TODO Remove as it is legacy code, and simply fall back on - line 259: # TODO: If `other !== TransactionLink` return `False` - line 343: # TODO: If `other !== Condition` return `False` - line 356: # TODO FOR CC: It must be able to recognize a hashlock condition - line 829: # TODO: Singing should be possible with at least one of all private - line 839: # TODO FOR CC: Adjust interface so that this function becomes - line 938: # TODO: CC should throw a KeypairMismatchException, instead of - line 941: # TODO FOR CC: Naming wise this is not so smart, - line 945: # TODO FOR CC: `get_subcondition` is singular. One would not - line 1100: # TODO: Remove `_dict` prefix of variable. - line 1137: # TODO: This method shouldn't call `_remove_signatures` resdb_driver/driver.py (10 lines): - line 90: TODO: check - line 98: TODO: check - line 106: TODO: check - line 114: TODO: check - line 122: TODO: check - line 131: TODO: implement the endpoint in the node (Single node) - line 145: TODO: implement the endpoint in the node - line 416: """! TODO: - line 469: """! TODO: - line 498: """! TODO: service/sdk_validator/resdb_validator/lib.py (3 lines): - line 76: # TODO: handle connection errors! - line 190: # TODO Once ready, use the already pre-computed utxo_hash field. - line 197: # TODO Notice the sorted call! service/sdk_validator/resdb_validator/crypto.py (1 line): - line 47: # TODO FOR CC: Adjust interface so that this function becomes unnecessary resdb_driver/validate.py (1 line): - line 48: # TODO check if id already committed resdb_driver/driver_experiment.py (1 line): - line 144: "public_keys": (alice.public_key,), # TODO make it a single value service/sdk_validator/resdb_validator/models.py (1 line): - line 59: #TODO schema validation