Commit 659b188
authored
contract for funding services at most every 24h (#33)
* contract for funding services at most every 24h
Signed-off-by: Alexander Diemand <[email protected]>
* +factories; +interfaces
Signed-off-by: Alexander Diemand <[email protected]>
* corr
Signed-off-by: Alexander Diemand <[email protected]>
* service manager test
Signed-off-by: Alexander Diemand <[email protected]>
* follow naming convention
Signed-off-by: Alexander Diemand <[email protected]>
* updated packages
Signed-off-by: Alexander Diemand <[email protected]>
* address security warnings
Signed-off-by: Alexander Diemand <[email protected]>
* check constructor arguments
Signed-off-by: Alexander Diemand <[email protected]>
* new hierachy: ServiceManager - ServiceController - Service - Instance
Signed-off-by: Alexander Diemand <[email protected]>
* wip - user interface to manage contracts
Signed-off-by: Alexander Diemand <[email protected]>
* improved UI
Signed-off-by: Alexander Diemand <[email protected]>
* beautified and roughly tested
Signed-off-by: Alexander Diemand <[email protected]>
---------
Signed-off-by: Alexander Diemand <[email protected]>1 parent 4d3d47b commit 659b188
File tree
42 files changed
+1984
-1351
lines changed- bca-token-app/src/lib
- bca-token-market
- src
- lib
- routes
- servicecontroller
- [addr]
- serviceinstance
- [addr]
- servicemanager
- [addr]
- service
- [addr]
- bca-token-solidity
- contracts
- ignition
- modules
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+1984
-1351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
This file was deleted.
0 commit comments