question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specify network for transactions

See original GitHub issue

Is your feature request related to a problem? Please describe. At the moment there is a single global object that represents the current network. This makes it more error prone when in the same program we have to deal with all kind of networks. Also, I don’t think it’s thread safe (I’m not an expert on C# so I’m not sure).

Describe the solution you’d like Change Transaction.SignatureBase (and other methods calling it) to accept a Network argument. If this argument is null, then use the global value like it does now.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
elucidsoftcommented, Sep 12, 2018

I see, in that use case it would make sense to add an overload to the Sign method call. We can easily do that to allow this kind of flexibility.

1reaction
fracekcommented, Sep 12, 2018

In that case I’m more than happy to do it. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How Do I Choose a Network for a Cryptocurrency ...
Selecting an appropriate network for a crypto transaction highly depends on purposes, the number of available options, and timing. If you want ...
Read more >
How to enable network DTC access - Windows Server
On the MSDTC tab, click Security Configuration under Transaction Configuration, click to select the Network DTC Access check box under Security ...
Read more >
Configure Distributed Transaction Coordinator (DTC) to ...
This article describes how to configure Microsoft Distributed Transaction Coordinator (DTC) to work through firewalls.
Read more >
Transactions | ethereum.org
Transactions are cryptographically signed instructions from accounts. An account will initiate a transaction to update the state of the Ethereum network.
Read more >
Network configuration
Recommendations for configuring your network. When you make a point-of-sale transaction, your POS app, terminal, and Adyen need to be able to communicate ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found