shane.stars

Results 46 issues of shane.stars

May 18, 2002 -> May 18, 2022

I started a Rust implementation of CAIP, currently supporting CAIP-2 and 19: https://github.com/public-awesome/rs-caip. Before I publish the crate, I wanted to check if the code should live in this organization...

Give pinned contracts zero gas fees. should be deployed before DAO contracts launched

Add a custom wasm message that gives access to https://github.com/cosmos/cosmos-sdk/blob/6f070623741fe0d6851d79ada41e6e2b1c67e236/x/distribution/keeper/fee_pool.go#L10. This allows contracts to use community pool funds for specific incentives (i.e: rewarding operators for detecting NFT transfers and updating...

In team environment where everyone is working on their own branch, the integer-based migration approach breaks down as it causes collisions. One solution is to prefix migrations with a timestamp...

Currently the governance module only has the param change handler: ```go govRouter.AddRoute(gov.RouterKey, gov.ProposalHandler). AddRoute(params.RouterKey, params.NewParamChangeProposalHandler(app.paramsKeeper)) ``` Need to add the community pool spend handler too: ```go govRouter.AddRoute(gov.RouterKey, gov.ProposalHandler). AddRoute(params.RouterKey, params.NewParamChangeProposalHandler(app.ParamsKeeper))....

good first issue

It's just a couple of build flags to setup. Validators are going to want this before mainnet.

- [ ] update spec - [x] allowing payment on a claim - [ ] update staking spec to iterate funded claims and payout top 3 arguments with 5 or...

beta-4.0