You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Remove transaction independent verify and total spending checks - Closes#4845
karmacoma
changed the title
Remove individual transactions checks and total spending against the current blockchain state
Remove transaction independent verify and total spending checks
May 22, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
With the new LIP, Establish block validity by applying transactions sequentially, block processing should remove certain verification.
Motivation
Acceptance Criteria
verifyTotalSpending
inlisk-chain/src/transactions/transactions_handlers.ts
verifyTransactions
inlisk-chain/src/transactions/transactions_handlers.ts
(it includes timestamp check, and this can be also removed)verifyTotalSpending
, and create issue if necessaryRelated issues
#4837
The text was updated successfully, but these errors were encountered: