How to configure the default tombstone offset of node? #3950
-
Hi, mobilecoin team. The default tombstone offset is too small for our use case, is that configurable? We want keep letting node to auto sets the tombstone, with larger offset. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
nick-mobilecoin
Apr 23, 2024
Replies: 1 comment 1 reply
-
The tombstone block for the block chain itself is, It can be specified per transaction via If however this is a fog transaction it's most likely limited by which defaults to 10 blocks |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ljzn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tombstone block for the block chain itself is,
mobilecoin/transaction/types/src/constants.rs
Line 35 in 21d3af4
It can be specified per transaction via
mobilecoin/transaction/builder/src/transaction_builder.rs
Line 723 in 21d3af4
If however this is a fog transaction it's most likely limited by
mobilecoin/fog/ingest/server/src/config.rs
Line 82 in 21d3af4