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

Implement BidTx #1633

Closed
wants to merge 27 commits into from
Closed

Implement BidTx #1633

wants to merge 27 commits into from

Commits on Jul 9, 2024

  1. Add skeleton types types for auctions

    sveitser authored and tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e876a22 View commit details
    Browse the repository at this point in the history
  2. FullNetworkTx implementation

    FullNetworkTx for MVP-0 Auctions
    
      * we are currently only concerned with `BidTx`
      * there is some very basic coverage of essential functionality
    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d7146d1 View commit details
    Browse the repository at this point in the history
  3. remove AuctionResultTx

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3f39020 View commit details
    Browse the repository at this point in the history
  4. fix a few lints

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c42458d View commit details
    Browse the repository at this point in the history
  5. fixup mock bid test

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e23df1 View commit details
    Browse the repository at this point in the history
  6. cleanup

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    374cbaf View commit details
    Browse the repository at this point in the history
  7. move signing to method

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1810683 View commit details
    Browse the repository at this point in the history
  8. cleanup

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    88ffd69 View commit details
    Browse the repository at this point in the history
  9. charge bid

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    300bcb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe5712c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bbde82 View commit details
    Browse the repository at this point in the history
  12. Some cleanup and comments

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aeb6f78 View commit details
    Browse the repository at this point in the history
  13. comments / spelling

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    061ec2e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a72155a View commit details
    Browse the repository at this point in the history
  15. reword comment

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e223dbc View commit details
    Browse the repository at this point in the history
  16. Address review comments

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ff58acb View commit details
    Browse the repository at this point in the history
  17. fix view commitment

    cleanup
    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    29c2378 View commit details
    Browse the repository at this point in the history
  18. cleanup comments

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e3c942f View commit details
    Browse the repository at this point in the history
  19. remove Slot type

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c8e9faa View commit details
    Browse the repository at this point in the history
  20. rename bundle to namespaces

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0724bba View commit details
    Browse the repository at this point in the history
  21. Add an easy way to get/set url

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    26b102f View commit details
    Browse the repository at this point in the history
  22. add random method to EthKeyPair

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    40e302b View commit details
    Browse the repository at this point in the history
  23. Add constructor for BidTxBody

    build a `BidTx` with `signed`
    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    be14394 View commit details
    Browse the repository at this point in the history
  24. charge tx gas

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3ea0579 View commit details
    Browse the repository at this point in the history
  25. use fields consistently

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7aa17fb View commit details
    Browse the repository at this point in the history
  26. lint

    tbro committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5f03627 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d46a2e3 View commit details
    Browse the repository at this point in the history