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

Signed active #34

Merged
merged 490 commits into from
Sep 19, 2024
Merged

Signed active #34

merged 490 commits into from
Sep 19, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2024

  1. Remove ALICE_COMMIT from curried state, correct my wrong guess about …

    …the source of new_commit which instead was supposed to be pre-concatenated with PREIMAGE later on but hadn't been
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a2c2f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd2717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15fccf0 View commit details
    Browse the repository at this point in the history
  4. add a bit

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    156d3e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58e71ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46531ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b5cdb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a49a63b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1b35e3 View commit details
    Browse the repository at this point in the history
  10. Add allocated amounts to track so we know how much of each game came …

    …from us and the opponent at each point. One of the three values (amount, us, them) can be removed in a lot of places.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4bc1900 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e91030e View commit details
    Browse the repository at this point in the history
  12. Add a returned object to some signing and solution construction metho…

    …ds to be able to do some code saving later on
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d12c1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28bd50b View commit details
    Browse the repository at this point in the history
  14. Delete more code

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c6f431d View commit details
    Browse the repository at this point in the history
  15. Ratcheting in changes

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c9dc28c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78e108f View commit details
    Browse the repository at this point in the history
  17. Start using handshake results as discussed yesterday. We need the sec…

    …ond half signature captured from the potato receive methods in order to spend the state channel coin
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0aa2e03 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6cfba88 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f140ea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6144355 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e387627 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    57449f5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a09eb83 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7db348b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ad45d31 View commit details
    Browse the repository at this point in the history
  26. API massage

    Bram Cohen authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    110f0a9 View commit details
    Browse the repository at this point in the history
  27. fixed spec bugs

    Bram Cohen authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a7774ac View commit details
    Browse the repository at this point in the history
  28. Take a small upgrade

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5fcdbb2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3595dea View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    95e8ab2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1d598a4 View commit details
    Browse the repository at this point in the history
  32. Add new test file

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4a12f34 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    03dfb88 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    779df64 View commit details
    Browse the repository at this point in the history
  35. Second message

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    253122e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b2c6f84 View commit details
    Browse the repository at this point in the history
  37. Content types

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    06096ec View commit details
    Browse the repository at this point in the history
  38. Handshake working

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    118732c View commit details
    Browse the repository at this point in the history
  39. Send empty potato

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    853f4df View commit details
    Browse the repository at this point in the history
  40. We can eliminate finish handshake from the normal workflow and things…

    … still work. That is desired in peer object
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec29b39 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    669509b View commit details
    Browse the repository at this point in the history
  42. Fix compile error

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    25f3e4d View commit details
    Browse the repository at this point in the history
  43. Fix test compile

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8299e99 View commit details
    Browse the repository at this point in the history
  44. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    effead6 View commit details
    Browse the repository at this point in the history
  45. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    488a173 View commit details
    Browse the repository at this point in the history
  46. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f0572fc View commit details
    Browse the repository at this point in the history
  47. crate-type

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3f30d9f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    7ffc230 View commit details
    Browse the repository at this point in the history
  49. Merge-active

    original-commit:
      commit 1f534c0
      date Mon Jul 15 12:11:42 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7e9d51b View commit details
    Browse the repository at this point in the history
  50. new file

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    406d40b View commit details
    Browse the repository at this point in the history
  51. removed file

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d253e20 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    68f669d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e85cc90 View commit details
    Browse the repository at this point in the history
  54. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f84ac95 View commit details
    Browse the repository at this point in the history
  55. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3a8a411 View commit details
    Browse the repository at this point in the history
  56. Fix sim-tests config

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b1b96ed View commit details
    Browse the repository at this point in the history
  57. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8bdbec6 View commit details
    Browse the repository at this point in the history
  58. Merge-pull-request-3-from-Chia-Network-20240505-build-rs

    original-commit:
      commit bf55ce4
      date Mon Jul 15 16:11:38 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f5570a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    00224d1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    74040d0 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e3c7d73 View commit details
    Browse the repository at this point in the history
  62. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    60f8af8 View commit details
    Browse the repository at this point in the history
  63. Pull in a way of trunking the mutables down the stack so we can pass …

    …on mutable updates via notifications in the tests. May make this trait an exported personality of PeerEnv
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    076b3c3 View commit details
    Browse the repository at this point in the history
  64. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75fec99 View commit details
    Browse the repository at this point in the history
  65. Move PeerEnv into a trait so we can implement it differently and give…

    … the user the ability to trunk mutability through it as in the tests
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    81f19cf View commit details
    Browse the repository at this point in the history
  66. State machine realigned to match outside_channel_handler.txt, so we d…

    …o the full handshake as specified and both sides wind up in Finished state. We will need to add start game and potato passing next
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ac9bbdc View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    ee40a98 View commit details
    Browse the repository at this point in the history
  68. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d868bfc View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    2e5ed80 View commit details
    Browse the repository at this point in the history
  70. Convert to env logger. We can futz with the linkage and such if linki…

    …ng with python or wasm becomes a problem
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c6206ab View commit details
    Browse the repository at this point in the history
  71. WIP chialisp move

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    246409f View commit details
    Browse the repository at this point in the history
  72. Add log.rs

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1315717 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    38cf25c View commit details
    Browse the repository at this point in the history
  74. Merge-up

    original-commit:
      commit c3231f6
      date Fri Jul 19 22:02:51 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    573097b View commit details
    Browse the repository at this point in the history
  75. Move chialisp to clsp subdir, fill out chialisp.toml, which is used b…

    …y build.rs to ensure the chialisp gets built
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb0b378 View commit details
    Browse the repository at this point in the history
  76. Remove unused old files

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    34fad17 View commit details
    Browse the repository at this point in the history
  77. .gitignore

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b7419b7 View commit details
    Browse the repository at this point in the history
  78. Remove old tests dir

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a5aa86f View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    032dbbf View commit details
    Browse the repository at this point in the history
  80. Merge-pull-request-5-from-Chia-Network-20240719-clsp-move

    original-commit:
      commit cf4720a
      date Mon Jul 22 12:26:10 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    08c18b4 View commit details
    Browse the repository at this point in the history
  81. Merge-up

    original-commit:
      commit cf71b66
      date Mon Jul 22 13:00:47 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f01feca View commit details
    Browse the repository at this point in the history
  82. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5243c01 View commit details
    Browse the repository at this point in the history
  83. Add a function to quiesce the system by delivering all messages until…

    … nothing more is going on
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6d0ab41 View commit details
    Browse the repository at this point in the history
  84. Game factory ffi

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e4a4d0c View commit details
    Browse the repository at this point in the history
  85. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    054b4e9 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    66cb538 View commit details
    Browse the repository at this point in the history
  87. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6429492 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    5093f4f View commit details
    Browse the repository at this point in the history
  89. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1f6d9ce View commit details
    Browse the repository at this point in the history
  90. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5cceeb7 View commit details
    Browse the repository at this point in the history
  91. comment formatting

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ade8323 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    fc479ef View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    794b55e View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    8f8f941 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    6b31ca3 View commit details
    Browse the repository at this point in the history
  96. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6dd7563 View commit details
    Browse the repository at this point in the history
  97. Start doing moves

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2814603 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    cb840a7 View commit details
    Browse the repository at this point in the history
  99. Get to game end state

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    11ed42f View commit details
    Browse the repository at this point in the history
  100. Factor out some code

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    53185bd View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    c5c4118 View commit details
    Browse the repository at this point in the history
  102. Fix for accept handling

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b3dc135 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    3ef389a View commit details
    Browse the repository at this point in the history
  104. WIP

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    58052f7 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    269970e View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    fc9d7a0 View commit details
    Browse the repository at this point in the history
  107. We're tracking coins

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c2f19e6 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    926707f View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    62cf02a View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    e43ed1c View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    05f4401 View commit details
    Browse the repository at this point in the history
  112. We're properly waiting for the channel coin to be created in PotatoHa…

    …ndler and passing on those notifications. Next step is slashing tests.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9f35be3 View commit details
    Browse the repository at this point in the history
  113. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a611148 View commit details
    Browse the repository at this point in the history
  114. Missing file

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c47559d View commit details
    Browse the repository at this point in the history
  115. Since we've been using the 'all coins' result from the simulator, mak…

    …e a simple coinset adapter to form an 'added/deleted' report and cascade that into the watcher just to filter.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb0aa63 View commit details
    Browse the repository at this point in the history
  116. Adjust a bit more

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cd7688a View commit details
    Browse the repository at this point in the history
  117. More moves

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    81a5b8f View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    9ab324d View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    dc48270 View commit details
    Browse the repository at this point in the history
  120. More moves

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    64e82da View commit details
    Browse the repository at this point in the history
  121. Divide up targets for event latches in handshake. The main thing keep…

    …ing these apart is the type of the env generated in each case. Gonna try injecting a factory for that.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8afaa66 View commit details
    Browse the repository at this point in the history
  122. Revert for now

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8c16077 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    d50d01f View commit details
    Browse the repository at this point in the history
  124. Remove now unused path

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0bfe296 View commit details
    Browse the repository at this point in the history
  125. Move channel puzzle hash detection out of run_move so we can provide …

    …it via interface into handshake
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c4bb0c6 View commit details
    Browse the repository at this point in the history
  126. Moved all shared handling out of run_move. We'll join handshake back …

    …up by providing an injectable.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    70fa76b View commit details
    Browse the repository at this point in the history
  127. Remove unused

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03e7d3a View commit details
    Browse the repository at this point in the history
  128. Refactor which provides SynchronousGameCradle and uses it in a new te…

    …st in outsim. The new test exercises the blockchain via a very few state variables and a main loop that repeatedly farms blocks and calls the 'idle' method of SynchronousGameCradle. Needs clippy.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    465c317 View commit details
    Browse the repository at this point in the history
  129. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    23aebc8 View commit details
    Browse the repository at this point in the history
  130. Fix

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    16705ee View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    e3e414e View commit details
    Browse the repository at this point in the history
  132. basic web service looking ok. code ugly by can be improved. hit the s…

    …nag that we need the simulator to be in a single thread so put channels on to route requests into that thread. will need to upgrade the request type to something saner.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    af6840f View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    0c4fa26 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    1143d47 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    d0c22ad View commit details
    Browse the repository at this point in the history
  136. Merge-pull-request-12-from-Chia-Network-20240820-remove-unused

    original-commit:
      commit 5447edd
      date Tue Aug 20 13:02:31 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4810013 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    e6b0d0f View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    734042d View commit details
    Browse the repository at this point in the history
  139. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cf2d81a View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    06cf3c5 View commit details
    Browse the repository at this point in the history
  141. Move test run

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c7692ec View commit details
    Browse the repository at this point in the history
  142. features -> feature :-)

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8aa7b90 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    ac850b4 View commit details
    Browse the repository at this point in the history
  144. Separate endpoint for player update taking a player id, separate play…

    …er json and iframes, moving stuff around in main and simplifying it in preference to client side code
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec48c58 View commit details
    Browse the repository at this point in the history
  145. checkpoint

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1c25d97 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    c08951b View commit details
    Browse the repository at this point in the history
  147. Checkpoint after adding messages properly. Despite it being a 'their …

    …turn' handler, the message resulting from it crosses the wire again to the person who originated the move
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a6cd755 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    48cb148 View commit details
    Browse the repository at this point in the history
  149. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    21d2b67 View commit details
    Browse the repository at this point in the history
  150. Can play fully on auto. player.js is probably the worst code i have e…

    …ver written but it is doing something for now
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    62dde12 View commit details
    Browse the repository at this point in the history
  151. Fixed non-matching cards in some cases in the demo app. Ultimately ne…

    …ed to fix a few more things and then some of this calpoker driver code can be removed.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    de2ac7a View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    510fc30 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    8e48047 View commit details
    Browse the repository at this point in the history
  154. minus one is a valid outcome, so make a nice enum for alice, bob, tie…

    … outcomes. fix references now that some stuff has moved.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f66c3e9 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    912be09 View commit details
    Browse the repository at this point in the history
  156. Merge-up

    original-commit:
      commit 5d9f28f
      date Wed Aug 28 02:15:24 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2917890 View commit details
    Browse the repository at this point in the history
  157. Merge-branch-active-into-20240826-demo-panic

    original-commit:
      commit 434b09d
      date Wed Aug 28 02:18:41 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    33a659d View commit details
    Browse the repository at this point in the history
  158. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f2708eb View commit details
    Browse the repository at this point in the history
  159. fmt + clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    315de5d View commit details
    Browse the repository at this point in the history
  160. Demo

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ecefe68 View commit details
    Browse the repository at this point in the history
  161. Merge-up

    original-commit:
      commit 3989ed1
      date Wed Aug 28 02:53:57 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e267b16 View commit details
    Browse the repository at this point in the history
  162. Fixes

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa6a86a View commit details
    Browse the repository at this point in the history
  163. More

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5b0bb91 View commit details
    Browse the repository at this point in the history
  164. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cdfb0a5 View commit details
    Browse the repository at this point in the history
  165. Fix

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c134389 View commit details
    Browse the repository at this point in the history
  166. Updates for refactoring

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    017c523 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    98de2e1 View commit details
    Browse the repository at this point in the history
  168. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6463cbd View commit details
    Browse the repository at this point in the history
  169. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    16a9269 View commit details
    Browse the repository at this point in the history
  170. Some updates

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e577b57 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    2cdf547 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    882433b View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    15ed153 View commit details
    Browse the repository at this point in the history
  174. fix

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4a81e7a View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    7d3c234 View commit details
    Browse the repository at this point in the history
  176. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    29bcf13 View commit details
    Browse the repository at this point in the history
  177. fmt

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    86de048 View commit details
    Browse the repository at this point in the history
  178. Resolve startup race on macos

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a2816ce View commit details
    Browse the repository at this point in the history
  179. Better: we're now passing on plausible decoded results but I might no…

    …t have the decoding perfect. Witnessed one inconsistent result with the same set of hand values.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    de238d8 View commit details
    Browse the repository at this point in the history
  180. fix alice direction

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2af3c07 View commit details
    Browse the repository at this point in the history
  181. Fix polarity

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa542d4 View commit details
    Browse the repository at this point in the history
  182. Message handler update

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d323867 View commit details
    Browse the repository at this point in the history
  183. fix a few things

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a56357a View commit details
    Browse the repository at this point in the history
  184. Fix message handler use of state here. We might need to review what s…

    …tate we pass on from an earlier round due to wanting to verify alice' primage when checking the message. The state given is an atom which appears to be bob_seed. Will verify this with the parallel decoder i wrote in src/games/calpoker.rs
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    df6f1ff View commit details
    Browse the repository at this point in the history
  185. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c0b52e2 View commit details
    Browse the repository at this point in the history
  186. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    31a79de View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    d738b5e View commit details
    Browse the repository at this point in the history
  188. remove moved file

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    893cba1 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    9e706b3 View commit details
    Browse the repository at this point in the history
  190. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a3d4f6 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    7e36e93 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    b69cb0e View commit details
    Browse the repository at this point in the history
  193. Remove previous step

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5db8f82 View commit details
    Browse the repository at this point in the history
  194. Merge-remote-tracking-branch-upstream-active-into-20240828-demo-panic-ii

    original-commit:
      commit f5e86d5
      date Wed Sep 4 11:37:53 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    335db74 View commit details
    Browse the repository at this point in the history
  195. Merge-up

    original-commit:
      commit 845f4c2
      date Wed Sep 4 14:10:00 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b4a08f2 View commit details
    Browse the repository at this point in the history
  196. Working well

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    57c0752 View commit details
    Browse the repository at this point in the history
  197. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f34331 View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    bc8150d View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    64de07f View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    1a5ea94 View commit details
    Browse the repository at this point in the history
  201. Clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0a850f5 View commit details
    Browse the repository at this point in the history
  202. Should work mostly

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1a1496b View commit details
    Browse the repository at this point in the history
  203. Moved code from main to calpoker

    Added a test to verify that calpoker.clsp decodes in the same way as the Rust code
    Fixed a small bug
    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d6f6de View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    03e14eb View commit details
    Browse the repository at this point in the history
  205. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e722919 View commit details
    Browse the repository at this point in the history
  206. More demo improvements

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    158db59 View commit details
    Browse the repository at this point in the history
  207. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8d3cf03 View commit details
    Browse the repository at this point in the history
  208. rename outside to potato_handler

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1090d8e View commit details
    Browse the repository at this point in the history
  209. rename outside to potato_handler

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    13af24a View commit details
    Browse the repository at this point in the history
  210. rename outside to potato_handler

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    862aa4b View commit details
    Browse the repository at this point in the history
  211. More clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5bafd16 View commit details
    Browse the repository at this point in the history
  212. Merge-pull-request-24-from-Chia-Network-rename-outside

    original-commit:
      commit 08a3757
      date Fri Sep 6 12:31:58 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6d7c509 View commit details
    Browse the repository at this point in the history
  213. Merge-up

    original-commit:
      commit 170f064
      date Fri Sep 6 12:32:24 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5270ba6 View commit details
    Browse the repository at this point in the history
  214. fmt + clippy frenzy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2fcad8b View commit details
    Browse the repository at this point in the history
  215. cmd line

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    00001cd View commit details
    Browse the repository at this point in the history
  216. Test Bob game state at game end

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1eef42b View commit details
    Browse the repository at this point in the history
  217. Test Bob game state at game end

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2a6e295 View commit details
    Browse the repository at this point in the history
  218. Fix auto mode: the assertion can fire if we have idle occur at the sa…

    …me time as a send due to notification coming in when not expected. Need to do a better job of juggling the states.
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a5f7af6 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    1aaf7b0 View commit details
    Browse the repository at this point in the history
  220. Configuration menu
    Copy the full SHA
    e55f42e View commit details
    Browse the repository at this point in the history
  221. WIP

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f1c4256 View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    3381a6a View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    0fb1c5a View commit details
    Browse the repository at this point in the history
  224. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0da9741 View commit details
    Browse the repository at this point in the history
  225. Better ui

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    740a865 View commit details
    Browse the repository at this point in the history
  226. More comprehensible

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6f24ef6 View commit details
    Browse the repository at this point in the history
  227. Better looking output

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bc6633f View commit details
    Browse the repository at this point in the history
  228. More

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ded6bb2 View commit details
    Browse the repository at this point in the history
  229. test

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    712000e View commit details
    Browse the repository at this point in the history
  230. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d207326 View commit details
    Browse the repository at this point in the history
  231. clippy

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a583ae4 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    4b455e1 View commit details
    Browse the repository at this point in the history
  233. Configuration menu
    Copy the full SHA
    ec495bd View commit details
    Browse the repository at this point in the history
  234. Fix test

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e65d4e3 View commit details
    Browse the repository at this point in the history
  235. Preserve card view

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7cbedf9 View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    d18a671 View commit details
    Browse the repository at this point in the history
  237. Simplify a few things

    aqk authored and prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1cc0381 View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    b63faae View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    1a1f062 View commit details
    Browse the repository at this point in the history
  240. Merge-pull-request-28-from-Chia-Network-ui-changes

    original-commit:
      commit 15d0d8a
      date Tue Sep 10 15:53:18 2024 -0700
      author Adam Kelly
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a481dcd View commit details
    Browse the repository at this point in the history
  241. Configuration menu
    Copy the full SHA
    ba82b83 View commit details
    Browse the repository at this point in the history
  242. Merge-pull-request-29-from-Chia-Network-display-auto

    original-commit:
      commit 8b2c87e
      date Tue Sep 10 16:08:20 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4c1865d View commit details
    Browse the repository at this point in the history
  243. Merge-pull-request-30-from-Chia-Network-20240910-keep-blockchain

    original-commit:
      commit 73f7bdf
      date Tue Sep 10 16:15:25 2024 -0700
      author arty
    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2cae375 View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    815041a View commit details
    Browse the repository at this point in the history
  245. fmt

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5799252 View commit details
    Browse the repository at this point in the history
  246. Configuration menu
    Copy the full SHA
    4a26665 View commit details
    Browse the repository at this point in the history
  247. Configuration menu
    Copy the full SHA
    ea6c7ff View commit details
    Browse the repository at this point in the history
  248. remove strays

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    39db362 View commit details
    Browse the repository at this point in the history
  249. remove stray

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5b2b40d View commit details
    Browse the repository at this point in the history
  250. remove stray

    prozacchiwawa committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    186359b View commit details
    Browse the repository at this point in the history