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

bmresearch / Solnet / 10672350157

02 Sep 2024 07:46PM UTC coverage: 77.453% (+0.2%) from 77.239%
10672350157

push

github

BifrostTitan
Agave v2.0 Migration

Updated the RPC client and removed deprecated code from the SDK.
Cleaned up all the warnings across the solution and added a few sys-vars that were missing.
Generate Seed in Mnemonic class now uses System.Security.Cryptography instead of bouncy castle sdk

1111 of 1682 branches covered (66.05%)

Branch coverage included in aggregate %.

6 of 10 new or added lines in 6 files covered. (60.0%)

18 existing lines in 4 files now uncovered.

5117 of 6359 relevant lines covered (80.47%)

1328281.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Solnet.Rpc/Models/StakeActivation.cs
1
namespace Solnet.Rpc.Models
2
{
3
    /// <summary>
4
    /// Represents the stake activation info.
5
    /// </summary>
6
    public class StakeActivationInfo
7
    {
8
        /// <summary>
9
        /// Stake active during the epoch.
10
        /// </summary>
UNCOV
11
        public ulong Active { get; set; }
×
12

13
        /// <summary>
14
        /// Stake inactive during the epoch.
15
        /// </summary>
UNCOV
16
        public ulong Inactive { get; set; }
×
17

18
        /// <summary>
19
        /// The stake account's activation state, one of "active", "inactive", "activating", "deactivating".
20
        /// </summary>
UNCOV
21
        public string State { get; set; }
×
22
    }
23
}
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

© 2025 Coveralls, Inc