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

internal: Add basic simnet xmr swap. #2885

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

Commits on Oct 1, 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 Oct 1, 2024
    Configuration menu
    Copy the full SHA
    654e79a View commit details
    Browse the repository at this point in the history
  2. harness,doc: first commit

    xorzero777 authored and JoeGruffins committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c551aa8 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 Oct 1, 2024
    Configuration menu
    Copy the full SHA
    525cffd 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 Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dc76964 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 Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dd14c3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c5276c View commit details
    Browse the repository at this point in the history