11 Commits

Author SHA1 Message Date
Adam Uhlíř
e146b8406b
fix: commit removing regex honors rc suffix (#98) 2022-05-09 11:46:37 +02:00
Adam Uhlíř
bef03cabc8
fix: dont use promise fs namespace for node12 support (#97) 2022-05-09 11:28:27 +02:00
Adam Uhlíř
1ac6d89815
fix: regex 2022-05-05 16:29:18 +02:00
Adam Uhlíř
9c99180aac
feat: allow version with commit hash 2022-05-05 16:21:02 +02:00
Adam Uhlíř
b7659fc8b4
fix: shebang and bee-js in deps 2022-05-05 16:20:52 +02:00
Adam Uhlíř
ddd764e668
feat: external configuration (#89) 2022-05-05 13:36:55 +02:00
Adam Uhlíř
51f37f402f
feat: adding docker meta label for required blockchain image (#88) 2022-05-05 13:13:13 +02:00
Adam Uhlíř
365f77c1ab
feat: image generation improvements (#87) 2022-05-05 11:36:49 +02:00
Adam Uhlíř
360f3e07c2
feat: ts cli orchestrator (#81) 2022-04-29 15:51:09 +02:00
Adam Uhlíř
9ac5b11421
feat: api versions support (#72) 2022-02-09 08:26:03 +01:00
nugaon
d38a2551a8
feat: init (#1)
* chore: add package.json and package.lock to the project

* build: add truffle configuration for contract deployment

* feat: init swarm contracts and define migration script

* feat: init bash scripts that orchestrate docker containers

* fix: change auto-mining to progressing blockchain in order to satisfy bee ts check

* chore: add npm command definitions and downgrade openzeppelin for solc ^0.6.0

* build: set solc compiler configuration similar to the original swarm deployment

* chore: generate bee keys until 5 nodes

* refactor: import erc20 logic from openzeppelin and remove sw3 contract because cannot produce same bytecode

* chore: add trimmed single-swap-factory bytecode (without token address param)

* feat: deploy erc20 and single swap factory contracts that bee also accepts

* feat: bee.sh and blockchain.sh

* feat: add supply script to fund bee overlay addresses

* docs: amend README

* docs: fix bee start command

* fix: bee.sh datadir path

* docs: add network script to the usage description

* fix: solc compiler truffle config
2021-04-23 16:16:35 +02:00