ever-node icon indicating copy to clipboard operation
ever-node copied to clipboard

No storage due payment on credit phase from bouncable message

Open yaroslavser opened this issue 10 months ago • 1 comments

Abstract

This document describes the changes in collecting storage fee receiving bouncable message

Motivation

Currenly we cannot predict the amount of tokens for storage fee and due payment. So we cannot be sure to receive bounced message in case of incorrect produce. Since we don't want to apply too much value especially since it's still not a guarantee.

Specifications

For bouncable message we don't want to use its value for any storage payment. So if account is coming to due payment state it will accumulate.

yaroslavser avatar Apr 15 '24 13:04 yaroslavser

Commit ID: 3990b7eb660566fc23927906a7b678c597c21e58 Node Version: 0.58.6 Block version: 52

PR239 (https://github.com/tonlabs/ever-node/pull/239/) Added support for due payment fixes

CapDuePaymentFix

rualekseev avatar Jul 23 '24 12:07 rualekseev