Advertisement
Guest User

Untitled

a guest
Dec 6th, 2017
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. commit 87418824ae123f15927f1da7830479feda134fda
  2. Author: classicmayo <classicmayo@users.noreply.github.com>
  3. Date: Wed Dec 6 21:08:13 2017 -0500
  4.  
  5. standardize utils import statement
  6.  
  7. commit 762b88ac5c23ffb9d03f607ee44760e70a522c4c
  8. Author: classicmayo <classicmayo@users.noreply.github.com>
  9. Date: Wed Dec 6 15:00:48 2017 -0500
  10.  
  11. add merkleRoot method
  12.  
  13. commit 7e6d016c2ebd66e540a2d2b68880716e6ca6e37b
  14. Author: classicmayo <classicmayo@users.noreply.github.com>
  15. Date: Wed Dec 6 01:21:55 2017 -0500
  16.  
  17. debug main class
  18.  
  19. commit 7111bc4d5fba6ee4fbe851d860e1431a3d712408
  20. Author: classicmayo <classicmayo@users.noreply.github.com>
  21. Date: Wed Dec 6 01:21:38 2017 -0500
  22.  
  23. Fix Block bug
  24.  
  25. commit b9e351434bc5c9b3f713b328cb136e5b5c3d64ee
  26. Author: classicmayo <classicmayo@users.noreply.github.com>
  27. Date: Wed Dec 6 01:21:16 2017 -0500
  28.  
  29. Add Blockchain class
  30.  
  31. commit 9a7694c7bb50ad96ba7b01c083f3806b1ae3ef98
  32. Author: classicmayo <classicmayo@users.noreply.github.com>
  33. Date: Tue Dec 5 12:43:04 2017 -0500
  34.  
  35. Add calcHash method
  36.  
  37. commit 35fc5b95e1516f2005fc3635298915450565b21b
  38. Author: classicmayo <classicmayo@users.noreply.github.com>
  39. Date: Tue Dec 5 12:40:24 2017 -0500
  40.  
  41. Undo change in constructor
  42.  
  43. commit 1ef20b365ef08f0e143b8f93ee4c148115367315
  44. Author: classicmayo <classicmayo@users.noreply.github.com>
  45. Date: Tue Dec 5 12:29:42 2017 -0500
  46.  
  47. Modify constructor to take previous block instead of vector
  48.  
  49. commit 0dd1272f0963f68b7c51bddad8bda3eceabb101e
  50. Author: classicmayo <classicmayo@users.noreply.github.com>
  51. Date: Tue Dec 5 11:14:49 2017 -0500
  52.  
  53. add PDFs to .gitignore
  54.  
  55. commit dcb992a1b119ccccce7a02759c014b469e8477f3
  56. Author: classicmayo <classicmayo@users.noreply.github.com>
  57. Date: Tue Dec 5 11:14:15 2017 -0500
  58.  
  59. update .gitignore, move textfiles to folder
  60.  
  61. commit 199deb499db3e7ce4d16b13c52909d1d2996e53a
  62. Author: classicmayo <classicmayo@users.noreply.github.com>
  63. Date: Tue Dec 5 11:12:33 2017 -0500
  64.  
  65. delete unnecessary files
  66.  
  67. commit 6b35df06236543fc8253c258481a2a484ee7be8a
  68. Author: classicmayo <classicmayo@users.noreply.github.com>
  69. Date: Tue Dec 5 11:10:13 2017 -0500
  70.  
  71. remove *.o files
  72.  
  73. commit fc00a0b92284fe108841fd8f54661e910350ea0d
  74. Author: classicmayo <classicmayo@users.noreply.github.com>
  75. Date: Tue Dec 5 11:08:50 2017 -0500
  76.  
  77. delete Block.o
  78.  
  79. commit 13db0dfbfb53c2a6b7b2442ebb521bc1c480c4fa
  80. Author: classicmayo <classicmayo@users.noreply.github.com>
  81. Date: Tue Dec 5 11:07:35 2017 -0500
  82.  
  83. add gitignore file
  84.  
  85. commit d8b39a4e437a44340ef446cf44e8535c09e8914a
  86. Author: classicmayo <classicmayo@users.noreply.github.com>
  87. Date: Tue Dec 5 11:07:18 2017 -0500
  88.  
  89. add gitignore file
  90.  
  91. commit 5074ada0108c52dfe95431073df66b01f9b4246a
  92. Author: classicmayo <classicmayo@users.noreply.github.com>
  93. Date: Tue Dec 5 11:04:10 2017 -0500
  94.  
  95. Add utils
  96.  
  97. commit cef8df37c2bc13b941d19b3561ef4f27d82d7228
  98. Author: classicmayo <classicmayo@users.noreply.github.com>
  99. Date: Tue Dec 5 11:03:43 2017 -0500
  100.  
  101. Finish main method file
  102.  
  103. commit f20a67c2ea2b51872573e2eb6de8f9d9a33b7ee9
  104. Author: classicmayo <classicmayo@users.noreply.github.com>
  105. Date: Tue Dec 5 11:03:15 2017 -0500
  106.  
  107. Add Transaction class
  108.  
  109. commit b2c133143b3e99a1874757c9bd78185883594a89
  110. Author: classicmayo <classicmayo@users.noreply.github.com>
  111. Date: Tue Dec 5 11:02:59 2017 -0500
  112.  
  113. Debug Block class
  114.  
  115. commit 4a9fe5a0a9bd1aa49bc70fc50b0d2a1926d9f2db
  116. Author: classicmayo <classicmayo@users.noreply.github.com>
  117. Date: Tue Dec 5 09:11:18 2017 -0500
  118.  
  119. Complete Block class with hash
  120.  
  121. commit 7de7a0c697b016fa938cd537fa876738560f4139
  122. Author: classicmayo <classicmayo@users.noreply.github.com>
  123. Date: Tue Dec 5 09:01:42 2017 -0500
  124.  
  125. Modify to use vectors instead of array
  126.  
  127. commit 37a9f1c9cf376d0ab0dd96a6a82ab30f81e3cd3e
  128. Author: classicmayo <classicmayo@users.noreply.github.com>
  129. Date: Tue Dec 5 09:01:10 2017 -0500
  130.  
  131. Clarify block hash method
  132.  
  133. commit cfeb3da328720b7c3f36dc5181c025dfe4e97c36
  134. Author: classicmayo <classicmayo@users.noreply.github.com>
  135. Date: Mon Dec 4 22:09:47 2017 -0500
  136.  
  137. add Block class
  138.  
  139. commit 3138966d44f788358bfdeff6210d7fb68573fdf8
  140. Author: classicmayo <classicmayo@users.noreply.github.com>
  141. Date: Mon Dec 4 22:09:34 2017 -0500
  142.  
  143. rename main file
  144.  
  145. commit 3d51f76af2430a111580f3ff91b97085d665b533
  146. Author: classicmayo <classicmayo@users.noreply.github.com>
  147. Date: Mon Dec 4 20:19:14 2017 -0500
  148.  
  149. readme list & bullet formatting
  150.  
  151. commit cf656d2a78f4ae4497b778917db498a6b287aedb
  152. Author: classicmayo <classicmayo@users.noreply.github.com>
  153. Date: Mon Dec 4 20:16:35 2017 -0500
  154.  
  155. readme table format
  156.  
  157. commit 36481172ca0c21877d97f4137ac24f0b9c77c92b
  158. Author: classicmayo <classicmayo@users.noreply.github.com>
  159. Date: Mon Dec 4 20:12:46 2017 -0500
  160.  
  161. readme table format
  162.  
  163. commit 991a9566dda981ec311aeb081a3f3a3c73043a4d
  164. Author: classicmayo <classicmayo@users.noreply.github.com>
  165. Date: Mon Dec 4 20:10:25 2017 -0500
  166.  
  167. readme format fixes
  168.  
  169. commit 12d2b6379eae21c5d95109a19ad36071510faf52
  170. Author: classicmayo <classicmayo@users.noreply.github.com>
  171. Date: Mon Dec 4 20:09:29 2017 -0500
  172.  
  173. readme format fixes
  174.  
  175. commit 7804333179c1e9ed1259efb01251ec072b290a7f
  176. Author: classicmayo <classicmayo@users.noreply.github.com>
  177. Date: Mon Dec 4 20:05:22 2017 -0500
  178.  
  179. add readme
  180.  
  181. commit 4aa4edfa3d30a53920f20705bf839f5b03a82f55
  182. Author: classicmayo <classicmayo@users.noreply.github.com>
  183. Date: Mon Dec 4 20:05:03 2017 -0500
  184.  
  185. add readme
  186.  
  187. commit 9f8073726fe3d3bd0620d370f91723485fb354b2
  188. Author: classicmayo <classicmayo@users.noreply.github.com>
  189. Date: Mon Dec 4 19:03:32 2017 -0500
  190.  
  191. first commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement