Jonathan Rainville
|
b32c90b56e
|
compile tests only once
|
2018-06-04 10:45:50 -04:00 |
Jonathan Rainville
|
91b8033ab5
|
fix using deployedAddress instead of address
|
2018-06-01 14:12:10 -04:00 |
Jonathan Rainville
|
aa04279a6f
|
Merge branch 'features/test-revamp-multi' of https://github.com/embark-framework/embark into features/test-revamp-multi
# Conflicts:
# lib/contracts/contract_deployer.js
# lib/i18n/locales/en.json
# lib/tests/test.js
# package-lock.json
|
2018-06-01 13:57:39 -04:00 |
Jonathan Rainville
|
b727d85358
|
small fixes
|
2018-06-01 13:53:09 -04:00 |
Jonathan Rainville
|
73fca42ce1
|
fix error messages for non deployed contracts
|
2018-06-01 13:44:54 -04:00 |
Jonathan Rainville
|
2d1a37d63b
|
conflict in pakcgae lock
|
2018-06-01 13:44:49 -04:00 |
Jonathan Rainville
|
dbb2352928
|
fix contracts that are instances of
|
2018-06-01 13:44:14 -04:00 |
Jonathan Rainville
|
6712fc294c
|
change another storage test
|
2018-06-01 13:44:14 -04:00 |
Jonathan Rainville
|
beb0df8985
|
make running config() without callback work
|
2018-06-01 13:44:14 -04:00 |
Jonathan Rainville
|
ab92457319
|
fix missing default from
|
2018-06-01 13:43:48 -04:00 |
Jonathan Rainville
|
4040c1eec9
|
use object assign to assign new values to contract
|
2018-06-01 13:43:48 -04:00 |
Jonathan Rainville
|
8664570d7c
|
conflict in test
|
2018-06-01 13:43:43 -04:00 |
Jonathan Rainville
|
d0a289a450
|
conflict in deployManager
|
2018-06-01 13:42:05 -04:00 |
Jonathan Rainville
|
b97c85d5f4
|
conflict in tests
|
2018-06-01 13:41:12 -04:00 |
Jonathan Rainville
|
3555575ff9
|
change another storage test
|
2018-06-01 13:35:58 -04:00 |
Jonathan Rainville
|
049af73294
|
make running config() without callback work
|
2018-06-01 13:35:58 -04:00 |
Jonathan Rainville
|
d647ea791e
|
fix missing default from
|
2018-06-01 13:35:18 -04:00 |
Jonathan Rainville
|
72da3b4a35
|
use object assign to assign new values to contract
|
2018-06-01 13:35:18 -04:00 |
Jonathan Rainville
|
a1d32e72e7
|
conflict in deployManager
|
2018-06-01 13:35:15 -04:00 |
Jonathan Rainville
|
9dcb64bde3
|
conflict in deployManager
|
2018-06-01 13:34:23 -04:00 |
Jonathan Rainville
|
c234655acd
|
resolve conflict in test.js
|
2018-06-01 13:33:11 -04:00 |
Jonathan Rainville
|
e5ec461f78
|
fix error messages for non deployed contracts
|
2018-06-01 11:30:02 -04:00 |
Jonathan Rainville
|
a112f18d93
|
always deploy contracts when in tests and make all test work
|
2018-06-01 10:05:43 -04:00 |
Jonathan Rainville
|
a0cfe525a9
|
fix contracts that are instances of
|
2018-05-31 09:52:37 -04:00 |
Jonathan Rainville
|
4b4ae66c93
|
change another storage test
|
2018-05-31 08:38:25 -04:00 |
Jonathan Rainville
|
827a3b309f
|
make running config() without callback work
|
2018-05-31 08:38:25 -04:00 |
Jonathan Rainville
|
622f54bda9
|
fix missing default from
|
2018-05-31 08:37:21 -04:00 |
Jonathan Rainville
|
641a77c2dc
|
use object assign to assign new values to contract
|
2018-05-31 08:37:21 -04:00 |
Jonathan Rainville
|
1176a2e8be
|
make require and test work
|
2018-05-31 08:37:21 -04:00 |
Jonathan Rainville
|
093bd13c6a
|
build only once
|
2018-05-31 08:37:21 -04:00 |
Jonathan Rainville
|
41aaa5c20d
|
conflict package json
|
2018-05-31 08:37:17 -04:00 |
Iuri Matias
|
1912981d7d
|
move contract deploy code to contract deployer; move it to events
|
2018-05-30 13:38:08 -04:00 |
Jonathan Rainville
|
5f3361d030
|
conflict in en.json
|
2018-05-23 11:16:56 -04:00 |
Iuri Matias
|
3e9376138b
|
move runCode
|
2018-05-23 11:16:17 -04:00 |
Jonathan Rainville
|
592b4ed4fd
|
conflict in code_generator
|
2018-05-23 11:16:13 -04:00 |
Iuri Matias
|
ae93d78cc2
|
move accounts to web3 module
|
2018-05-23 11:15:04 -04:00 |
RJ Catalano
|
6bcf03adc5
|
Merge pull request #441 from embark-framework/ipfs_object
make Ipfs object available in environment
|
2018-05-21 10:31:30 -05:00 |
Ricardo Guilherme Schmidt
|
56b20becfb
|
make getAccounts a simple web3 wrapper.
Maybe could even be like Test.prototype.getAccounts = web3.eth.getAccounts; ?
|
2018-05-18 20:44:14 -03:00 |
Iuri Matias
|
e2c2373249
|
accept hash of objects as second param for runcode
|
2018-05-18 15:55:34 -04:00 |
Ricardo Guilherme Schmidt
|
bc57ca62e3
|
add missing semicol
|
2018-05-17 03:00:23 -03:00 |
Ricardo Guilherme Schmidt
|
25e95c1002
|
add EmbarkSpec.getAccounts(cb)
|
2018-05-16 20:24:08 -03:00 |
Ricardo Guilherme Schmidt
|
bfcf72b09a
|
Initialize web3 provider before deployAll
This makes possible to load accounts before deploying the contracts.
|
2018-05-16 19:40:24 -03:00 |
Iuri Matias
|
0b70f32bb9
|
initial work for i18n
|
2018-05-10 15:01:34 -04:00 |
Jonathan Rainville
|
52d0c5a8dd
|
stop tests when deploy fails
|
2018-04-24 10:19:01 -04:00 |
Iuri Matias
|
6479bf816b
|
only deploy configured contracts in the tests
|
2018-03-11 08:28:03 -04:00 |
Iuri Matias
|
41baca4b51
|
don't redeploy if an asset has been changed and not a contract
|
2018-02-21 18:43:34 -05:00 |
Iuri Matias
|
3b60793b25
|
remove old jshint directives
|
2018-02-07 19:49:54 -05:00 |
Iuri Matias
|
10c4c75236
|
move tests related files to their own folder
|
2018-01-19 21:13:20 -05:00 |