• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 10474470690 / 1
89%
main: 89%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2024 03:27PM UTC
Files 1154
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Aug 2024 03:22PM UTC coverage: 51.141% (-0.05%) from 51.186%
10474470690.1

push

github

web-flow
Add confirmation screen for native staking `deposit` calls (#1834)

Extends the confirmation view endpoint to return a confirmation screen for native staking `deposit` calls:

```ts
type Response = {
  type: 'KILN_NATIVE_STAKING_DEPOSIT',
  parameters: DataDecodedParameter[] | null;
  status: StakingStatus;
  estimatedEntryTime: number;
  estimatedExitTime: number;
  estimatedWithdrawalTime: number;
  fee: number;
  monthlyNrr: number;
  annualNrr: number;
}
```

- Add `features.nativeStaking` feature flag
- Add `NativeStakingDepositConfirmationView` with relevant interfaces/`type` value
- Add `NativeStakingDepositTransactionInfo`
- Add `KilnNativeStakingHelper`
- Add `NativeStakingMapper`
- Add relative mapping to `TransactionsViewService`
- Add appropriate test coverage

498 of 3067 branches covered (16.24%)

Branch coverage included in aggregate %.

9388 of 16264 relevant lines covered (57.72%)

6.17 hits per line

Source Files on job run-test:e2e:cov - 10474470690.1
  • Tree
  • List 1154
  • Changed 6
  • Source Changed 5
  • Coverage Changed 168
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 10474470690
  • 5bafed86 on github
  • Prev Job for on main (#10474055122.1)
  • Next Job for on main (#10474584567.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc