-
Notifications
You must be signed in to change notification settings - Fork 81
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
NNS wrapper update #2732
Labels
enhancement
Improving existing functionality
I2
Regular impact
rpc
RPC server and client
S4
Routine
U3
Regular
Milestone
Comments
This was referenced Oct 7, 2022
Open
AliceInHunterland
added a commit
that referenced
this issue
Jan 16, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 16, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 16, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 16, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 23, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 23, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 23, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 24, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 25, 2024
Added missing function from smart-contract manifest. Refs #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 26, 2024
Added missing function from smart-contract manifest. Close #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 26, 2024
Added missing function from smart-contract manifest. Close #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland
added a commit
that referenced
this issue
Jan 26, 2024
Added missing function from smart-contract manifest. Close #2732 Signed-off-by: Ekaterina Pavlova <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improving existing functionality
I2
Regular impact
rpc
RPC server and client
S4
Routine
U3
Regular
We have an official NNS deployed to mainnet now which means that it has a stable API and we can provide a wrapper for it. One thing I don't like about it is that it's a non-native contract and keeping this wrapper in the
pkg/rpcclient
seems to be inappropriate. At the same time it'll be build on top ofrpcclient
and we'll need it at least in the wallet code. Maybe some new top-level directory is needed for it, we can have more of these wrappers. Or a separate repository, but that'd make a circular dependency which is not a good thing.The text was updated successfully, but these errors were encountered: