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

Release/0.0.4rc1 #267

Merged
merged 5 commits into from
Oct 29, 2024
Merged

Release/0.0.4rc1 #267

merged 5 commits into from
Oct 29, 2024

Conversation

mixmix
Copy link
Contributor

@mixmix mixmix commented Oct 24, 2024

  • CHANGELOG complete
  • small fixes
    • README update
    • CLI command syntax fix (spotted when calling --help)
    • test rename (consistency)
  • deployed as 0.0.4-1
    • npm publish --tag next works a charm!

Try it out

npm i -g @entropyxyz/[email protected]

We'll need to wait for test net to be up ...

OR run your own >>> ``` git clone [email protected]:entropyxyz/sdk.git cd sdk ./dev/bin/spin-up.sh four-nodes docker ps ```

Set the endpoint

export ENTROPY_ENDPOINT=dev

To spin down

./dev/bin/spin-up.sh four-nodes

Away you go!

entropy --help
entropy account create mixy

@mixmix
Copy link
Contributor Author

mixmix commented Oct 24, 2024

Early thing I notice is it takes 5seconds to start the TUI 🫠

Copy link
Contributor

@rh0delta rh0delta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gonna approve, just a minor spelling mistake

CHANGELOG.md Outdated Show resolved Hide resolved
@ameba23
Copy link

ameba23 commented Oct 24, 2024

I had a go at using this with the docker compose setup (using the entropy-core docker compose script, not the SDK docker compose script), and was not able to register.

I have the feeling it is because of something mistake on my side rather than actually being a code issue, but i made an issue anyway: #268

@mixmix
Copy link
Contributor Author

mixmix commented Oct 24, 2024

There might be gotchas @ameba23

  • you need to jump start your network? (I think can to via tui only)
  • you need a funded account to register, I think you need a funded seed to transfer or to use the faucet (not sure if that's deployed by default?)

@ameba23
Copy link

ameba23 commented Oct 24, 2024

There might be gotchas @ameba23

* you need to jump start your network? (I think can to via tui only)

* you need a funded account to register, I think you need a funded seed to transfer or to use the faucet (not sure if that's deployed by default?)

Following the discussion in #268 i think this issue is either specific to the entropy-core docker compose scripts, or to the way the ENTROPY_ENDPOINT environment variable is handled, so shouldn't block this release. 👍

@mixmix
Copy link
Contributor Author

mixmix commented Oct 29, 2024

We are going to cut another release candidate, rc2

Merging this into dev for now

@mixmix mixmix merged commit 8d9a2e4 into dev Oct 29, 2024
2 checks passed
@mixmix mixmix deleted the release/0.0.4rc1 branch October 29, 2024 02:10
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants