New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clerkb-lumos-integrator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clerkb-lumos-integrator - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

1

lib/generator.d.ts

@@ -12,2 +12,3 @@ import { Cell, CellDep, Hash, Indexer, HexNumber, Script } from "@ckb-lumos/base";

constructor(ckbAddress: string, indexer: Indexer, cellDeps: CellDep[], logger?: (message: string) => void);
cancelIssueBlock(): Promise<void>;
shouldIssueNewBlock(medianTimeHex: HexNumber, tipCell: Cell): Promise<State>;

@@ -14,0 +15,0 @@ fixTransactionSkeleton(medianTimeHex: HexNumber, txSkeleton: TransactionSkeletonType): Promise<TransactionSkeletonType>;

@@ -29,2 +29,5 @@ "use strict";

}
async cancelIssueBlock() {
this.roundStartSubtime = undefined;
}
async shouldIssueNewBlock(medianTimeHex, tipCell) {

@@ -31,0 +34,0 @@ const medianTime = BigInt(medianTimeHex) / 1000n;

2

package.json
{
"name": "clerkb-lumos-integrator",
"version": "0.2.1",
"version": "0.3.0",
"description": "Integrator between clerkb and lumos",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -64,2 +64,6 @@ import { Reader } from "ckb-js-toolkit";

async cancelIssueBlock(): Promise<void> {
this.roundStartSubtime = undefined;
}
async shouldIssueNewBlock(

@@ -66,0 +70,0 @@ medianTimeHex: HexNumber,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc