Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export enum TransactionStatus {
}

export const MAX_TRANSACTION_BYTE_SIZE = 6_144;
// HIP-1300: privileged governance fee payers (0.0.2 and 0.0.42-0.0.799) get an
// increased transaction size limit of 128 KB to accommodate council signatures.
export const MAX_PRIVILEGED_TRANSACTION_BYTE_SIZE = 131_072;

@Entity()
@Index(['status', 'mirrorNetwork'])
Expand Down
Loading
Loading