solana-py icon indicating copy to clipboard operation
solana-py copied to clipboard

SPL Name Service

Open michaelhly opened this issue 3 years ago • 6 comments

The bulk of the work has already been done here: https://github.com/Auguron/solana-py/blob/8b8516aedb158c5b0a5d5b742043c4e1507452ef/src/name_service/name_program.py

Let's write some tests and we can merge the code from the fork.

michaelhly avatar Apr 18 '22 18:04 michaelhly

added and made the tests as well. but the tests fail with

'Transaction simulation failed: Attempt to load a program that does not exist'

added memo program as well, all tests went through.

crypt0miester avatar May 22 '22 15:05 crypt0miester

for reference: https://github.com/crypt0miester/solana-py/tree/add-ns-memo

crypt0miester avatar May 23 '22 08:05 crypt0miester

@crypt0miester thanks! I'll go create an issue to ask them to include some common SPL programs inside the docker image.

michaelhly avatar Jun 03 '22 13:06 michaelhly

@crypt0miester I think the Memo program should be included? Do you think you can split support for memo vs name service in separate PRs?

michaelhly avatar Jun 03 '22 13:06 michaelhly

@crypt0miester I think the Memo program should be included? Do you think you can split support for memo vs name service in separate PRs?

sure, I'm afk now. will do it as soon as I can.

crypt0miester avatar Jun 03 '22 14:06 crypt0miester

looks like one of the PR's that updated the solana version fixed the issue of memo not being in the localnet.

tests are going through.

I will be adding PR shortly.

crypt0miester avatar Jun 04 '22 05:06 crypt0miester