Roman Useinov

Results 71 issues of Roman Useinov

Currently there is a problem with a webhook: ``` [2020-05-21T08:43:02Z DEBUG actix_web::middleware::logger] Error in response: Error(Webhook(BadParse(Error("invalid `InvoiceLineItemId`, expected unknown id prefix", line: 161, column: 3))), State { next_error: None, backtrace:...

Add support for https://stripe.com/docs/api/self_service_portal. Similar to https://stripe.com/docs/billing/subscriptions/integrating-self-serve-portal#redirect

Fixes https://github.com/paritytech/substrate/issues/12295 @bkchr let me know if that's what you had in mind.

A0-pleasereview
B0-silent
C1-low 📌
D2-notlive 💤

A0-pleasereview
B7-runtimenoteworthy
E1-runtimemigration

**The problem:** When we have several migrations for the same pallet supplied for the runtime - their pre-update checks are being executed before any of the migrations, which means that...

I8-enhancement 🎁

As the XCM v3 comes in we'd need to fix https://github.com/paritytech/polkadot/blob/53253de77f1649ecbb650df2ec3e29d0d1110a2d/xcm/pallet-xcm/src/lib.rs#L874 and similar occurrences with the new invariants of Wild. Why? Because we are relying on coefficients to calculate weights,...

J0-enhancement
T6-XCM

See discussion here: https://github.com/paritytech/cumulus/pull/1454#discussion_r954804894 Let's remove `reserve_asset_deposited` from generic benches.

Resolves https://github.com/paritytech/substrate/issues/12337 or rather what's left of it. As we decided not to support pool joins at the moment we can probably ignore that requirement?

A0-pleasereview

Resolves https://github.com/paritytech/substrate/issues/12409 At the moment this is just a copy-paste with updated dependencies. - [ ] follow-up with devops: wrap this in a simple HTTP server application (external repo), deploy...

A3-inprogress

Original issue: https://github.com/paritytech/substrate/issues/12719 Splitting up https://github.com/paritytech/substrate/pull/12744 polkadot companion: https://github.com/paritytech/polkadot/pull/6527 ### Terminology **Approval stake** - a sum of all the nominator/nomination pools stakes that are backing this validator + self-stake. ####...

A0-please_review
A3-in_progress
C1-low
D9-needsaudit 👮
B1-note_worthy
T1-runtime