VoR0220
056b5a0ab9
bare bones bulk registration example spec
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
add registrars to system
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
VoR0220
abef066652
small fix
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
Jonathan Rainville
5a3a9878f9
add triple equals
2018-08-21 15:03:34 -04:00
Jonathan Rainville
86d8a30c15
fix tests using new dependencies
2018-08-21 15:03:34 -04:00
Jonathan Rainville
3c952f89ed
make groups of dependencyCount to do async by group
2018-08-21 15:03:34 -04:00
VoR0220
c5a39649b9
convert to average
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
emizzle
d2b89f88f9
Added cors for whisper
2018-08-21 15:03:34 -04:00
Jonathan Rainville
75a7b93d69
intercept logs by adding the name only
2018-08-21 15:03:34 -04:00
Jonathan Rainville
c9590d476c
enbale multiple arguments in dashboard
2018-08-21 15:03:34 -04:00
Jonathan Rainville
8ecd382a1f
enable logger to log multiple arguments
2018-08-21 15:03:34 -04:00
VoR0220
c3d2ef07e8
missing semicolon
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
VoR0220
cca71a1c66
back to promisification
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
VoR0220
88133b01a9
callback fixes and get rid of resolver interface
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
VoR0220
acc672944e
more unnecessary contracts gotten rid of, and fixes made to Embarkjs file
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
6d62499716
get rid of unnecessary contracts for this iteration
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
78d892c7ca
get rid of global web3 in ens
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
754a47fad8
get rid of register for now
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
5397a66d61
finish it all up
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
bb797edbe1
finish the deployment stage
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
734dc85825
add in new api for ens
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
e80ba7873a
temp commit
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
300b2326ab
starting to create registration and some changes to the deployment
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:33 -04:00
VoR0220
0308a65301
lint is lyfe
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:07 -04:00
VoR0220
dfd496ed94
attempt at deploying on dev net
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:07 -04:00
VoR0220
cbc0b1b9fd
add ens contracts
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:01:36 -04:00
Jonathan Rainville
0b3572f564
set PWD directly instead of overriding chdir
2018-08-20 09:47:19 -04:00
Jonathan Rainville
7abdc9e0e6
set a limit funding
2018-08-14 14:05:21 -04:00
Michael Bradley, Jr
a8f8acb7ff
when installing template mv dot.gitignore -> .gitignore if it exists
2018-08-12 15:02:03 -05:00
Michael Bradley, Jr
2c852a22c1
moveSync
2018-08-12 14:59:48 -05:00
Michael Bradley, Jr
6d4870f862
whisper -- canonicalHost, defaultHost
2018-08-02 15:36:46 -05:00
Michael Bradley, Jr
f91baf73bc
proxy -- canonicalHost, defaultHost
2018-08-02 15:36:25 -05:00
Michael Bradley, Jr
ca7a46224d
storage procs launcher -- canonicalHost
2018-08-02 15:32:46 -05:00
Michael Bradley, Jr
3885128e18
config -- canonicalHost, defaultHost
2018-08-02 15:32:34 -05:00
Michael Bradley, Jr
6d482cfb95
buildUrlFromConfig -- canonicalHost
2018-08-02 15:32:19 -05:00
Michael Bradley, Jr
0191ec9d24
webserver -- canonicalHost, defaultHost, dockerHostSwap
2018-08-02 15:32:08 -05:00
Michael Bradley, Jr
d70264adb6
blockchain -- defaultHost, dockerHostSwap
2018-08-02 15:31:55 -05:00
Michael Bradley, Jr
2ad8097dcb
simulator -- defaultHost, dockerHostSwap
2018-08-02 15:31:27 -05:00
Michael Bradley, Jr
000a10b375
host utils
2018-08-02 15:30:43 -05:00
emizzle
9b41fa8ac2
Modified DevFunds to “factory pattern”
...
Added a “factory pattern” to DevFunds to allow for async calls to be made during object construction. This allows for `web3.eth.getAccounts` to be called and the `accounts` property assigned on instantiation.
This modification allows each unit test case to be run independently of the others.
2018-08-01 11:35:42 +10:00
emizzle
7cb9cd5622
Basic unit tests complete for dev funds
...
Finished added unit tests for dev_funds. These are weak tests as the FakeIpcProvider does not provide enough support for keeping track of accounts and balances and instead we are injecting the provider responses in the tests, which kind of defeats the purposes of the tests. Instead, the FakeIpcProvider should be a little smarter and do more of what a real node would do.
2018-07-31 14:59:55 +10:00
emizzle
12304eac16
Adding in unit tests for dev_funds (WIP)
2018-07-31 14:59:55 +10:00
Iuri Matias
c44a95e6ea
fix linting issue
2018-07-30 06:58:54 -04:00
Iuri Matias
a01e600857
Merge pull request #627 from embark-framework/bug_fix/warning-contract-path
...
trim the contract name to have the warning correctly (patch)
2018-07-26 13:31:59 -04:00
Iuri Matias
71e9eed67b
use config password file; tolerate somethign going terribly wrong since it wouldnt' affect the blockchain process generally
2018-07-19 11:15:16 +03:00
Iuri Matias
69f356b3f0
only use personal in --dev mode
2018-07-19 10:58:47 +03:00
Iuri Matias
0099078e94
fix lint
2018-07-18 17:53:37 +03:00
Iuri Matias
c1809e3752
Merge branch 'fund_accounts' of github.com:embark-framework/embark into fund_accounts
2018-07-18 17:48:58 +03:00
Iuri Matias
20406ba51a
fix lint
2018-07-18 17:47:53 +03:00
emizzle
9382f98933
Housekeeping and removal of none additions
...
Clean up debugging statements from fund_accounts.
Removed the addition of the nonce increment for contracts deploy as this was only affecting mneumonic-generated accounts which is not meant for dev environment.
2018-07-18 14:08:32 +02:00
Iuri Matias
5e3740f088
add regular account unlocks in devMod due to issues with geth
2018-07-18 13:45:18 +03:00