In some blockchains, the balance of an AccountIdentifier will increase each block because of block rewards (sometimes this causes a SubAccountIdentifier to decrease at the same time). Often times, there is no explicit operation that represents this balance change (as this would require creating an operation for every account in every block).
We should find a way to support "exempting" certain SubAccounts or Currencies from reconciliation requirements so that implementers that have this sort of abstraction can complete their Rosetta API implementation.
In some blockchains, the balance of an AccountIdentifier will increase each block because of block rewards (sometimes this causes a SubAccountIdentifier to decrease at the same time). Often times, there is no explicit operation that represents this balance change (as this would require creating an operation for every account in every block).
We should find a way to support "exempting" certain SubAccounts or Currencies from reconciliation requirements so that implementers that have this sort of abstraction can complete their Rosetta API implementation.