Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PIE-2284] Add trace transaction api #441

Commits on Mar 3, 2020

  1. init trace_transaction api

    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6137310 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. add test cases for trace_transaction api

    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6b6a2a6 View commit details
    Browse the repository at this point in the history
  2. resolve the tests by checking only the presence of the blockHash fiel…

    …d and not its value because it is different each time generateTestBlockchain is called
    
    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a9a28a1 View commit details
    Browse the repository at this point in the history
  3. clean code

    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    73b0eb1 View commit details
    Browse the repository at this point in the history
  4. Merge commit '2a3d64e82e19c701685e7485e347ebf0b42d3c44' into feature/…

    …pie-2284-add-trace-transaction-api
    
    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    e165240 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. to allow the tests to work, we must put back the blocks.bin and no lo…

    …nger generate it during the build. adding the nonce to the blocks.json file should solve this problem
    
    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6327f5a View commit details
    Browse the repository at this point in the history
  2. Merge commit '19b8f9d6eba9642f908f0b7d8f154b5c5fae2cae' into feature/…

    …pie-2284-add-trace-transaction-api
    
    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    877e9ba View commit details
    Browse the repository at this point in the history
  3. clean code

    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    678257e View commit details
    Browse the repository at this point in the history
  4. refactor add additional transaction part

    Signed-off-by: Karim TAAM <[email protected]>
    matkt committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    11e240f View commit details
    Browse the repository at this point in the history