Commit Graph

122 Commits

Author SHA1 Message Date
Iuri Matias be4a8aca6e
Merge pull request #968 from embark-framework/bug_fix/accounts
Fix Accounts and add nodeAccounts to specifically use the node accounts
2018-10-07 09:04:54 -04:00
Jonathan Rainville 16067b572c change 70000 for a constant 2018-10-05 20:05:07 -04:00
Iuri Matias 8e7c383a82
Merge pull request #883 from StevenJNPearce/develop
add ENS console commands
2018-10-05 17:30:35 -04:00
Jonathan Rainville 467eeeec55 use an event to get web3 instead of global 2018-10-05 13:15:01 -04:00
Jonathan Rainville ec1382e838 add helpful messages when ens register is rejected 2018-10-05 11:08:33 -04:00
Jonathan Rainville b01793e9b7 make on deploy manual 2018-10-05 10:49:46 -04:00
Jonathan Rainville beea030c18 remove process.exits 2018-10-04 15:18:31 -04:00
Jonathan Rainville 7c74f14b71 fix rebase problems and now works 2018-10-04 15:18:31 -04:00
Jonathan Rainville fa181669f5 use known addresses for ENSRegistrery 2018-10-04 15:18:31 -04:00
Jonathan Rainville 1dd21dc198 conflict in ens index 2018-10-04 15:18:31 -04:00
Jonathan Rainville 5756e58d1e conflict in ens index 2018-10-04 15:18:31 -04:00
Jonathan Rainville 7d193054f8 conflict in ens index 2018-10-04 15:18:31 -04:00
StevenJNPearce 159b74eb4b add ENS console commands 2018-09-29 22:39:39 +02:00
Anthony Laibe bee3f2f0c5 Address PR feedback 2018-09-28 15:06:58 +01:00
Anthony Laibe c6b0c34d8c ENS config use the actual network ID
Instead of relying on the name of network.
Fetch the real network id and configure ENS
based on that value
2018-09-28 12:28:34 +01:00
Anthony Laibe 23d6b07467 Warning if no default account for ens 2018-09-25 15:30:46 +01:00
Iuri Matias 7e710745ce always add ens contracts source so abi definition is always available in environments the contract is already deployed 2018-09-21 19:02:44 -04:00
Iuri Matias c02bd6c444 make linter happy 2018-09-17 13:58:13 -04:00
Iuri Matias 1296545fa3 make function defaul arg instead 2018-09-17 13:36:20 -04:00
Iuri Matias 7d6809b57f take into account when event does not trigger a cb 2018-09-15 12:52:11 -04:00
Anthony Laibe 6ad9c0dc5a Update error with or 2018-09-10 17:08:09 +01:00
Anthony Laibe 613921169a Better trace register ens 2018-09-10 10:12:02 +01:00
Anthony Laibe 4c580dd54d Pr feedback using once 2018-09-07 14:57:49 +01:00
Anthony Laibe 4481e6eb99 Ens config is run only once 2018-09-07 11:18:43 +01:00
Iuri Matias 262a6d3aef move older code to embarkjs & refactor 2018-09-01 09:35:13 -04:00
Jonathan Rainville f1e5aff3fb dont crash if ens contracts don't deploy 2018-08-31 08:50:15 -04:00
Anthony Laibe 581b0c9f42 Fix lint 2018-08-30 10:04:58 +01:00
Anthony Laibe b9944b18d2 Pass web3 as params 2018-08-30 10:04:58 +01:00
Anthony Laibe 0a261b050d Name available in console 2018-08-30 10:04:58 +01:00
Anthony Laibe 83c01cffdc Storage and Whisper connect 2018-08-30 10:04:58 +01:00
Anthony Laibe 00ccad1d9b Fix isavailable 2018-08-30 10:04:58 +01:00
Anthony Laibe 6a2b91d99b Add console/require to codeRunner 2018-08-30 10:04:58 +01:00
Anthony Laibe 307b7dc8e7 EmbarkJS available 2018-08-30 10:04:58 +01:00
Iuri Matias 7eb52c1f8f
Merge pull request #735 from embark-framework/bugfix/allow-zero-config-blockchain
Allow zero config in blockchain
2018-08-29 17:33:15 -04:00
Anthony Laibe 23f7ec396a Allow zero config in blockchain 2018-08-27 10:06:37 +01:00
Iuri Matias 26cde59fcb
Merge pull request #732 from embark-framework/feature/hide-ens-transaction-log
Hide ENS Transaction log
2018-08-23 14:57:36 -04:00
Anthony Laibe 607c2657c4 Hide ENS Transaction log 2018-08-23 09:23:51 +01:00
Anthony Laibe b0e0989359 Move ipns function to ipfs 2018-08-22 10:48:45 +01:00
Anthony Laibe cc7dfbcc60 Remove ENS warning 2018-08-21 16:11:07 -04:00
Jonathan Rainville 824a234d76 enable register in privatenet and patch weird errors 2018-08-21 16:11:07 -04:00
Jonathan Rainville 61d63e2f65 conflict in register 2018-08-21 16:11:07 -04:00
Jonathan Rainville d4abed24eb linting 2018-08-21 16:11:07 -04:00
Jonathan Rainville 5f3dd25e06 disable preregister in privatenet and fix conditions 2018-08-21 16:11:07 -04:00
Jonathan Rainville 2fe1b05492 use embarkJS secureSend 2018-08-21 16:11:06 -04:00
Jonathan Rainville c211430fbd use secureSend for deploy 2018-08-21 16:11:06 -04:00
Jonathan Rainville d6b814dc3e add secureSend to get estimate gas and interval the transactions 2018-08-21 16:11:06 -04:00
Jonathan Rainville 5125cb06f7 hide contracts from dashboard when silent 2018-08-21 16:07:58 -04:00
Jonathan Rainville 2edd45ef55 set log function as trace if silent for contract deployer 2018-08-21 16:07:58 -04:00
Jonathan Rainville 5b5628d75c only set provider if provider is ENS 2018-08-21 16:07:58 -04:00
Jonathan Rainville a1e2fc057d remove provider!==ens 2018-08-21 16:07:58 -04:00