fix(ledger): certificate deposit validation
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
- Add retry logic with progressive fee multipliers (1.0, 1.5, 2.0) - Prefer small pure ADA UTXOs first to minimize change outputs - Only use UTXOs with tokens if necessary, with proper buffers - Handle 'Not enough ADA leftover' errors by retrying with higher fee estimates - Match the same pattern used in withdrawal transactions
- Add accordion for notices/banners in OverviewTab with count indicator - Remove redundant section titles in SmartContractsTab, SignaturesTab, and DetailsTab - Fix spacing and Copiable component alignment in OperationsTab - Convert inputs, outputs, reference inputs, and mint to accordions in UTxOsTab - Fix divider logic in DetailsTab to only show between rendered sections - Fix network section visibility logic (handle networkId === 0) - Align human-readable dates to the right in TimingSection - Fix metadata visibility conditions to match actual content rendering - Flatten tab hierarchies by removing nested accordions - Consolidate content from unused tabs (MintTab, GovernanceTab, MetadataTab, etc.) into main tabs
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Jenita <[email protected]>
Support was added with CPP to extent the existing range of support.
Signed-off-by: Jenita <[email protected]>
Bumped shard counts to handle 100+ concurrent threads: - ResourceStorage: 256 → 2048 shards - ApplicationResourceStorage: 64 → 512 shards Production backtraces showed threads stuck in lock_exclusive_slow() during synchronized insertion bursts when multiple subscriptions receive blocks simultaneously. 2048 shards reduces collision probability from ~38% to ~5%, eliminating the lock pileups causing system slowdown.
Signed-off-by: Jenita <[email protected]>