Advanced
mode is selected, click on the Reclaim Domain
, sign the tx and then address B will become the controller of your domain
@KolodziejczakJa_twitter thanks for reaching out!
which rwallet version are you using?
Wersion 1.3.0 and try to send to domain: "openart.rsk"
Hey @KolodziejczakJa_twitter ! The domain seems to have a correct setup https://manager.rns.rifos.org/resolve?name=openart.rsk
ok I add issue in their repo rsksmart/rwallet#546
rns.addr('openart.rsk')
to query 'openart.rsk' with @rsksmart/rns: 1.7.4
, and it returned this error, I don't figure it out...Error: No addr resolution
at D:\forgeLabs\rwallet-server\node_modules\@rsksmart\rns\lib\resolutions.js:71:15
at Generator.next (<anonymous>)
at asyncGeneratorStep (D:\forgeLabs\rwallet-server\node_modules\@rsksmart\rns\lib\resolutions.js:26:103)
at _next (D:\forgeLabs\rwallet-server\node_modules\@rsksmart\rns\lib\resolutions.js:28:194)
at process._tickCallback (internal/process/next_tick.js:68:7)
The given domain has a resolver, but it does not support addr interface
, how can I solve this? Thanks.
1.8.2
. @KolodziejczakJa_twitter set up the domain using the latest resolver, and the RNS version you are using do not support that resolver. Please take a look on the 1.8
release notes: https://github.com/rnsdomains/rns-js/releases/tag/v1.8.0
@javiesses I've tested it with 1.8.2, and it returned
{ Error: No resolver
at _default._throw (D:\rnstest\node_modules\@rsksmart\rns\lib\errors\ErrorWrapper.js:21:11)
at D:\rnstest\node_modules\@rsksmart\rns\lib\resolutions.js:46:15
at Generator.next (<anonymous>)
at asyncGeneratorStep (D:\rnstest\node_modules\@rsksmart\rns\lib\resolutions.js:28:103)
at _next (D:\rnstest\node_modules\@rsksmart\rns\lib\resolutions.js:30:194)
at process._tickCallback (internal/process/next_tick.js:68:7)
id: 'KB003',
ref:
'https://developers.rsk.co/rif/rns/libs/javascript/Errors/#kb003' }
So my code need to upgrade and his domain need to set a new resolver?