Richard Ramos
3ae6bbf5a4
Adding proxy to testapp
2018-06-11 17:14:02 -04:00
Iuri Matias
9f18c7ff0e
add test for balance and web3 object
2018-06-08 13:10:47 -04:00
Iuri Matias
3db8ccd44e
remove unnecessary config
2018-06-07 20:21:01 -04:00
Iuri Matias
edbbaa160b
make config params optional
2018-06-07 20:21:01 -04:00
Iuri Matias
402ee19722
default contracts fields
2018-06-07 20:20:24 -04:00
Iuri Matias
1c6df9db8d
remove data parameter
2018-06-07 20:20:24 -04:00
Iuri Matias
8fa7357d07
fix default from and data; add single test spec
2018-06-07 20:20:24 -04:00
Jonathan Rainville
e902c86ed2
conflicts in tests
2018-06-07 16:14:42 -04:00
Jonathan Rainville
4ffb5c401f
enable setting balance in mutliple formats
2018-06-07 13:01:12 -04:00
Jonathan Rainville
30a8263569
enable using accounts and balances
2018-06-07 13:01:12 -04:00
Jonathan Rainville
435e5eba03
fix calling back with accounts
2018-06-06 13:54:20 -04:00
RJ Catalano
60e4f9f07d
Merge pull request #491 from embark-framework/alias_address
...
alias address
2018-06-06 12:16:21 -05:00
Iuri Matias
a4196be958
alias address
2018-06-06 12:47:16 -04:00
Iuri Matias
1e4838d25a
Merge pull request #490 from embark-framework/fix_assert
...
make assert global like before
2018-06-06 11:24:27 -04:00
Iuri Matias
fdd462af79
make lint happy; always make it happy
2018-06-06 11:10:31 -04:00
Iuri Matias
da6572bb11
make assert global like before
2018-06-06 11:00:30 -04:00
Iuri Matias
cd6dcb7548
fix setting default account
2018-06-06 10:39:02 -04:00
Jonathan Rainville
b32c90b56e
compile tests only once
2018-06-04 10:45:50 -04:00
Iuri Matias
74df72fc0d
lint is king
2018-06-01 19:35:41 -04:00
Iuri Matias
60c687aa41
refactor storage module
2018-06-01 19:32:14 -04:00
Iuri Matias
17f5bb3905
Merge branch 'develop' into features/test-revamp-multi
2018-06-01 18:14:32 -04:00
Iuri Matias
8d985ce60a
fix tests; put back solc 0.4.24
2018-06-01 18:09:54 -04:00
Jonathan Rainville
b727d85358
small fixes
2018-06-01 13:53:09 -04:00
Jonathan Rainville
88889a1a9d
update test_app tests
2018-06-01 13:44:53 -04:00
Jonathan Rainville
5fb4e3330c
conflict in packagelock
2018-06-01 13:44:30 -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
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
Iuri Matias
9a1eefc838
Merge branch 'develop' into features/improve-storage-config
2018-06-01 12:01:51 -04:00
Iuri Matias
f3e7d03204
remove orbit
2018-06-01 10:15:41 -04:00
emizzle
85117cf55c
Dynamic selection of storage provider now working based on improved storage config.
...
swarm plugin now re-initialises the bzz object when it's availability is checked. this creates a much more stable swarm implementation on the dapp side.
surrounded the storage provider init code block with embark env ready
added alternate swarm gateway url
can now upload dapp to ipfs and run swarm storage and vice versa
2018-06-01 13:35:11 +10:00
emizzle
942a57aa3a
Storage config improvements start. Adjusted the config and have started to support those improvements through the codebase.
...
Currently stuck on starting multiple storage servcies at once. Might need a change in storage config spec.
WIP.
2018-06-01 13:33:44 +10:00
emizzle
0cb79d84a0
Dynamic selection of storage provider now working based on improved storage config.
...
swarm plugin now re-initialises the bzz object when it's availability is checked. this creates a much more stable swarm implementation on the dapp side.
surrounded the storage provider init code block with embark env ready
added alternate swarm gateway url
can now upload dapp to ipfs and run swarm storage and vice versa
2018-06-01 13:30:01 +10:00
emizzle
f6667b6948
Storage config improvements start. Adjusted the config and have started to support those improvements through the codebase.
...
Currently stuck on starting multiple storage servcies at once. Might need a change in storage config spec.
WIP.
2018-06-01 13:28:05 +10:00
Iuri Matias
69e5af2308
replace beforeAction plugin api with event action api
2018-05-30 13:35:36 -04:00
Iuri Matias
3f9c55131b
use requests instead of contractsManager directly
2018-05-30 13:35:36 -04:00
emizzle
5b4e829675
* Adds auto cors updates to geth command when blockchain started via run command.
...
* Fixes issues with storage/webserver configs not enabled but still having their values put in to geth cors
* Adds fixes for not including port when port == false
* Refactors of cors logic, and also now in a generic location so can be used by both `embark blockchain` and when blockchain started in separate process
2018-05-25 11:00:26 +10:00
Iuri Matias
24eadbd94f
convert test_app contracts config from json format to js object
2018-05-11 18:22:32 -04:00
Iuri Matias
2793432b87
convert test_app contracts.json to contracts.js
2018-05-11 18:11:05 -04:00
Iuri Matias
3a62f6a121
update default dev networkid to be the same as --dev option chainId
2018-05-11 10:23:52 -04:00