u/Difficult_Fee_8820

▲ 3 r/AppBusiness+1 crossposts

Some one built a porn viewer with my website. Idk how to feel about it

Yesterday i lauched my webapp to build andriod app without coding. A lot of people build a lot of apps. About 200+ rn. I saw a porn viewer aswell, i never imagined this can be done with my app.

reddit.com
u/Difficult_Fee_8820 — 4 days ago
▲ 5 r/solana

Consensus and rewards

- #12233 Dump of some issues in ag footer reward processing

(https://github.com/anza-xyz/agave/issues/12233) - This is

a bundle of reward-processing bugs. The important part is

that reward crediting can happen at the wrong epoch bound

ary or otherwise behave inconsistently, so it affects val

idator economics and correctness.

- #12226 Triggering VotorEvent::TimeoutCrashedLeader too ea

rly (https://github.com/anza-xyz/agave/issues/12226) - The

timeout logic can mark a leader as crashed before the full

timeout window really justifies it. That can cause premat

ure failover behavior and unnecessary consensus noise.

- #12207 Issue to track reward metrics

(https://github.com/anza-xyz/agave/issues/12207) - This is

not a bug fix by itself; it’s a tracking issue for measur

ing how long reward certificates take to appear during bl

ock production. The goal is to understand reward latency

and where it gets stuck.

- #12199 Fix bug in multiple UpdateParent within block

(https://github.com/anza-xyz/agave/issues/12199) - There’s

a correctness bug when UpdateParent happens more than once

in the same block. That usually means parent/slot state is

not being updated safely under all sequencing conditions.

- #12171 Improvements to vote_reward.rs

(https://github.com/anza-xyz/agave/issues/12171) - This is

cleanup and correctness work in the vote reward code. It

likely overlaps with the broader reward changes above and

is aimed at making the logic easier to reason about.

- #12159 Update the max credit command in the cli

(https://github.com/anza-xyz/agave/issues/12159) - The CLI

command needs to reflect the newer vote-reward behavior,

otherwise operators get outdated or misleading numbers.

- #12046 Improve commission_split for alpenglow

(https://github.com/anza-xyz/agave/issues/12046) - The cu

rrent split logic is confusing, especially around whether

something is considered split and what happens when one s

ide is zero. This is reward accounting cleanup.

- #11850 Need to implement AG vote reward payout for the mi

gration epoch

(https://github.com/anza-xyz/agave/issues/11850) - During

the migration epoch, reward rules change from tower rewar

ds to AG rewards. This issue is about making that transit

ion work cleanly.

- #11849 Improve testing of AG vote rewards payout

(https://github.com/anza-xyz/agave/issues/11849) - This is

test coverage work for the reward payout path so the migr

ation-epoch logic doesn’t regress.

- #12058 Frequent dead slots on Devnet validator despite go

od hardware/performance

(https://github.com/anza-xyz/agave/issues/12058) - This p

oints to a validator liveness problem: slots are going de

ad even though the hardware seems fine. That usually means

a scheduler, network, or runtime bottleneck rather than r

aw machine capacity.

u/Difficult_Fee_8820 — 17 days ago