inblockio / mediawiki-extensions-Aqua

This MediaWiki extension includes the Aqua implementation. Turning MediaWiki into a powerful versioned notary service with API's for import and export of Data in JSON format.
GNU General Public License v3.0
7 stars 6 forks source link

[Export][Known Limitation] [Inbox and Export] When exporting an Aqua-Chain which is present with the container and within the Inbox they are both exported when using the export function, exporting also all forks and revisions of one genesis hash #400

Closed FantasticoFox closed 3 weeks ago

FantasticoFox commented 3 months ago

Inbox and Imported file -> when exported they are both exported leading to dublicated revisions in export.

FantasticoFox commented 3 weeks ago

This is a known limitation, as the exporter currently works from the genesis-hash upwards. This requires a feature development that the exporter works from the branch down to the genesis hash.