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

Remove Warp Integration #856

Merged
merged 29 commits into from
Apr 24, 2024
Merged

Remove Warp Integration #856

merged 29 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. remove warp

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    29048b3 View commit details
    Browse the repository at this point in the history
  2. fix type_parser tests

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ef177a2 View commit details
    Browse the repository at this point in the history
  3. fix chain/transaction

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    17406c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c3b71 View commit details
    Browse the repository at this point in the history
  5. fix rpc

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e1ea721 View commit details
    Browse the repository at this point in the history
  6. mock gen works

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3431db5 View commit details
    Browse the repository at this point in the history
  7. morpheusvm integration passes

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c7acc0d View commit details
    Browse the repository at this point in the history
  8. fix load & e2e for morpheus

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6ec989d View commit details
    Browse the repository at this point in the history
  9. tokenvm integration passes

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    600a2cd View commit details
    Browse the repository at this point in the history
  10. fix tokenvm e2e and load

    wlawt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1cb8180 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix tokenvm

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a9fb336 View commit details
    Browse the repository at this point in the history
  2. fix morpheus

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1c80740 View commit details
    Browse the repository at this point in the history
  3. fix lint

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    276b3da View commit details
    Browse the repository at this point in the history
  4. fix x/programs

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    32f4422 View commit details
    Browse the repository at this point in the history
  5. remove StatelessBlock.bctx

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8ead746 View commit details
    Browse the repository at this point in the history
  6. remove block functions

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7273300 View commit details
    Browse the repository at this point in the history
  7. update readme

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8842b0d View commit details
    Browse the repository at this point in the history
  8. remove unused outputs

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    04226e3 View commit details
    Browse the repository at this point in the history
  9. fix Result.Size()

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9a51964 View commit details
    Browse the repository at this point in the history
  10. inline size into NewWriter

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    688fec9 View commit details
    Browse the repository at this point in the history
  11. keep vm.cacheAuth

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a3ef92e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc82c61 View commit details
    Browse the repository at this point in the history
  13. check no bytes left to read

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    86ee5c2 View commit details
    Browse the repository at this point in the history
  14. update tokenvm readme

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f873f85 View commit details
    Browse the repository at this point in the history
  15. reduce alloc size of v

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b1a8d57 View commit details
    Browse the repository at this point in the history
  16. remove vm.buildBlock blockCtx

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6529b6e View commit details
    Browse the repository at this point in the history
  17. add todo to remove cachAuth

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cf42708 View commit details
    Browse the repository at this point in the history
  18. unify verify and Verify

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0335fe3 View commit details
    Browse the repository at this point in the history
  19. unify buildBlock and BuildBlock

    wlawt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f5dc77f View commit details
    Browse the repository at this point in the history