Tin Chung

Results 26 comments of Tin Chung

@TomaszWaszczyk well, I have just removed `llvm` after my above comment and magically, it solves the problem. This is weird. Guess there is a duplicate version of `llvm` in my...

I use MacOS so I just do `brew uninstall --force llvm`

@omeraha Interesting question. EDMA byte template is dynamic, you can convert protobuf type structure into a valid EDMA byte layout, then you can view bytes data in RocksDB. However, not...

Here is the example of a custom byte template ```json { "name": "Custom layout", "layouts": [ { "name": "name", "from": 0, "to": 5, "variant": "String" }, { "name": "id", "from":...

@muharem For `Proposals` and `ProposalCount` storage items, the current implementation of the `spend_local` and `spend_fund` method rely heavily on those item. Would you mean we do a refractor on those...

@muharem ## Update `pallet_bounty` deprecated calls Thank you for your feedback. I have added this sub PR to update the deprecated use of Treasury pallet in the `pallet_bounty`: https://github.com/openguild-labs/polkadot-sdk/pull/1 I...

@muharem Yes I am working on it. Let me ship the code around tomorrow

@muharem Could you help me to double check this sub-PR if it is good to merge into this PR? https://github.com/openguild-labs/polkadot-sdk/pull/3 I made changes to `bounties`, `child-bounties` and `tip` without removing...

@muharem From the perspective of a user, I think they need to redefine the extra type parameters for `child_bounties`, `tip` and `bounty` if these pallets are used in their parachain...

@muharem Get it. So based on your suggestion, I will add back the ApproveOrigin and OnSlash type parameters as those are used by the dependencies. Maybe I should add deprecated...