-
Notifications
You must be signed in to change notification settings - Fork 36
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
x/tokenfactory #12
x/tokenfactory #12
Conversation
I think I got it, just the proto is still somehow pointing to the wrong URL path for the resp api, even though there are no occurances I keep getting a I have my go path setup correctly & protoc-gen-go-gprc installed
|
hmmmm @nghuyenthevinh2000 is our finest with protobufs. Also, once this is complete it makes a ton of sense to take the same work and PR it to cosmwasm per: many folks feel that tokenfactory is "the right way" and I'm one of them |
@Reecepbcups you can try
|
yea I did that & finally got it from some cosmos-sdk issue / PR |
I agree with it as well, CW20 kinda meh when Cosmos bank is already so good I feel I should convert it to be more like osmosis with the |
I think I support doing it exactly the osmosis-way. Hope that we don't end up finding that this blocks us from using sdk v0.46.* due to something related to: It might be worth pinging @fadeev from the ignite cli / starport team. as we can think of eve, structurally as "slim craft". She may be usable without too many changes as a template, as long as we can come to agreement on the cmd folder contents -- I do not want to wrap cmd the way that the ignite cli historically has. |
@Reecepbcups https://github.com/cosmos/cosmos-sdk/blob/main/Makefile#L395 tendermintdev/sdk-proto-gen:v0.7 |
So as I have looked into this, osmosis uses a lot of their SDK related things for testing & in their modified bankKeeper for denom data. I took a more CW20 approach given that is what the factory is for, where the admin can only mint new tokens to an account, not modify others balances. Need to add:
|
Propose that we revert the last commit then merge? |
This reverts commit 131b049.
yea thanks Ill work on that later, need to clean up a few functions & will push on main soon Have to do it the factory/addr/{denom} way so namespaces done merge |
close #11
I still don't know how to generate proto, so uses their namespace still for now via REST / RPC
http://localhost:1317/clockworkgr/tokenfactory/tokenfactory/denom