-
Parity & Polkadot
- Zug, Switzerland
- http://gavwood.com
Highlights
- Pro
Block or Report
Block or report gavofyork
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
663 contributions in the last year
Less
More
Contribution activity
December 2021
Created 17 commits in 3 repositories
Created a pull request in paritytech/polkadot that received 25 comments
Reanchor should return canonical location
skip-cumulus-check
TODO:
fn reanchored(mut assets: Assets, dest: &MultiLocation) -> Result<MultiAssets, XcmError> should either fail if an asset …
+241
−34
•
25
comments
Opened 7 other pull requests in 3 repositories
paritytech/substrate
4
merged
paritytech/cumulus
2
merged
paritytech/polkadot
1
merged
Reviewed 18 pull requests in 3 repositories
paritytech/polkadot
7 pull requests
- Reanchor should return canonical location
- Companion #10403: Remove Default for AccountId
- remove Default from CandidateDescriptor
- Add CheckNonZeroSender to runtime configs
- Use saturating_add when converting a Vec<MultiAsset> to MultiAssets
- allow SetAppendix(Xcm(vec])) xcm message to pass barrier check
- Disable asset transfers on Polkadot
paritytech/cumulus
6 pull requests
- Companion for #10403: Remove Default for AccountId
- Update XCM MultiLocation prefixes for assets
- Add CheckNonZeroSender to runtime configs
- Support overweight messages in XCMP queue
- Disable asset transfers on Statemint (against Statemint release branch v6.0.1)
- support asset transfer from/to sibling chain
Created an issue in paritytech/substrate that received 1 comment
Introduce FromEntropy trait to replace dummy values
Introduce a new trait available in std only:
#[cfg(feature = "std")]
pub trait FromEntropy { fn from_entropy(entropy: impl Encode) -> Self;
}
And …
1
comment