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

Start the embedded node on test net chain if the active wallet is_testnet is true. #4

Merged
merged 6 commits into from
Sep 21, 2022

Commits on Sep 12, 2022

  1. Ignore vscode junk.

    flomang committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    21bcb48 View commit details
    Browse the repository at this point in the history
  2. The grin gui internal node should use the is_testnet flag on the curr…

    …ent wallet to start the embeeded node using chain type Testnet.
    flomang committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5c48a87 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. The node controller shall reference the receive channel instead of ta…

    …king ownership. This allows the controller to be shutdown gracefully using the transmit channel in the NodeInterface.
    flomang committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    38ddc4a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. The wallet interface chain_type should be set when a wallet is open. …

    …Create wallet should use state.is_testnet to set the test_node of the wallet in WalletInterface::init. The nodeinteface chain should also be set when a wallet is open.
    flomang committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0051ced View commit details
    Browse the repository at this point in the history
  2. Some cleanup.

    flomang committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4dcd3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef1744 View commit details
    Browse the repository at this point in the history