Socket
Socket
Sign inDemoInstall

@cruna/protocol

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cruna/protocol - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

2

package.json
{
"name": "@cruna/protocol",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "The Cruna protocol",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -157,2 +157,6 @@ # Welcome to the Cruna Protocol - Redefining NFTs for Enhanced Security and Limitless Expandability

**1.0.0-beta.10**
- After extensive testing we verified that the global emitters were requiring too much gas because of the many external calls with many parameters across contracts
- Removed activation after minting in favor of activation only during the minting process. Still, any implementer can extend the contract to allow for activation after minting, if needed
**1.0.0-beta.9**

@@ -241,50 +245,46 @@ - Allow to update the emitters for managers and plugins

```
44 passing
42 passing
-------------------------------------|----------|----------|----------|----------
File | % Stmts | % Branch | % Funcs | % Lines
-------------------------------------|----------|----------|----------|----------
interfaces/ | 100 | 100 | 100 | 100
IERC6454.sol | 100 | 100 | 100 | 100
IERC6982.sol | 100 | 100 | 100 | 100
manager/ | 97.28 | 67.65 | 95.52 | 98.04
Actor.sol | 100 | 70 | 100 | 100
CrunaManager.sol | 97.73 | 68.12 | 95.12 | 97.95
CrunaManagerBase.sol | 94.12 | 63.64 | 94.12 | 97.37
CrunaManagerProxy.sol | 100 | 100 | 100 | 100
ICrunaManager.sol | 100 | 100 | 100 | 100
ICrunaManagerEmitter.sol | 100 | 100 | 100 | 100
plugins/ | 96.67 | 77.78 | 100 | 100
CrunaPluginBase.sol | 96.67 | 77.78 | 100 | 100
ICrunaPlugin.sol | 100 | 100 | 100 | 100
plugins/inheritance/ | 100 | 68.6 | 96.3 | 97.83
IInheritanceCrunaPlugin.sol | 100 | 100 | 100 | 100
IInheritanceCrunaPluginEmitter.sol | 100 | 100 | 100 | 100
InheritanceCrunaPlugin.sol | 100 | 68.6 | 96.15 | 97.83
InheritanceCrunaPluginProxy.sol | 100 | 100 | 100 | 100
token/ | 98.31 | 66.67 | 100 | 95.65
CrunaManagedNFTBase.sol | 98.15 | 65.38 | 100 | 95.38
CrunaManagedNFTOwnable.sol | 100 | 50 | 100 | 100
CrunaManagedNFTTimeControlled.sol | 100 | 83.33 | 100 | 100
ICrunaManagedNFT.sol | 100 | 100 | 100 | 100
IReference.sol | 100 | 100 | 100 | 100
IVault.sol | 100 | 100 | 100 | 100
utils/ | 96.55 | 58.33 | 100 | 93.02
CrunaGuardian.sol | 100 | 50 | 100 | 75
CrunaRegistry.sol | 100 | 100 | 100 | 100
ERC6551AccountProxy.sol | 90 | 75 | 100 | 90.91
FlexiTimelockController.sol | 100 | 50 | 100 | 100
IBoundContract.sol | 100 | 100 | 100 | 100
IBoundContractExtended.sol | 100 | 100 | 100 | 100
IControlled.sol | 100 | 100 | 100 | 100
ICrunaGuardian.sol | 100 | 100 | 100 | 100
ICrunaRegistry.sol | 100 | 100 | 100 | 100
INamed.sol | 100 | 100 | 100 | 100
INamedAndVersioned.sol | 100 | 100 | 100 | 100
IVersioned.sol | 100 | 100 | 100 | 100
SignatureValidator.sol | 100 | 75 | 100 | 100
WithDeployer.sol | 100 | 100 | 100 | 100
-------------------------------------|----------|----------|----------|----------
All files | 97.84 | 67.3 | 97.39 | 97.28
-------------------------------------|----------|----------|----------|----------
------------------------------------|----------|----------|----------|----------
File | % Stmts | % Branch | % Funcs | % Lines
------------------------------------|----------|----------|----------|----------
interfaces/ | 100 | 100 | 100 | 100
IERC6454.sol | 100 | 100 | 100 | 100
IERC6982.sol | 100 | 100 | 100 | 100
manager/ | 97.7 | 71.33 | 98.28 | 98.44
Actor.sol | 100 | 70 | 100 | 100
CrunaManager.sol | 97.64 | 71.77 | 97.14 | 97.87
CrunaManagerBase.sol | 96.55 | 68.75 | 100 | 100
CrunaManagerProxy.sol | 100 | 100 | 100 | 100
ICrunaManager.sol | 100 | 100 | 100 | 100
plugins/ | 96.15 | 85.71 | 100 | 100
CrunaPluginBase.sol | 96.15 | 85.71 | 100 | 100
ICrunaPlugin.sol | 100 | 100 | 100 | 100
plugins/inheritance/ | 98.44 | 69.74 | 95.24 | 95.4
IInheritanceCrunaPlugin.sol | 100 | 100 | 100 | 100
InheritanceCrunaPlugin.sol | 98.44 | 69.74 | 95 | 95.4
InheritanceCrunaPluginProxy.sol | 100 | 100 | 100 | 100
token/ | 98.04 | 66.67 | 100 | 98.28
CrunaManagedNFTBase.sol | 97.83 | 65.22 | 100 | 98.15
CrunaManagedNFTOwnable.sol | 100 | 50 | 100 | 100
CrunaManagedNFTTimeControlled.sol | 100 | 83.33 | 100 | 100
ICrunaManagedNFT.sol | 100 | 100 | 100 | 100
IReference.sol | 100 | 100 | 100 | 100
IVault.sol | 100 | 100 | 100 | 100
utils/ | 96.43 | 58.33 | 100 | 92.68
CrunaGuardian.sol | 100 | 50 | 100 | 75
CrunaRegistry.sol | 100 | 100 | 100 | 100
ERC6551AccountProxy.sol | 90 | 75 | 100 | 90.91
FlexiTimelockController.sol | 100 | 50 | 100 | 100
IBoundContract.sol | 100 | 100 | 100 | 100
IBoundContractExtended.sol | 100 | 100 | 100 | 100
ICrunaGuardian.sol | 100 | 100 | 100 | 100
ICrunaRegistry.sol | 100 | 100 | 100 | 100
INamed.sol | 100 | 100 | 100 | 100
INamedAndVersioned.sol | 100 | 100 | 100 | 100
IVersioned.sol | 100 | 100 | 100 | 100
SignatureValidator.sol | 100 | 75 | 100 | 100
------------------------------------|----------|----------|----------|----------
All files | 97.67 | 69.39 | 98.48 | 97.29
------------------------------------|----------|----------|----------|----------
```

@@ -291,0 +291,0 @@

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

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