-
Notifications
You must be signed in to change notification settings - Fork 125
client: Allow Firo to send to an EXX address. #3119
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
Conversation
Working using
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was looking at an older commit of yours when I started this, but check out this variation please.
buck54321/dcrdex@0030e49...buck54321:dcrdex:exx-addr-interface
Thanks for this. The logic did not change between c6db64d and 7a86357, just additional tests & cleanup, so your suggestion is welcome. Please believe me when I say I considered making an interface to identify the user of the PayToAddrScript(addr) before I went the other route. My concern was always to minimize any footprint in common code and your code does this better. It is also less C-like than mine and solves the issue of the address encoding information being "lost" in Let me take a look today and send some more Firo to Binance. I also want to keep a couple of other currently unused byte constants for normal transparent addresses around for future use. |
5f6a495
to
c8e59b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not tested but looks correct to me.
c8e59b3
to
73b0e81
Compare
EXX addresses are used for Firo and other privacy coins to send funds to Binance and other exchanges due to last US administration regulations.
- Add testnet tests - Add more Documentation
- Also changed electrumx.sh to expose both TCP and SSL listening services on ports 50001 and 50002 respectively.
73b0e81
to
23fa5cb
Compare
* client: Allow Firo to send to an EXX address. #4 EXX addresses are used for Firo and other privacy coins to send funds to Binance and other exchanges due to last US administration regulations. * imports: update go.mod for btcsuite/btcd/btcutil/base58 #5 * client: Add tests and tidy. - Add testnet tests - Add more Documentation * client/asset: re-implement using btc.PaymentScripter interface. * firo: Update Exx address related tests. - Also changed electrumx.sh to expose both TCP and SSL listening services on ports 50001 and 50002 respectively. * mm,libxc: Remove Firo from assetDisabled list. --------- Co-authored-by: dev-warrior777 <>
Uh oh!
There was an error while loading. Please reload this page.