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

[CONTRACTS] Contracts branch update for 1.80 #718

Merged
merged 27 commits into from
Aug 27, 2024

Commits on Mar 20, 2023

  1. Simple contracts restructured v3 (mimblewimble#675)

    * Add prototype contract implementation
    
    Lacks:
    - Payment proofs (add early payment proofs)
    - Tests
    - Better structure
    
    * Separate contract utilities
    
    * Simplify the main setup/sign code flow
    
    * Remove commented initial_sec_key assignment
    
    * Simplify sign::compute function
    
    * Add logic for "removal" of secret keys from the context
    
    * Further simplify a bit sign and setup
    
    * No need for mutable context when adding outputs
    
    * Refactor the commented code (lol)
    
    * Refactor a bit
    
    * tmp
    
    ---------
    
    Co-authored-by: oryhp <[email protected]>
    yeastplume and phyro authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f0cf8b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    2c38081 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    23baff1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. [Contracts] Experimental Slate v5 (mimblewimble#677)

    * beginning to add and modify slate version 5
    
    * completion of conversions from V5 to V4 Slate
    
    * timestamp and memo fields
    
    * upgrade/downgrade serialization of v5 slates
    
    * add v5 binary slate versions + start of tests
    
    * add bin slate ser/deser to tests
    
    * ensure serialization of timestamp always excludes milliseconds
    
    * start to update v5 tests, update v5 documentation
    
    * add fn to generate populated internal slate for conversion testing
    
    * add basic tests to convert all slate versions
    yeastplume authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    063e91d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    ddd3e01 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. update

    yeastplume committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    54ee12a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e674c4a View commit details
    Browse the repository at this point in the history
  2. commit cargo.lock

    yeastplume committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1c6442c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58659d8 View commit details
    Browse the repository at this point in the history
  4. [WIP] [Contracts] Early payment proofs (mimblewimble#681)

    * add types and beginnings of signature utils
    
    * add proof serialization
    
    * serialisation of proof data + signature operation
    
    * add serialization type for invoice proof + separate bin wrapper version
    
    * add witness data + serializion to invoice payment proof, insert verfication functions in place in order to begin verification testing
    
    * tests and infrastructure in place for validation
    
    * verification of promise sig
    
    * added verification of promise signature, infrastructure up to the point where a signature must be subtracted
    
    * attempting to figure out differences between recipient nonce that's getting stored and calculated recipient nonce
    
    * implementation of witness verification function, retrieve relevant values and re-validate derived recipient partial signature
    
    * move stored portion of invoice proof into core types for storage, need to rename invoice proof
    
    * define/refine the stored portion of payment proofs type 2?
    
    * Folding all proof data into tx log entry storage
    
    * back to importing master
    
    * remove cargo files from diffs
    
    * remove a lot of extra debug output
    
    * return proof witness as part of proof retrieval, define json serialization of invoice proof + witness fields
    
    * finish adding verification steps to foreign API
    
    * remove redundant promise sig field
    
    * move lcation of sign/verify calls
    
    * Replace Azure Pipelines with Github Actions (mimblewimble#688)
    
    * Update CI Badge on README.MD (mimblewimble#690)
    
    * Trigger CI on push and pull request (mimblewimble#693)
    
    * Update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3 (mimblewimble#691)
    
    * update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3
    
    * tweak for CI trigger
    
    ---------
    
    Co-authored-by: Quentin Le Sceller <[email protected]>
    
    ---------
    
    Co-authored-by: Quentin Le Sceller <[email protected]>
    yeastplume and quentinlesceller authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e3148d0 View commit details
    Browse the repository at this point in the history
  5. fix Cargo.lock

    yeastplume committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3da7695 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Contracts - Test fixes + warning cleanups (mimblewimble#694)

    * clean up warnings in libwallet crate
    
    * clean up warnings in controller crate
    
    * update all contract tests with awareness of new proof structure
    yeastplume authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa78d72 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    008d2a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Basic mwmixnet send (mimblewimble#696)

    * integrating onion library
    
    * updates and changes to support newly included mwmixnet types
    
    * add (incorrect) owner api function
    
    * turn off test for now
    
    * switch working grin branch to master
    
    * fix doctests for build
    
    * update cargo lock in attempt to fix croaring build on CI server
    
    * update cargo lock with upstream thiserror crate
    
    * update test dependency for croaring
    yeastplume authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    165632b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. [Contracts] Add self spend transaction state (mimblewimble#697)

    * Add self spend transaction state
    
    * subtle errors with output states and tx lookups - fixes
    yeastplume authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    febffd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. [Contracts] Slatepack v5 Deserialization fix (mimblewimble#698)

    * add V5 deserialization test + fixes
    
    * clarify comment
    
    * upwrap fix during v4 deserialization
    
    * further unwrap removal
    yeastplume authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b3d90c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    02af391 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    074fa24 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f94a0a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. [Contracts] Cancel self-spend TX Pt. 2 (mimblewimble#703)

    * add tests + legacy self send cancel
    
    * add missing file
    yeastplume authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6f226ea View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    57bf8be View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    d8d1269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c06c91d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    93464a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. updates for rust 1.80

    yeastplume committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5e69881 View commit details
    Browse the repository at this point in the history
  2. updates for rust 1.80

    yeastplume committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d022f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. update from 1_80 branch

    yeastplume committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0b24640 View commit details
    Browse the repository at this point in the history