Kofi Otuo

Results 37 comments of Kofi Otuo

The custom node is [frontier](https://github.com/paritytech/frontier/tree/master). So basically that node with `pallet-contracts` setup (similar to [this](https://github.com/paritytech/polkadot-sdk/blob/b7a8532db14ef665d69c05019340896fbb42b88d/substrate/bin/node/runtime/src/lib.rs#L1317)). However, you mentioned that `pallet-contracts` uses `AccountId`. Do you mean `pallet-contracts` defaults to `AccountId32`? From...

Yeah. Probably `AccountId` should be configurable but also have a default value if none is specified

How you suggest I do that? @SkymanOne

I also have this issue with the latest branch on Mac. Downgrading is probably the best option (ie build the `0.10` branch instead)

Facing this issue as well

@mangoleaf @ahirner Actually, this issue still stands even to the date. I'm using M1 mac if that helps.

@mangoleaf @ahirner That's surprising. Here's my full project https://github.com/Kofituo/sample_gui/blob/master Here's the full list of errors I'm facing. They're mostly syntax errors, among others: ``` // cargo run Compiling nokhwa-core v0.2.0...

Hi there, This is already implemented. Please make sure your custom type implements clone usingb #[derive(Clone)]. Also use the git url as the dependency since I'm yet to push those...

I'm yet to fix all that. Can I get your use case to see how I can help

Hello, I'm having difficulties as well. It seems ipns does not publish properly? Here is my set up. ```rust let transport_config = TransportConfig { enable_websocket: true, enable_secure_websocket: true, ..Default::default() };...