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

v4 registrar client #1

Open
xmonader opened this issue Feb 11, 2025 · 3 comments
Open

v4 registrar client #1

xmonader opened this issue Feb 11, 2025 · 3 comments
Assignees
Labels
type_feature New feature or request

Comments

@xmonader
Copy link

xmonader commented Feb 11, 2025

https://github.com/threefoldtech/tfgrid-sdk-go/tree/development/node-registrar/docs

envs:

required

  • accounts (Get/List/Create)
  • farms (Get/List)
  • nodes(Get/List)

all with filters

note:

leave the create till the end contact @sameh-farouk for more info

@maayarosama
Copy link
Contributor

Work In Progress:

  • Setting up structure
  • Setting up clients connection

@maayarosama maayarosama self-assigned this Feb 11, 2025
@maayarosama
Copy link
Contributor

Work Completed:

  • Client is now setup
  • Farms Model is setup (get/list)
  • Nodes Model is setup (get/list)

Work In Progress:

  • accounts model
  • any request timesout unless I use export NODE_OPTIONS="--dns-result-order=ipv4first"
  • Load env vars from config file rather than .env file

@xmonader xmonader added the type_feature New feature or request label Feb 13, 2025
@maayarosama
Copy link
Contributor

maayarosama commented Feb 13, 2025

Work In progress:

  • Accounts Model is setup
  • Creating an account, while creating the signature I get the following error error: 'timestamp outside acceptable window', tried to look through the go SDK but it only says it's an integer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants