integritee-network / pallets

Other
10 stars 14 forks source link

Add support for generic oracle in pallets #109

Closed coax1d closed 1 year ago

coax1d commented 1 year ago

closes #68

This is the beginning of the refactor for supporting generic oracles.

After this new demo feature is fully complete we should remove the old update_exchange_extrinsic. For now seeking backwards compatibility with the current oracle demo.

clangenb commented 1 year ago

Yes I agree we can remove update_exchange_extrinsic in the future, but it is good to keep it for now.

Also, we should remember that this needs a transaction_version increase if I am not mistaken?

coax1d commented 1 year ago

Also, we should remember that this needs a transaction_version increase if I am not mistaken?

transaction_version I am unclear on this. If it is a more in depth topic to discuss I dont mind hopping on a call.

coax1d commented 1 year ago

@clangenb What else would be necessary to see this get pushed through. Should I structure a pr on integritee-network/parachain which updates the runtime configuration for this pallet as well bumps the transaction_version?