Greg Hill

Results 37 comments of Greg Hill

> Also, I'd like to build a `grpc-web` proxy but written in rust :) https://github.com/gregdhill/rust-grpc-web (cc: @LucioFranco)

@epage what if some of the commands in `ArgsCode` are required? For example if we try `Args::parse()` here we get `MissingRequiredArgument`. ```rust #[derive(Parser)] struct Args { #[clap(subcommand)] sub: Option, #[clap(flatten)]...

@jacogr I'll look into extracting the balance interactions into another mechanism, is `derive` suitable?

@jacogr this needs to be added to `@polkadot/api-derive` right? What's the best way to link to apps locally for a development build?

@jacogr could you take a look at my draft PR? https://github.com/polkadot-js/apps/pull/6799 I'm new to `RxJS` so I'm not sure how best to integrate a custom call, getting the error `TypeError:...

Hey folks, my name's Greg and I'm from Edinburgh, Scotland! For breakfast, I cooked my famous poached eggs with a nice mug of coffee. :coffee: I graduated from University last...

Perhaps we can expose some RPC call for this instead? Would definitely be useful for wallets and other integrations.

This was previously requested by @alexeiZamyatin.

## Changes I am expecting the `VaultId` to contain the `AccountId` for the stash key, the control key will be defined separately. - [ ] Add `control: AccountId` to the...

@sander2 did you have a chance to look whether Substrate has any offerings for such functionality (also for the heartbeat mechanism)? I think we could maybe reuse the identity pallet...