drbh

Results 69 comments of drbh

I agree! In my dapp I also need to include the IPFS CID of the file. I decided to go with this format `ncipfs://CID_POLICYID_SIGID_LABEL` example: `ncipfs://QmWzx5JKSjnBdnR8EhRPNyXQka2KZJiiXKu2jPqT7xHjQT_uxLpz8qvdVSB4yjpL6gX4LgYHzWhWxrYnmKQ3cyHHSic_xc8UZXUtf5APKX4ZsjXJnFJVJaL4XKXNMvuagVKCtWBt_image.png` I encoded the policy...

@c02fee please see https://www.notion.so/parallelfinance/Step-2-Project-Tokens-757bee5c0d7245b5949a8ffd9fdd6db4 for details

researching approaches to allow caching. ### Relevant links Long term conversation (very informative) https://github.com/rust-lang/cargo/issues/2644 Promising tool https://github.com/LukeMathWalker/cargo-chef Possible implementation using Docker BuildKit https://www.noelbundick.com/gists/optimizing-rust-container-builds/ Similar implementation for parity project https://gitlab.parity.io/parity/parity-bridges-common/-/commit/352dc686aeeeeba5f384ac213b4b1338e53a6632 I'm...

@GopherJ any ideas why this is not allowed?

https://github.com/paritytech/substrate/tree/master/frame/staking

@GopherJ how is `total_rewards` calculated? and does there need to be a function to update the value? 🙏

@Testare this is not exactly the feature you specified above, but this PR #26 is how I'm including the contents of an external file (it can probably be modified for...