This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat/ocw/bookkeeping #5200
Merged
gnunicorn
merged 19 commits into
master
from
bernhard/deterministic-bookkeeping-issue-3722
Apr 24, 2020
Merged
feat/ocw/bookkeeping #5200
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6a779f3
impl offchain index
75cbe3d
Update client/cli/src/params/offchain_worker_params.rs
drahnr f82ff29
Update client/api/src/execution_extensions.rs
drahnr 43fefee
Update client/executor/src/integration_tests/mod.rs
drahnr 08853b0
Update client/service/src/config.rs
drahnr 64a5dac
Update primitives/core/src/offchain/storage.rs
drahnr 8769de9
Update primitives/core/src/offchain/storage.rs
drahnr 701ea04
fix doctest
2aa7c5f
Merge remote-tracking branch 'origin/master' into rebaseaction
b1249a9
Merge remote-tracking branch 'origin/master' into rebaseaction
f61221a
Merge remote-tracking branch 'origin/master' into rebaseaction
1626cc1
Update primitives/state-machine/src/ext.rs
drahnr 798695d
Update primitives/io/src/lib.rs
drahnr eb5bc86
Update primitives/io/src/lib.rs
drahnr a7d990a
Update client/cli/src/params/offchain_worker_params.rs
drahnr 9b0012c
Update primitives/io/src/lib.rs
drahnr b27ff76
Update client/cli/src/config.rs
drahnr 32ae2ed
Update client/cli/src/config.rs
drahnr 62ccc60
Update client/api/src/backend.rs
drahnr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update client/service/src/config.rs
Co-Authored-By: Kian Paimani <[email protected]>
- Loading branch information
commit 08853b0eef392fdd346ae38d9043a05b1dc85a79
There are no files selected for viewing
This file contains hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -130,7 +130,7 @@ impl KeystoreConfig { | |||||
| pub struct OffchainWorkerConfig { | ||||||
| /// If this is allowed. | ||||||
| pub enabled: bool, | ||||||
| /// allow writes from the runtime to the offchain worker database | ||||||
| /// allow writes from the runtime to the offchain worker database. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| pub indexing_enabled: bool, | ||||||
| } | ||||||
|
|
||||||
|
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.