Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filecoin-verifier-common

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filecoin-verifier-common - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

README.md

2

package.json
{
"name": "filecoin-verifier-common",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -27,5 +27,5 @@ import { buildPastTwoWeeks } from "./time";

DC_REMOVE_COMPLETED: "removalCompleted",
FIL_PLUS_STORAGE: "source:filplus.storage",
};
//issue open: DcRemoveRequest (to never be removed)

@@ -57,84 +57,5 @@ // RKH due diligence is done: DcRemoveReadyToSign (to be removed only at the end)

BlockchainSentryEvents,
buildPastTwoWeeks
buildPastTwoWeeks,
};
export default common;
// Happy Scenario
// 1. Start Application -- client
// -- Application [Validated]
// 2. Governance Team Start Allocation -- filecoin gt
// -- Application [Ready To Sign]
// 3. Notary Signs (proposal + comment)
// -- Application [Start Sign Datacap]
// 4. Notary Signs (approval + comment) (approval)
// -- Application [Application Granted, Verified Client]
// Request More Info Scenario
// 1. Start Application
// -- Application [Validated]
// 2. Governance Team Start Allocation -- filecoin gt
// -- Application [Ready To Sign]
// 4. Notary Request More Info
// -- Application [Ready To Sign, Waiting For Client Reply]
// 5. Client Replies(no template)
// -- we dont change labels, but increase counter in fe dashboard(fetch only last 7 days)
// 6. Notary Accepts
// -- Application [Ready To Sign, Start Sign Datacap]
// 7. Notary Request More Info
// -- Application [Waiting For Client Reply, Start Sign Datacap, Ready
// To Sign]
// 8. Client Replies
// 9. Notary Accepts
// -- Application [Application Granted, Verified Client]
// Decline V0.1 Scenario
// 1. Start Application
// -- Application [Validated]
// 2. Governance Team Start Allocation -- filecoin gt
// -- Application [Ready To Sign]
// 4. Notary Request More Info
// -- Application [Ready To Sign, Waiting For Client Reply]
// 5. Client Replies(no template)
// -- we dont change labels, but increase counter in fe dashboard(fetch only last 7 days)
// 6. Notary Decline
// -- Application [One Notary Declined, Ready To Sign]
// 7. Notary Request More Info
// -- Application [Waiting For Client Reply, Ready To Sign, One Notary
// Declined]
// 8. Client Replies
// 9. Notary Accepts
// -- Application [Application Granted, Verified Client, One Notary
// Declined]
// Error Scenario
// 1. Invalid address - add label "Error" and comment "Invalid address"
// 2. if issue main comment is modified - validate issue again
//
//
// Esraa
// Happy Scenario
// 1. Start Application
// -- Application [Validated]
// 2. Governance Team Start Allocation -- filecoin gt
// -- Application [Validated, Notary Review Needed]
// 2. Notary Signs
// -- Application [Validated, Notary Review Needed, Notary Proposed]
// 3. Notary Signs
// -- Application [Validated, Application Granted]
// -- Application [Validated, Notary Proposed(Start Signdatacap)]
// NOTES FOR ESRAA (TODO) :
// if Otherreason is selected - input should be required
// Client Verified should be whitelisted label
// Refer to comment template in message
// Remove comment template for client and change counter in fe to count only comments posted by person who open the issue && notary is waiting for more evidence(Notary Review Needed)
// Action points
// - publish package with correct labels to npm (esraa) (blocker)
// - integrate with LDN and FE (esraa)
// - integrate with SSA (fabri)
// - Script for issue state (fabri)
// Goal = Finish 19th Of April
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