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

dvote-js

Package Overview
Dependencies
Maintainers
7
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvote-js - npm Package Versions

1
25

1.11.1

Diff

Changelog

Source

1.11.1

  • Workaround: Back off the tricky exports from ffjavascript (ES incompatible by default)
dappfuse
published 1.11.0 •

Changelog

Source

1.11.0

  • Adding registerVotingKey
  • Renamed TS types
    • ISourceNetworkId is now SourceNetworkId
    • IProcessDetails is now ProcessDetails
    • IProcessState is now ProcessState
    • IProcessSummary is now ProcessSummary
    • IProcessKeys is now ProcessKeys
    • IVotePackage is now VotePackage
  • Added archive support as a fallback in VotingApi for getProcess, getProcessState, getProcessSummary, getResultsWeight, getEnvelopeHeight and getRawResults when the process has expired on the Vochain
  • Supporting the getStats and getBlockList gateway methods
  • Adding the IGatewayClient, IGatewayDVoteClient and IGatewayWeb3Client interfaces, so that methods don't depend on explicit class types
  • Internal arrangements for clarity and flexibility
dappfuse
published 1.10.1 •

Changelog

Source

1.10.1

  • Addressing a problem that could prevent signing binary payloads on Chrome-based browsers
divdevdoe
published 1.9.15 •

divdevdoe
published 1.9.9-1 •

dappfuse
published 1.10.0 •

Changelog

Source

1.10.0

Breaking changes to support ZK Snarks and Baby JubJub wallets

  • [Breaking] Using a new version of the Poseidon hash algorithm (now working with bigInt's)
  • [Breaking] Refactoring hashing.ts
    • Removing hashBuffer, multiHash and hash from hashing.ts
    • Adding Keccak256.hashText, Keccak256.hashHexString, Keccak256.hashBytes
    • Adding Poseidon.hash, Poseidon.hashBabyJubJubPublicKey, Poseidon.getNullifier
  • Adding CensusOffChain
    • Adding CensusOffChain.Public (encodePublicKey) and CensusOffChain.Anonymous (digestPublicKey)
    • CensusOffChainApi.digestPublicKey is gone
      • Replace CensusOffChainApi.digestPublicKey(..., CensusOffchainDigestType.RAW_PUBKEY) by CensusOffChain.Public.encodePublicKey instead
    • CensusOffchainDigestType is no longer needed
    • [Breaking] generateCensusId and generateCensusIdSuffix are now part of CensusOffChain
  • Adding the WalletBabyJubJub class
  • [Breaking] CensusOffchainApi.getCensusSize is now CensusOffchainApi.getSize
  • [Breaking] SignerUtil.fromInjectedWeb3 is now Web3Signer.fromInjected
  • Adding Random.getRandomBytes and Random.getBigInt
  • generateCensusIdSuffix now uses keccak256 internally
  • Converting class groupings into namespaces
  • Using personal_sign when signing payloads via a JSON RPC call.
    • Prevents signature mismatches when using Wallet Connect, Ledger, Trezor, etc through useWallet
dappfuse
published 1.9.14 •

Changelog

Source

1.9.14

dappfuse
published 1.9.13 •

Changelog

Source

1.9.13

  • Fixing a relative path that was causing issues with yarn
dappfuse
published 1.9.12 •

Changelog

Source

1.9.12

  • Upgrades the Ethereum Storage proofs dependency to account for the London hard for
divdevdoe
published 1.9.11 •

Changelog

Source

1.9.11

  • Reestablishes weight and random factor for gateway discovery (dvote and web3)
  • Changes ethers provider from JsonRpcProvider to StaticJsonRpcProvider in order to avoid unecessarry eth_chainId calls
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