20 Commits

Author SHA1 Message Date
Adam Uhlíř
90959ce127
chore: no auhau (#249) 2023-01-31 10:47:24 +01:00
bee-worker
9689632eea
chore(master): release 0.5.0 (#151)
Co-authored-by: Adam Uhlíř <adam@uhlir.dev>
2022-11-08 15:03:31 +01:00
significance
56be6055d0
docs: readme typo fix (#190) 2022-11-07 15:07:07 +01:00
Adam Uhlíř
a7eb6c6d05
feat: update blockchain image and contracts addresses are in labels (#214) 2022-11-04 11:42:37 +01:00
Adam Uhlíř
2ef924d615
feat: latest builds (#150) 2022-06-06 14:10:26 +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íř
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íř
03e8694d4c
feat: restricted api support (#69) 2022-01-14 09:40:42 +01:00
Adam Uhlíř
1686f8999c
docs: update maintainers (#51) 2021-08-10 14:17:59 +02:00
nugaon
e163745839
feat: parametric traffic gen (#35)
* feat: parametric traffic generation

* refactor: host input splitting

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>

* docs: update readme

* refactor: typeo

* refactor: traffic gen promise all (#36)

* refactor: concurent promises

* refactor: simplify lastCashOutPromises

* refactor: raise timeout to get cheques sooner

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2021-06-14 11:20:26 +02:00
nugaon
bdf3f56c00
docs: docker image pull workflow (#37) 2021-06-03 18:15:11 +02:00
nugaon
e61f2cb8a1
feat: traffic gen (#21)
* feat: generate random bytes and push to the binded nodes

* fix: npm reinstall

* fix: version dumps in package.json

* ci: bump version number of node

* feat: payment-tolerance

* refactor: gen 400 chunks with the trafficgen command

* feat: parametric traffic generation

* docs: amend beeShPorts description

* docs: readme

* fix: payment tolerance default value in bee.sh

* refactor: only beeApiUrl argument on script call

* docs: traffic gen readme adjustment

* refactor: instead of payment tolerance use payment threshold

* refactor: sleep ms raise and take out unnecessary axios call

* chore: await for upload, the script no longer overloads bee nodes with data (#27)

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2021-05-17 11:03:36 +02:00
Vojtech Simetka
05dc7b511b
docs: removed $ prefix in all shell commands in RREADME (#26) 2021-05-17 10:07:10 +02:00
nugaon
6bbe27743a refactor: renaming npm migrate script 2021-05-05 14:21:20 +02:00
nugaon
0bce2ed485
feat: docker image builds (#2)
* feat: add cleanup script in favor of many build trials

* feat: create docker images from specific state of spawned bee clients

* chore: add generated Docker files to git

* refactor: remove individual Docker files and create one common

* feat: remove Dockerfile creation and simplify the script

* feat: update common dockerfile on build

* refactor: remove generated Dockerfile from git

* chore: add generated Dockerfile to gitignore

* chore: ignore Dockerfile

* feat: check whether system environment variable is defined

* feat: common variable handling, new bee.sh functionalities and params

* feat: blockchain docker image build script

* feat: environment script to start the created images

* docs: amend readme

* feat: add bee image prefix env variable and its handlings

* feat: env variable handling + image prefix handling

* docs: amend readme

* feat: docker image prune

* docs: amend readme

* chore: echo for sudo password

* chore: echo for sudo password

* fix: environment queen logging

* chore: remove commented out code

* refactor: use osx compatible local variable init

* refactor: use shell check extension and make the script osx compatible

* fix: stop blockchain container as well on interrupting

* fix: rule out commented lines from env checking

* refactor: remove unnecessary echo

* refactor: remove cat command from the .env grep

* refactor: add some quotes to variable references where is necessary
2021-04-29 14:20:43 +02: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
nugaon
8bf781f84a feat: let's roll 2021-04-19 19:25:08 +02:00