Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

feat: build a real pending block #3232

Open
wants to merge 125 commits into
base: develop
Choose a base branch
from
Open

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    38a220c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61af10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42026ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce07e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5e3fd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36fa640 View commit details
    Browse the repository at this point in the history
  7. fix bug idk

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7899a69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d16f28a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc9f590 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e25532 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    128cfa0 View commit details
    Browse the repository at this point in the history
  12. rename tx => transaction

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9622fc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fe027e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b9a871 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5691a0b View commit details
    Browse the repository at this point in the history
  16. rename function

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a644e2f View commit details
    Browse the repository at this point in the history
  17. clean up

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    edee543 View commit details
    Browse the repository at this point in the history
  18. clean up

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f72a178 View commit details
    Browse the repository at this point in the history
  19. move stuff for cleanup

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9167e7a View commit details
    Browse the repository at this point in the history
  20. correct comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c743107 View commit details
    Browse the repository at this point in the history
  21. add mo betta tests

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1caf9ab View commit details
    Browse the repository at this point in the history
  22. jsdoc comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a3908f6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bef57e6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    98d9244 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1db1988 View commit details
    Browse the repository at this point in the history
  26. remove unneeded ifs

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b3ca5da View commit details
    Browse the repository at this point in the history
  27. simplify maxTransactions logic

    Co-authored-by: @jeffsmale90
    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a7f307a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b2d11b0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4fca6f0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7854e57 View commit details
    Browse the repository at this point in the history
  31. promisify pending block

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    da78e98 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3fa150b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e099658 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4b01935 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4c9781e View commit details
    Browse the repository at this point in the history
  36. cleanup

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9215d51 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dc08815 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    db7f663 View commit details
    Browse the repository at this point in the history
  39. cleanup options naming

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d458d67 View commit details
    Browse the repository at this point in the history
  40. toNumber => toBigInt

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    eea8dea View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    01e7766 View commit details
    Browse the repository at this point in the history
  42. remove unused function

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5a9f61b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fee7056 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a3084f5 View commit details
    Browse the repository at this point in the history
  45. add tests

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    36c3167 View commit details
    Browse the repository at this point in the history
  46. fix comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0973c5c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4a96bcf View commit details
    Browse the repository at this point in the history
  48. add jsdoc comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9135cc0 View commit details
    Browse the repository at this point in the history
  49. remove logging

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    de4abe3 View commit details
    Browse the repository at this point in the history
  50. apply changes to test from review

    Co-authored-by: David Murdoch <187813+davidmurdoch@users.noreply.github.com>
    MicaiahReid and davidmurdoch committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3195cbb View commit details
    Browse the repository at this point in the history
  51. let => const

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e695d75 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    9779e28 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    03b029b View commit details
    Browse the repository at this point in the history
  54. refactor using map

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e948ad5 View commit details
    Browse the repository at this point in the history
  55. remove .only

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    543beb3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    30984e7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1adb116 View commit details
    Browse the repository at this point in the history
  58. make Executables class

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    96c4d2f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    22572c1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2059053 View commit details
    Browse the repository at this point in the history
  61. remove only

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5c1c894 View commit details
    Browse the repository at this point in the history
  62. add jsdoc comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d2d2c75 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e2ff527 View commit details
    Browse the repository at this point in the history
  64. remove unnecessary await

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a5a6584 View commit details
    Browse the repository at this point in the history
  65. remove duplicate comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7e77699 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    dd69b34 View commit details
    Browse the repository at this point in the history
  67. use Quantity.Empty

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    490f618 View commit details
    Browse the repository at this point in the history
  68. rename generic type

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    647c403 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    41ddcd5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    8fea95d View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    6b04a39 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a6cba94 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    68db67f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    fe56c69 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    b1154a1 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    5d58ccc View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    2666f73 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    931506c View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    f4013fa View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    b4c00ef View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    aeae87e View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    edc153f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    26285cb View commit details
    Browse the repository at this point in the history
  84. fix eth_getStorageAt

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    21e25e8 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    4f9b89e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e5d541b View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    74049ab View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    6aae2f2 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a2477ca View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    abb6861 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    3e98dd8 View commit details
    Browse the repository at this point in the history
  92. correct comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    96fde2d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    0cd4d7f View commit details
    Browse the repository at this point in the history
  94. make pending block class

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4f2548a View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    9693462 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    ead52cd View commit details
    Browse the repository at this point in the history
  97. correct jsdoc comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5b7f98e View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    4a2dfdd View commit details
    Browse the repository at this point in the history
  99. rename function

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7255584 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    ac0611b View commit details
    Browse the repository at this point in the history
  101. fix typo in comment

    MicaiahReid committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    31b7c29 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    991fb90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbda47 View commit details
    Browse the repository at this point in the history
  3. make overrides static

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1bfed15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    154193a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e309fc View commit details
    Browse the repository at this point in the history
  6. rename raw => rawAccount

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c7910f0 View commit details
    Browse the repository at this point in the history
  7. destructure return object

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e13ab83 View commit details
    Browse the repository at this point in the history
  8. clarify jsdoc comment

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9ff66f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe1a654 View commit details
    Browse the repository at this point in the history
  10. change if/else styling

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    55c2951 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3683df0 View commit details
    Browse the repository at this point in the history
  12. clarify jsdoc comment

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0cc7d3c View commit details
    Browse the repository at this point in the history
  13. rename Executables class

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c932ca8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d49fdc8 View commit details
    Browse the repository at this point in the history
  15. rename tx copy to clone

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    027cb07 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45a4fe0 View commit details
    Browse the repository at this point in the history
  17. fix test types

    MicaiahReid committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ae14166 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2a6aeb0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb3de52 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4ded9f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    c227625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bf9ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5731d0d View commit details
    Browse the repository at this point in the history
  4. fix test expected value

    MicaiahReid committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    c239fde View commit details
    Browse the repository at this point in the history