@solana/sysvars
Advanced tools
Comparing version 2.0.0-canary-20241027103025 to 2.0.0-canary-20241027112806
@@ -5,3 +5,3 @@ import { type FetchAccountConfig } from '@solana/accounts'; | ||
import type { Rpc } from '@solana/rpc-spec'; | ||
import type { Epoch, Slot, UnixTimestampUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import type { Epoch, Slot, UnixTimestamp } from '@solana/rpc-types'; | ||
type SysvarClockSize = 40; | ||
@@ -15,6 +15,6 @@ /** | ||
epoch: Epoch; | ||
epochStartTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1; | ||
epochStartTimestamp: UnixTimestamp; | ||
leaderScheduleEpoch: Epoch; | ||
slot: Slot; | ||
unixTimestamp: UnixTimestampUnsafeBeyond2Pow53Minus1; | ||
unixTimestamp: UnixTimestamp; | ||
}>; | ||
@@ -21,0 +21,0 @@ export declare function getSysvarClockEncoder(): FixedSizeEncoder<SysvarClock, SysvarClockSize>; |
@@ -5,5 +5,5 @@ import { type FetchAccountConfig } from '@solana/accounts'; | ||
import type { Rpc } from '@solana/rpc-spec'; | ||
import { LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import { Lamports } from '@solana/rpc-types'; | ||
type FeeCalculator = Readonly<{ | ||
lamportsPerSignature: LamportsUnsafeBeyond2Pow53Minus1; | ||
lamportsPerSignature: Lamports; | ||
}>; | ||
@@ -10,0 +10,0 @@ type SysvarFeesSize = 8; |
@@ -5,5 +5,5 @@ import { type FetchAccountConfig } from '@solana/accounts'; | ||
import type { Rpc } from '@solana/rpc-spec'; | ||
import { type Blockhash, type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import { type Blockhash, type Lamports } from '@solana/rpc-types'; | ||
type FeeCalculator = Readonly<{ | ||
lamportsPerSignature: LamportsUnsafeBeyond2Pow53Minus1; | ||
lamportsPerSignature: Lamports; | ||
}>; | ||
@@ -10,0 +10,0 @@ type Entry = Readonly<{ |
@@ -5,3 +5,3 @@ import { type FetchAccountConfig } from '@solana/accounts'; | ||
import type { Rpc } from '@solana/rpc-spec'; | ||
import { type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import { type Lamports } from '@solana/rpc-types'; | ||
type SysvarRentSize = 17; | ||
@@ -16,3 +16,3 @@ /** | ||
exemptionThreshold: number; | ||
lamportsPerByteYear: LamportsUnsafeBeyond2Pow53Minus1; | ||
lamportsPerByteYear: Lamports; | ||
}>; | ||
@@ -19,0 +19,0 @@ export declare function getSysvarRentEncoder(): FixedSizeEncoder<SysvarRent, SysvarRentSize>; |
@@ -5,7 +5,7 @@ import { type FetchAccountConfig } from '@solana/accounts'; | ||
import type { Rpc } from '@solana/rpc-spec'; | ||
import { type LamportsUnsafeBeyond2Pow53Minus1 } from '@solana/rpc-types'; | ||
import { type Lamports } from '@solana/rpc-types'; | ||
type Entry = Readonly<{ | ||
activating: LamportsUnsafeBeyond2Pow53Minus1; | ||
deactivating: LamportsUnsafeBeyond2Pow53Minus1; | ||
effective: LamportsUnsafeBeyond2Pow53Minus1; | ||
activating: Lamports; | ||
deactivating: Lamports; | ||
effective: Lamports; | ||
}>; | ||
@@ -12,0 +12,0 @@ /** |
{ | ||
"name": "@solana/sysvars", | ||
"version": "2.0.0-canary-20241027103025", | ||
"version": "2.0.0-canary-20241027112806", | ||
"description": "An abstraction layer over signing messages and transactions in Solana", | ||
@@ -60,6 +60,6 @@ "exports": { | ||
"dependencies": { | ||
"@solana/accounts": "2.0.0-canary-20241027103025", | ||
"@solana/codecs": "2.0.0-canary-20241027103025", | ||
"@solana/errors": "2.0.0-canary-20241027103025", | ||
"@solana/rpc-types": "2.0.0-canary-20241027103025" | ||
"@solana/codecs": "2.0.0-canary-20241027112806", | ||
"@solana/errors": "2.0.0-canary-20241027112806", | ||
"@solana/rpc-types": "2.0.0-canary-20241027112806", | ||
"@solana/accounts": "2.0.0-canary-20241027112806" | ||
}, | ||
@@ -66,0 +66,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
340816
+ Added@solana/accounts@2.0.0-canary-20241027112806(transitive)
+ Added@solana/addresses@2.0.0-canary-20241027112806(transitive)
+ Added@solana/assertions@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-core@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-data-structures@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-numbers@2.0.0-canary-20241027112806(transitive)
+ Added@solana/codecs-strings@2.0.0-canary-20241027112806(transitive)
+ Added@solana/errors@2.0.0-canary-20241027112806(transitive)
+ Added@solana/options@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-spec@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241027112806(transitive)
+ Added@solana/rpc-types@2.0.0-canary-20241027112806(transitive)
- Removed@solana/accounts@2.0.0-canary-20241027103025(transitive)
- Removed@solana/addresses@2.0.0-canary-20241027103025(transitive)
- Removed@solana/assertions@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-core@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-data-structures@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-numbers@2.0.0-canary-20241027103025(transitive)
- Removed@solana/codecs-strings@2.0.0-canary-20241027103025(transitive)
- Removed@solana/errors@2.0.0-canary-20241027103025(transitive)
- Removed@solana/options@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-spec@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-spec-types@2.0.0-canary-20241027103025(transitive)
- Removed@solana/rpc-types@2.0.0-canary-20241027103025(transitive)