kmKowdz / BBCI-Prototype

A prototype for my Blockchain-based Continuous Integration system.
Apache License 2.0
1 stars 0 forks source link

fix bug in list action #9

Closed kmKowdz closed 3 years ago

kmKowdz commented 3 years ago

the list action displays the following:

image

kmKowdz commented 3 years ago

Expected result is:

image

Hypothesis: Ibang handler yung naghahandle ng transaction

kmKowdz commented 3 years ago

Possible solution:

kmKowdz commented 3 years ago

Possible solution:

  • [ ] create a separate folder for bci and migrate xo files to bci
  • [x] build a local copy of rest-api and validator and observe whether this solves the problem

solution 2 result: image image

kmKowdz commented 3 years ago

Possible solution:

  • [X] create a separate folder for bci and migrate xo files to bci
  • [x] build a local copy of rest-api and validator and observe whether this solves the problem

solution 2 result: image image

solution 1 result: image image