Open JeremyRand opened 3 years ago
Might be worth trying to implement the port via subclassing instead of a fork, since that would make maintenance easier. That might require coordination with Chris Belcher though; not sure how he would feel about merging patches that make subclassing easier. If we have to do a fork, that's not a disaster.
(Anyone interested in working on this should contact me to coordinate.)
It would be useful to port Electrum Personal Server to Namecoin. Based on https://github.com/chris-belcher/electrum-personal-server/issues/144 , it sounds like there's not much needed here. The two things that immediately jump out at me are:
name_show
(with a name hash) to Namecoin Core. Looks like the list of commands is here; an example of a similar existing pass-through command is here. We were already intending to implement such a command in Electrum-NMC and ElectrumX, so this shouldn't be a problem.Maybe there will be other things that need tweaking too; not sure.