embark/packages/core/utils
Jonathan Rainville 03bd49cf64 fix(@embark/rpc-manager): fix duplicated accounts in rpc manager
Was caused by the fact that each rpc-modifier got its own node
accounts, but once the eth_accounts modifier is enabled, the
"node" accounts are always going to contain the custom accounts too
Now, the node accounts are set once eth_accounts is initiated, so
that every modifier is on the same page
Also implement a second layer of protection to make sure that if a
duplication happens, it is gotten rid of
2019-12-19 11:19:03 -05:00
..
src fix(@embark/rpc-manager): fix duplicated accounts in rpc manager 2019-12-19 11:19:03 -05:00
.npmrc move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.5 2019-12-16 13:49:41 -05:00
README.md move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
package.json chore(release): 5.0.0-alpha.5 2019-12-16 13:49:41 -05:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00
tslint.json move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00

README.md

embark-utils

Utils used by Embark

Visit embark.status.im to get started with Embark.