Closed StoneMac65 closed 8 months ago
@dongwu-kim hi. could you take a look a this issue? still cant solve it
@StoneMac65 Let me check
@StoneMac65 which branch are you using now? main
branch is probably broken, so i suggest you try again with eddy/linter
or eddy/script-warp
It'll work smoothly after these PRs (#103, #104, #105, #109, #113) to get merged
thanks for the response. yes I used main branch. will try that those suggested branches and let you know the result
@StoneMac65 you just mentioned wrong person mate 🤣
@StoneMac65 you just mentioned wrong person mate 🤣
Hahahha. Wow. Its the result of drinking and coding at the same time :))))
@StoneMac65 We've merged everything i mentioned. Let's see what happened next.
@StoneMac65 We've merged everything i mentioned. Let's see what happened next.
I tried both latest merged and that branch "eddy/linter" . it worked on osmosis and could instantiate the contract. but I tried to change the code to use a custom network that using "ed25519" and rebuilt the repo. I'm stuck on that part
@StoneMac65 Currently we're supporting only Secp256k1 for now, Is there any chance to use Secp256k1 key scheme? AFAIK current Cosmos utilizing ed25519 as only for concensus validation purpose, So is the "custom network" that you said custom cosmos sdk chain that supports ed25519 account?
I tried both latest merged and that branch "eddy/linter" . it worked on osmosis and could instantiate the contract.
Closing this issue, and let's keep discussing about "ed25519" in this issue. https://github.com/many-things/cw-hyperlane/issues/124
Hi. i'm facing this issue when I use commands including yarn
" yarn cw-hpl upload local -n osmo-test-5"
I tried to use ./esbuild manually but didnt work. it just hang up