Socket
Socket
Sign inDemoInstall

embark-utils

Package Overview
Dependencies
449
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1234

4.1.0-beta.5

Diff

Changelog

Source

4.1.0-beta.5 (2019-07-10)

Bug Fixes

  • @cockpit: don't send invalid value to Smart Contract methods (3f77272)
  • @cockpit/debugger: check if debuggingContract is undefined (3590197)
  • @cockpit/explorers: consistently display "Mined on" timestamps (52d54f0)
  • @embark/code-generator: use plugins for contract generation (c87d7da)
  • @embark/code-runner: restore EmbarkJS.environment property in the cli dashboard (7d27125)
  • @embark/contracts-manager: ensure ETH values sent through APIs are converted to string (70ff3c1)
  • @embark/deployment: don't over estimate gas when running tests against non-simulator nodes (d76a82a), closes /github.com/trufflesuite/ganache-core/blob/8ad1ab29deccbbb4018f6961d0eb7ec984ad8fcb/lib/utils/gasEstimation.js#L33-L39
  • @embark/embarkjs-whisper: Messages.isAvailable() should always return a promise (93ca3ad)
  • @embark/ipc: fix functions not being printed in console (421c340)
  • @embark/site: update contractGeneration plugin api (ad796bc)
  • @embark/storage: revise timing for process:started and code eval to avoid race conditions (5828ae6)
  • @embark/test-runner: make --tx-details option work again (2531fc1), closes /github.com/embarklabs/embark/commit/87d92b6091#diff-92b4f79a0473160fe700440b1ced5204R140

Features

  • @cockpit: Pass tx value as wei and add validation (536a402)
  • @embark/solc: add embark-solc to monorepo (1e59b58)
  • @embark/ui: sort contracts and functions alphabetically (0e9a4a1)
michaelsbradleyjr
published 4.1.0-beta.4 •

Changelog

Source

4.1.0-beta.4 (2019-06-27)

Bug Fixes

  • @cockpit/utils: Ensure whisper channels are at least 4 characters long (610d8f1)
  • @dapps/demo: don't allow subscription to whisper channels with less than 4 chars (322397f), closes #1666
  • @dapps/templates/demo: ensure whisper channel state is set correctly (1b6987e)
  • @embark/config: disable webserver if pipeline is disabled (24b5339)
  • @embark/coverage: function types and single statement ifs (2ce9ca6)
  • @embark/dapps: old link updated to the latest documentation at website (09d7428)
  • @embark/deploy-tracker: fix getting the block 0 with sim --fork (f6d7a54)
  • @embark/deployment: don't break when using abiDefinitions (9e5c9c7)
  • @embark/solidity: fix recursive error on Windows (1edd68f)
  • @embark/solidity: show a better error message in debug (198a5dc)
  • @embark/test-runenr: fix event listener overflow (e288483)
  • alleviate races re: embarkjs by introducing Plugin#addGeneratedCode and related refactors (fc4faa8)
  • @embark/test-runner: only run tests on files with describe (9646673)
  • docs: ensure paginator helper has __() local (ebe61f4)
  • templates: fix templates because tests don't like empty files (908aa3b)

Features

  • @embark/blockchain-connector: Add command to get full account info (71cb161)
  • @embark/site: add section on getting account from describe (5044403)
  • @embark/test-runner: return accounts in the describe callback (332229f)
  • @embark/test-runner: wait for deploy before enterning describe (8c16541)
michaelsbradleyjr
published 4.1.0-beta.3 •

Changelog

Source

4.1.0-beta.3 (2019-06-07)

Bug Fixes

Features

  • @cockpit/explorer: enable users to send ether through payable methods (#1649) (d10c0b7)
  • @embark/cli: exit with error if --template and --contracts-only are both used with 'new' cmd (d477adc)
michaelsbradleyjr
published 4.1.0-beta.2 •

Changelog

Source

4.1.0-beta.2 (2019-05-22)

Bug Fixes

  • @cockpit/utils: properly detect if ENS is enabled (7a0609b)
  • @cockpit/whisper: ensure message subscription call is working (2c6c948)
  • @embark/ens: use namehash for resolver (4d079de)
  • @embark/pipeline: ensure color methods for logs are available (8ca6419)
  • @embark/utils: add find-up and globule to dependencies (0253c90)

Features

  • @embark/utils: introduce setUpEnv() function (038928f)
michaelsbradleyjr
published 4.1.0-beta.1 •

Changelog

Source

4.1.0-beta.1 (2019-05-15)

Bug Fixes

  • @embark-utils/accountParser: fix privateKey accounts (fc02405)
  • @embark/api: import colors pkg so type string has .stripColors (fbfe376)
  • @embark/api: setup the embark-ui build dir before the express instance (c4d647c)
  • @embark/api: specify colors package as a dependency (ae8ec69)
  • @embark/blockchain_process: use correct import for ProcessWrapper (9acf256)
  • @embark/console: fix cockpit console if using console command (d5c3a9c)
  • @embark/core: move process.on inside ProcessWrapper's constructor (fd09488)
  • @embark/demo: link css from dependency (438e917)
  • @embark/demo: render whisper error messages not error objects (925ed06)
  • @embark/deployment: only log error when error exists (bf0f439)
  • @embark/library-manager: specify colors package as a dependency (2d22819)
  • @embark/plugin-cmd: revise package.json in light of #1573, #1574, #1575, #1576 (c30f742)
  • @embark/site: fix strategy not put in the right section (8781585)
  • @embark/specialconfig: fix undefined contract name in onDeploy (7eb85f0)
  • @embark/utils: expose longRunningProcessTimer properly (244e2e2)
  • embark-site: error in tracking section (c7c923d)
  • embark-site: remove double web3 typo (b9c12dd)
  • improve wording on contract constructor failing (ea7ae22)
  • embark/generator: add back environment to EmbarkJS (1ae0ab6)
  • embark/generator: add empty line to embarkjs (6b16f66)
  • test: fix accountParser test in regards to privateKey fix (a22d8fc)
  • add missing linkjuice built (b5db685)
  • dashboard auto complete (c51ec50)
  • make coverage more forgiving (0f4e554)
  • parity origins (a75fa79)
  • update solidity-parser-antlr to allow the use of the payable keyword in contracts (7401966)

Features

  • @embar/contracts-manager: add message for interface contracts (334d3bc)
  • @embark-site: add troubleshooting guide on interface contracts (1f02e49)
  • @embark/api: Add command service api on/off (634feb5)
  • @embark/blockchain: Restart Ethereum via command (7a76516)
  • @embark/storage: Add command service ipfs on/off (1e4e6e4)
  • @embark/storage: Add command service swarm on/off (3dcc339)
  • @embark/test-runner: show interface contract message in tests (f9d7a3f)
  • @embark/webserver: Add support for service webserver on/off (0c394fe)
  • @embark/whisper: Remove support for service whisper on/off (fc01daf)
michaelsbradleyjr
published 4.1.0-beta.0 •

Changelog

Source

4.1.0-beta.0 (2019-04-17)

Bug Fixes

  • @cockpit/deployment: Check if contracts deployed when connected to metamask (c233163)
  • @cockpit/services: send only process names to embark-api-client (eb9de68)
  • @embark/contracts_manager: compare correct property (9e4204a)
  • @embark/debugger: Add error handling for missing line (5a502b3)
  • @embark/deployment: ensure error messages emitted are logged (72fc80d)
  • @embark/deployment: ensure logger is available in all hooks (42aebb9)
  • @embark/ipfs: Fix IPFS gateway CORS for embark-status plugin (e4d1e4e)
  • @embark/pipeline: Support embarkjs-whisper with external pipeline (447f6f8)
  • @embark/solidity: handle absolute paths correctly (4b1e126)
  • @embark/storage: Fix hang when IPFS/Swarm started externally (eca456f)
  • @embark/tests: Fix contracts app hanging (12cbb7b)
  • @embark/utils: Fix proxy crash with unknown function (431d366)
  • embark/compiler: fix errors and bugs with solc 0.4.18 (bfebb3c)
  • embark/simulator: fix account object empty when no mnemonic (a4f68cb)
  • pipeline: build contracts even when pipeline is disabled (75af5c4)
  • run geth and parity in archival mode for dev nodes (542809c)

Features

  • @cockpit: implement pagination for contracts (d71352b)
  • @cockpit/editor: Make tabs draggable (f27cde9)
  • @cockpit/explorer: display truncated account balances (6b2dc95)
  • @cockpit/explorer: implement pagination for accounts explorer (745edaf)
  • @embark/embark-reset: allow users to specify files to be removed in reset (b8357b7)
  • @embark/embark-specialconfigs: introduce new beforeDeploy hooks (1aeb6fd)
  • @embark/embarkjs: add bytecode to contract (4d4704a)
  • @embark/generator: transpile embarkjs.js to be used by node (ae88cc6)
  • @embark/proxy: Add dev tx to proxy when request fails to get response (36be50e)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc