Pascal Precht
73d04433cf
feat(@embark/deployment): introduce interfaces
and libraries
configuration
...
This commit adds two new configuration settings for Smart Contract configuration:
- `interfaces` - Any Smart Contract that represent an interface or is used for inheritance
- `libraries` - Any Smart Contract that is used as a library
This makes the configuration less redundant in cases where otherwise the `deploy`
property has been set to `false`, such as:
```
deploy: {
Ownable: {
deploy: false
},
...
}
```
The above can now be done via:
```
interfaces: ['Ownable'],
deploy: {
...
}
```
2020-01-15 09:45:42 -05:00
..
2019-04-29 13:00:58 +02:00
2019-08-30 16:50:20 -04:00
2019-08-30 16:50:20 -04:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-11-08 11:27:20 -06:00
2019-04-29 13:00:58 +02:00
2020-01-15 09:45:42 -05:00
2019-08-30 16:50:20 -04:00
2019-08-30 16:50:20 -04:00
2019-04-29 13:00:58 +02:00
2019-10-17 14:39:25 -04:00
2019-04-29 13:00:58 +02:00
2019-12-11 09:39:20 -05:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-12-11 09:39:20 -05:00
2019-08-30 16:50:20 -04:00
2019-04-29 13:00:58 +02:00
2019-06-20 10:49:26 +02:00
2019-12-10 12:36:08 +01:00
2019-12-20 08:35:48 -06:00
2019-04-29 13:00:58 +02:00
2019-12-20 08:35:48 -06:00
2019-12-11 11:12:18 -05:00
2019-06-20 15:30:44 +02:00
2020-01-14 17:42:47 +01:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-11-21 15:38:48 +01:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-12-20 08:35:48 -06:00
2019-04-29 13:00:58 +02:00
2019-11-08 11:27:20 -06:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-07-15 09:16:09 +02:00
2019-05-10 09:49:34 -04:00
2019-04-29 13:00:58 +02:00
2019-11-05 10:21:02 -05:00
2019-04-29 13:00:58 +02:00
2019-12-20 08:35:48 -06:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00
2019-04-29 13:00:58 +02:00