Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog + security * Deployment (#10) * add changelog + security (#9) * added dockerfile * fix bug on build * change the wkdir to /data * change the wkdir to / * fix typo * back to /node * push to dockerhub instead * deployment done --------- Co-authored-by: Kenny P <[email protected]> * use internal network dns * Deployment (#13) * change the wkdir to /data * change the wkdir to / * fix typo * back to /node * deploy 2 reputer and workers for topic 1 * random * API Adapter with README ORA-2066 (#12) * API Adapter with README * move API adapter readme inside dir * Config file/env var + factory adapters + minor fixes * updating readme to tell you to copy the env file and fill it out before running docker-compose (#14) * readme changes (#15) * chore: fix typos README.md (#17) Hello, I found some typos in README.md "intentend" to "intended" "be use" to "be used" And there were also missing space in "InferenceEndpointis required if InferenceEntrypoint is defined.". This canged for "InferenceEndpoint is required if InferenceEntrypoint is defined." Hope this helps. Signed-off-by: osrm <[email protected]> * update dependencies, do not print conf (#18) * Cleanups (#16) * cleanups * efficient deployment updates * fix bug --------- Co-authored-by: Kenny <[email protected]> * fix issues with docker-compose initialize * readme fix * forecast should return nodeValue * Update dependencies + reputer nonce fix (#19) * fix deprecated docker compose command * string interpolation * uniform backoff (#21) * uniform backoff * README update * Update and rename start.docker to init.docker (#22) * Update and rename start.docker to init.docker on devnet, when running the command: ``` chmod +x start.docker ./start.docker ``` the worker node won't register because it is not funded. The wallet for the worker node is being created and the node is attempting to register to the network in one go. However, for the user this will never work. What they will have to do is 1. run the command 2. kill the terminal 3. fund their wallet 4. rerun the chmod command The fix proposed is: 1. run init.docker to generate address and then you can get the address funded manually 2. run docker compose --build separately to start your services Signed-off-by: kush-alloralabs <[email protected]> * Update README.md Signed-off-by: kush-alloralabs <[email protected]> * Update README.md Signed-off-by: kush-alloralabs <[email protected]> --------- Signed-off-by: kush-alloralabs <[email protected]> * fix the conflicting account issues * add pull request template * correct the wkdir for source github actions * allow devs pass in their existing wallets and don't override * fix startup edgecase * Diego/fix merge conflicts (main-dev) (#25) * add changelog + security (#9) * release v0.1.0 (#23) * add changelog + security * Deployment (#10) * add changelog + security (#9) * added dockerfile * fix bug on build * change the wkdir to /data * change the wkdir to / * fix typo * back to /node * push to dockerhub instead * deployment done --------- Co-authored-by: Kenny P <[email protected]> * use internal network dns * Deployment (#13) * change the wkdir to /data * change the wkdir to / * fix typo * back to /node * deploy 2 reputer and workers for topic 1 * random * API Adapter with README ORA-2066 (#12) * API Adapter with README * move API adapter readme inside dir * Config file/env var + factory adapters + minor fixes * updating readme to tell you to copy the env file and fill it out before running docker-compose (#14) * readme changes (#15) * chore: fix typos README.md (#17) Hello, I found some typos in README.md "intentend" to "intended" "be use" to "be used" And there were also missing space in "InferenceEndpointis required if InferenceEntrypoint is defined.". This canged for "InferenceEndpoint is required if InferenceEntrypoint is defined." Hope this helps. Signed-off-by: osrm <[email protected]> * update dependencies, do not print conf (#18) * Cleanups (#16) * cleanups * efficient deployment updates * fix bug --------- Co-authored-by: Kenny <[email protected]> * fix issues with docker-compose initialize * readme fix * forecast should return nodeValue * Update dependencies + reputer nonce fix (#19) * fix deprecated docker compose command * string interpolation * uniform backoff (#21) * uniform backoff * README update * Update and rename start.docker to init.docker (#22) * Update and rename start.docker to init.docker on devnet, when running the command: ``` chmod +x start.docker ./start.docker ``` the worker node won't register because it is not funded. The wallet for the worker node is being created and the node is attempting to register to the network in one go. However, for the user this will never work. What they will have to do is 1. run the command 2. kill the terminal 3. fund their wallet 4. rerun the chmod command The fix proposed is: 1. run init.docker to generate address and then you can get the address funded manually 2. run docker compose --build separately to start your services Signed-off-by: kush-alloralabs <[email protected]> * Update README.md Signed-off-by: kush-alloralabs <[email protected]> * Update README.md Signed-off-by: kush-alloralabs <[email protected]> --------- Signed-off-by: kush-alloralabs <[email protected]> * fix the conflicting account issues * add pull request template * correct the wkdir for source github actions --------- Signed-off-by: osrm <[email protected]> Signed-off-by: kush-alloralabs <[email protected]> Co-authored-by: Kenny <[email protected]> Co-authored-by: Kenny P <[email protected]> Co-authored-by: Diego C <[email protected]> Co-authored-by: Madison Williams <[email protected]> Co-authored-by: osrm <[email protected]> Co-authored-by: kush-alloralabs <[email protected]> * remove usage of init.docker * fix readme conflicts * fix readme conflicts * use offchain-node as name --------- Signed-off-by: osrm <[email protected]> Signed-off-by: kush-alloralabs <[email protected]> Co-authored-by: Kenny P <[email protected]> Co-authored-by: Tobi Okedeji <[email protected]> Co-authored-by: Kenny <[email protected]> Co-authored-by: Madison Williams <[email protected]> Co-authored-by: osrm <[email protected]> Co-authored-by: kush-alloralabs <[email protected]> * Update config.example.json (#27) https://upshotworld.slack.com/archives/C06TUMEP3LM/p1723139422909399 By default we should have the worker and reputer run on the same port so that both work in the simplest path. Signed-off-by: kush-alloralabs <[email protected]> * Metrics (#28) * added metrics to offchain node * expose metrics port on 2112 * update readme * typo --------- Co-authored-by: Kenny <[email protected]> * update changelog + pr template --------- Signed-off-by: osrm <[email protected]> Signed-off-by: kush-alloralabs <[email protected]> Co-authored-by: Tobi Okedeji <[email protected]> Co-authored-by: Diego C <[email protected]> Co-authored-by: Madison Williams <[email protected]> Co-authored-by: osrm <[email protected]> Co-authored-by: kush-alloralabs <[email protected]>
- Loading branch information