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

xmrswap: Remove C deps for signature encryption and dleq #2936

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. internal: Add libsecp256k1 c library.

    Add a c library that has some primitive cryptographic functions needed
    for working with adaptor signatures.
    JoeGruffins committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba9a320 View commit details
    Browse the repository at this point in the history
  2. harness,doc: first commit

    xorzero777 authored and JoeGruffins committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9001625 View commit details
    Browse the repository at this point in the history
  3. harness,docs: add new function - alpha_get_transactions_details

    	get transaction development details from monerod
    	including tx lock time; which is different from
    	'locked'/'unlocked' which refer to when a tx
    	has 10 confirmations. Tx locktime can be any
    	number of blocks in the future.
    xorzero777 authored and JoeGruffins committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8960e94 View commit details
    Browse the repository at this point in the history
  4. harness: update per @JoeGruffins suggestions

    	- Rename monero_functions.inc -> monero_functions
    	- Tidy extra whitespace at eol for harness.sh &
    	  monero_functions.
    xorzero777 authored and JoeGruffins committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    60550d9 View commit details
    Browse the repository at this point in the history
  5. harness: Add a new wallet-less monero-wallet-rpc server instance

    	New monero-wallet-rpc server with no attached wallet. This is
     	for programmatically creating/generating and using a new wallet.
    
    	The wallet will be generated in "own" dir but can be named what-
    	ever you need: "alice", "Bob", etc.
    xorzero777 authored and JoeGruffins committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6ccec62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    418bfcf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Reivew fixes

    martonp committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    04d1f1a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Use updated secp256k1 library

    martonp committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4fdfbb8 View commit details
    Browse the repository at this point in the history