issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Java language:Java
Filter by
39.9M results
Background
contracts/upgradeable_proxy/src/lib.rs implements a two-step upgrade (propose_upgrade, confirm_upgrade, cancel_upgrade),
transfer_admin, and a sample set_value/get_value payload with has_pending_upgrade. ...
contracts
security
Background
contracts/transaction-receipt-contract/src/lib.rs records transaction receipts (record_receipt, get_receipt,
list_receipts_by_deal, list_receipts_by_user) with an operator role (set_operator). ...
contracts
enhancement
Background
contracts/mvp_staking_pool/src/lib.rs tracks not just staked balances but utilized stake: used_stake, unused_stake,
utilize_stake, alongside stake/unstake/fund_rewards/claim. This models a ...
contracts
reliability
Problem
@ApplicationIntegrationTest forces @Execution(ExecutionMode.SAME_THREAD), serializing all full-context tests even though
the only shared resource is the Testcontainers Postgres. Pure unit/domain ...
enhancement
Background
contracts/staking_rewards/src/lib.rs implements stake, unstake, fund_rewards, distribute_rewards, claim, and
get_claimable. Pro-rata reward distribution across stakers uses integer math, which ...
contracts
reliability
Stellar Wave
Background
contracts/vesting_schedule/src/lib.rs implements create_vesting_schedule, calculate_vested_amount,
calculate_claimable_amount, claim, and revoke (with pausability). Vesting math around the ...
contracts
Stellar Wave
testing
Problem
AbstractApplicationIntegrationTest now has two @BeforeEach methods (clock reset + iam_user baseline reset added in
Story 4 Scenario 1.1). SonarLint java:S8745 flags only one method in a class ...
enhancement
I know that reading help helps (although I assume you didn’t make that for iOS) but I didn’t find that page until I
actually understood how it works
Background
contracts/rent_payments/src/lib.rs records payment receipts (create_receipt, list_receipts_by_deal, receipt_count). As a
deal accumulates installments, list_receipts_by_deal returns an unbounded ...
contracts
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.