Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs on how to create tasks and register events #84

Merged
merged 8 commits into from
Jul 20, 2022

Conversation

vtleonardo
Copy link
Contributor

Scope

This PR is adding new documentation on how the layer1 package is structured and how to add new tasks and events.

@vtleonardo vtleonardo requested a review from a user July 19, 2022 13:43
@github-actions github-actions bot added area/docs go Pull requests that update Go code labels Jul 19, 2022
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
layer1/executor/tasks/examples/simple_task.go Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #84 (0f97fa2) into main (5e6ed46) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   45.60%   45.62%   +0.02%     
==========================================
  Files         214      214              
  Lines       38504    38504              
==========================================
+ Hits        17558    17568      +10     
+ Misses      19010    19006       -4     
+ Partials     1936     1930       -6     
Impacted Files Coverage Δ
badgerTrie/smt.go 71.70% <0.00%> (+0.59%) ⬆️
badgerTrie/smt_merkle_proof.go 64.84% <0.00%> (+3.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e6ed46...0f97fa2. Read the comment docs.

@ricardopinto ricardopinto self-requested a review July 20, 2022 13:13
Copy link
Contributor

@ricardopinto ricardopinto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardopinto ricardopinto merged commit 1d80e73 into alicenet:main Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants