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

Decentralization of the processes #1527

Merged
merged 12 commits into from
Dec 11, 2019
Merged

Decentralization of the processes #1527

merged 12 commits into from
Dec 11, 2019

Conversation

krhubert
Copy link
Contributor

@krhubert krhubert commented Nov 25, 2019

closes #1526

sdk/process/msgs.go Outdated Show resolved Hide resolved
@krhubert krhubert force-pushed the feature/process-backend branch 3 times, most recently from 7572fc0 to a11b919 Compare November 27, 2019 16:21
sdk/process/backend.go Outdated Show resolved Hide resolved
sdk/ownership/backend.go Outdated Show resolved Hide resolved
sdk/process/backend.go Show resolved Hide resolved
@krhubert krhubert added breaking change enhancement New feature or request labels Nov 28, 2019
@krhubert krhubert self-assigned this Nov 28, 2019
@krhubert krhubert added this to the next milestone Nov 28, 2019
@krhubert krhubert marked this pull request as ready for review November 28, 2019 09:36
sdk/ownership/backend.go Outdated Show resolved Hide resolved
sdk/ownership/backend.go Outdated Show resolved Hide resolved
sdk/ownership/backend.go Outdated Show resolved Hide resolved
@NicolasMahe
Copy link
Member

Let's wait for issue #1427 to be closed before merging this PR

# Conflicts:
#	protobuf/api/process.pb.go
#	protobuf/api/process.proto
#	server/grpc/api/process.go
Copy link
Member

@NicolasMahe NicolasMahe left a comment

Choose a reason for hiding this comment

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

TODO:

  • add e2e test on process ownership
    • check its creation
    • check its deletion

Copy link
Member

@antho1404 antho1404 left a comment

Choose a reason for hiding this comment

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

We need to fix this part

// TODO: to re-implement when process is on cosmos
// if !msg.Request.ProcessHash.IsZero() {
// if _, err := s.processSDK.Get(msg.Request.ProcessHash); err != nil {
// return nil, err
// }
// }

Except that and one small comment not blocking it's good

sdk/process/backend.go Show resolved Hide resolved
@antho1404 antho1404 merged commit 93479e8 into dev Dec 11, 2019
@antho1404 antho1404 deleted the feature/process-backend branch December 11, 2019 07:41
@NicolasMahe NicolasMahe changed the title Move process to cosmos network Implement process on cosmos sdk Dec 13, 2019
@NicolasMahe NicolasMahe changed the title Implement process on cosmos sdk Decentralization of the processes Dec 13, 2019
@NicolasMahe NicolasMahe added the release:change Pull requests that change something existant label Dec 13, 2019
@NicolasMahe NicolasMahe mentioned this pull request Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release:change Pull requests that change something existant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement process on cosmos
3 participants