-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(quorum): fix parsing quorum result (#98)
* fix(readme): remove trailing spaces * feat: fix quorum, remove quickstart from git, local * fix: switch to stage * fix: cleanup * fix: quorum error reporting
- Loading branch information
Showing
9 changed files
with
93 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,16 @@ | ||
# yaml-language-server: $schema=schemas/workers.json | ||
|
||
# A result of app deployment. | ||
# This file is updated automatically after successful deployment using `fluence workers deploy` command | ||
# A result of app deployment. This file is created automatically after successful deployment using `fluence workers deploy` command | ||
|
||
# Documentation: https://github.com/fluencelabs/cli/tree/main/docs/configs/workers.md | ||
|
||
# config version | ||
version: 0 | ||
|
||
deals: | ||
defaultWorker: | ||
definition: bafkreigvoitfoutkvtlx2obdajsjnujtmabtkcox5cdunv34a47vplydwi | ||
timestamp: 2023-09-25T08:18:41.888Z | ||
dealIdOriginal: "0x65ccab7a0C276381620cE502B3671EF6B296301c" | ||
dealId: 65ccab7a0c276381620ce502b3671ef6b296301c | ||
chainNetwork: testnet | ||
chainNetworkId: 80001 | ||
|
||
# # A map of created deals | ||
# deals: | ||
# # worker name | ||
# defaultWorker: | ||
# # worker CID | ||
# definition: bafkreigvy3k4racm6i6vvavtr5mdkllmfi2lfkmdk72gnzwk7zdnhajw4y | ||
# # ISO timestamp of the time when the worker was deployed | ||
# timestamp: 2023-07-07T11:23:52.353Z | ||
# # deal ID used in aqua to resolve workers | ||
# dealId: 799c4beb18ae084d57a90582c2cb8bb19098139e | ||
# # original deal ID that you get after signing the contract | ||
# dealIdOriginal: "0x799C4BEB18Ae084D57a90582c2Cb8Bb19098139E" | ||
# # network name that was used when deploying worker | ||
# chainNetwork: testnet | ||
# # network ID that was used when deploying worker | ||
# chainNetworkId: 1313161555 | ||
|
||
# # A map of deployed workers | ||
# hosts: | ||
# # worker name | ||
# defaultWorker: | ||
# # worker CID | ||
# definition: bafkreicoctafgctpxf7jk4nynpnma4wdxpcecjtspsjmuidmag6enctnqa | ||
# # worker installation spells | ||
# # host_id and worker_id can be used to access the worker | ||
# installation_spells: | ||
# - host_id: 12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR | ||
# spell_id: 9dbe4003-1232-4a20-9d52-5651c5cf4c5c | ||
# worker_id: 12D3KooWLBQAdDFXz9vWnmgs6MyMfo25bhUTUEiLPsG94ppYq35w | ||
# # ISO timestamp of the time when the worker was deployed | ||
# timestamp: 2023-07-07T11:39:57.610Z | ||
# # relay that was used when connecting to the network | ||
# relayId: 12D3KooWPisGn7JhooWhggndz25WM7vQ2JmA121EV8jUDQ5xMovJ | ||
definition: "bafkreifncwgw7vgktf7j7qectsinrkhbhxjwfdvemmrshdsgi2ydelpvs4" | ||
timestamp: "2023-09-27T12:11:50.777Z" | ||
dealIdOriginal: "0x8d9C53312f0A4ad1Ba280ac197D371a33627E3bE" | ||
dealId: "8d9c53312f0a4ad1ba280ac197d371a33627e3be" | ||
chainNetwork: "testnet" | ||
chainNetworkId: 8000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ "wasm-modules/eth-rpc", "wasm-modules/curl-adapter" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters