joe petrowski

Results 68 comments of joe petrowski

> Add info on using public good parachains. I wouldn't quite characterize it in that way. It's _reserve backed transfer of assets via the chain acting as reserve._ The reserve...

Yeah I agree, let's keep it up to date with master and not worry about Alex.

Yes, every runtime will have this: https://github.com/paritytech/substrate/blob/e33f3c23cdf4d369bd0d2dbec7b78382ee17a117/bin/node/runtime/src/lib.rs#L149

FYI you can now get fee from the `queryInfo` RPC endpoint.

Seems reasonable to me at first glance. @tonyalaribe - can you look into it more?

It's a bit of an edge case, but `freeze_asset` should really be used in advance of deleting an asset anyway in order to provide the correct witness data. Otherwise, a...

This is a confusing change IMO, as @rphmeier pointed out in the last PR, they are conceptually different. Naming them the same thing makes explaining BABE and GRANDPA more difficult....

Target would be late next week (around 21-23rd Sep) after we have the Polkadot genesis chain spec ready as a final pre-referendum test.

Can you explain the context in which you are unable to do this? For example, within FRAME, you can just use `Asset::::contains_key(id)` ([example](https://github.com/paritytech/substrate/blob/a47f200/frame/assets/src/lib.rs#L513)). `Asset` is also a [`pub` storage item](https://github.com/paritytech/substrate/blob/a47f200/frame/assets/src/lib.rs#L252),...