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

feat: add axone chain #299

Merged

Conversation

ccamel
Copy link
Contributor

@ccamel ccamel commented Dec 4, 2024

Add Axone chain to build heighliner images.

Thx 🙏

@vimystic
Copy link
Contributor

Hi, any chance you were able to test it locally?
Did it need a Dockerfile change.
At the moment I see this while testing.

~ $ axoned version
/bin/sh: axoned: not found
~ $ 
~ $ which axoned
/bin/axoned
~ $ ls -la /bin/axoned 
-rwxr-xr-x    1 root     0        150505944 Dec 17 06:04 /bin/axoned
~ $ echo $PATH
/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

@ccamel
Copy link
Contributor Author

ccamel commented Dec 18, 2024

@vimystic you’re right. I had checked that the binary was produced but didn’t actually run it. Turns out it was incorrect. My bad.

I’ve fixed this in version v11.0.1, and it should be working fine now.

$ heighliner build --chain axone --git-ref v11.0.1
...
Step 14/58 : RUN git clone ...
Cloning into 'axoned'...
...
+ sh -c 'make install'
 🚚 Installing project axoned
...
(a few moments later)
...
Successfully tagged axone:v11.0.1

$ docker run -it --rm --entrypoint sh axone:v11.0.1
~ $ axoned version
11.0.1

Thx 🙏

@vimystic
Copy link
Contributor

vimystic commented Dec 19, 2024

Thank you @ccamel.
I can confirm too.

I can merge once you can perform a merge main and update here...

Excited to see what Axone chain does :)
Good luck!

@ccamel ccamel force-pushed the feat/add-axone-chain branch from f6bc331 to 97ce5d8 Compare December 19, 2024 13:13
@ccamel
Copy link
Contributor Author

ccamel commented Dec 19, 2024

@vimystic done.

@vimystic vimystic merged commit 89426ba into strangelove-ventures:main Dec 19, 2024
5 checks passed
@ccamel ccamel deleted the feat/add-axone-chain branch December 20, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants