Skip to content
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

Neo FS support #293

Open
lock9 opened this issue Jan 29, 2021 · 2 comments
Open

Neo FS support #293

lock9 opened this issue Jan 29, 2021 · 2 comments
Assignees
Labels
feature an issue representing an entire feature/story
Milestone

Comments

@lock9
Copy link
Contributor

lock9 commented Jan 29, 2021

No description provided.

@meevee98 meevee98 added the backlog Planned for a future release label Jan 29, 2021
@lock9 lock9 added this to the v0.7 milestone Feb 1, 2021
@thiagocbalducci
Copy link
Collaborator

Depends on NEO FS to be fully implemented before we can start development for this integration:

Ref:

neo-project/neo-modules#555

@realloc
Copy link

realloc commented Apr 9, 2021

Hello,

NeoFS is working in N3 testnet. N3 RC1 Oracles also already support neofs: protocol.

There is a sample object with address 6pJtLUnGqDxE2EitZYLsDzsfTDVegD6BrRUn8QAFZWyt/5Cyxb3wrHDw5pqY63hb5otCSsJ24ZfYmsA8NAjtho2gr and JSON {"success": true} inside. It can be requested via Oracles by calling a simple smart contract bca22434e0960b7ed9a066b124b00528b229dccc that prints out the oracle response. You can try it to test if everything works.

Sample request:

{
  "jsonrpc": "2.0",
  "method": "invokefunction",
  "params": [
    "bca22434e0960b7ed9a066b124b00528b229dccc",
    "request",
    [
        {
        "type": "String",
        "value": "neofs:6pJtLUnGqDxE2EitZYLsDzsfTDVegD6BrRUn8QAFZWyt/5Cyxb3wrHDw5pqY63hb5otCSsJ24ZfYmsA8NAjtho2gr"
        }
    ],
    [
      {
        "account": "NftRZZEYsqTB8bY2QT2hoqzA3xJ75W3wke",
        "scopes": "Global"
      }
    ]
  ],
  "id": 3
}

@meevee98 meevee98 self-assigned this Apr 9, 2021
@meevee98 meevee98 modified the milestones: v0.8, v0.9 Apr 9, 2021
@lock9 lock9 added the Epic label Apr 9, 2021
@meevee98 meevee98 removed the backlog Planned for a future release label Apr 23, 2021
@melanke melanke added wontfix This will not be worked on feature an issue representing an entire feature/story and removed Epic wontfix This will not be worked on labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature an issue representing an entire feature/story
Projects
None yet
Development

No branches or pull requests

5 participants