Victor Oliva

Results 51 comments of Victor Oliva

I didn't remember we already had this available with the `-k key` parameter in `pnpm papi ink add`. Leaving this issue open since we really don't have this documented.

Added this in the docs in this PR: https://github.com/polkadot-api/polkadot-api-docs/pull/59

> I'm displaying generically some decoded calls for users to review (I guess any wallet would need this). I'd like to display addresses nicely, or balances with the right decimals....

Hey, thanks for the proposal. We really think mocking should happen either at a lower level or a higher level. I think having a "mockClient" feels too complex, as it...

Hey @tien thank you for raising this How much of an issue is it, though? If it doesn't cause any exception in runtime, I'd argue this is some dev-exp issue...

Hey @Jesus-Adaptive 👋 If I'm not wrong, any operator that does this would be hacky in one way or another.... From the perspective of the operator, it's subscribing to an...

> It could be a great idea. We could leave a field in the descriptors being a hash of every metadata used to generate the descriptors, and only rebuild them...

@hansschenker sorry I did a 👎 without giving a reason. The pipe operator is not using TS' variadic arguments and is using many overloads instead because it needs to have...

Indeed, I've found this confusing when building contracts that deal with balances. Having the `Balance` type gives me the message that I should be using this type when storing or...

For what it's worth, I ended up raising the `[u64; 4]` issue for U256 https://github.com/paritytech/polkadot-sdk/issues/9773 and it was fixed. In an upcoming runtime upgrade soonâ„¢, those values will be exposed...