SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

Contract history scanner #301

Closed kastolars closed 4 years ago

kastolars commented 5 years ago

Given a public key, scan the blockchain and return a list of metadata-objects describing every contract associated with that public key and its hash. The metadata-object should contain the wallet address of the sender and the recipient, value, and timestamp of the containing block.

Test setup with the following cases:

bashbashbash commented 4 years ago

This issue is now associated with creation of the ContractSummary Struct only, #417, and all other parts of the issue will be handled in other issues