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

Third party billing services implementation #68

Closed
DylanVerstraete opened this issue Nov 16, 2022 · 3 comments
Closed

Third party billing services implementation #68

DylanVerstraete opened this issue Nov 16, 2022 · 3 comments
Assignees
Labels
type_feature New feature or request
Milestone

Comments

@DylanVerstraete
Copy link
Contributor

DylanVerstraete commented Nov 16, 2022

Changed Events:

  • nothing

New Events:

  • in substrate-node/pallets/pallet-smart-contract/src/lib.rs
        /// A Service contract is created
        ServiceContractCreated(types::ServiceContract),
        /// A Service contract metadata is set
        ServiceContractMetadataSet(types::ServiceContract),
        /// A Service contract fees are set
        ServiceContractFeesSet(types::ServiceContract),
        /// A Service contract is approved
        ServiceContractApproved(types::ServiceContract),
        /// A Service contract is canceled
        ServiceContractCanceled {
            service_contract_id: u64,
            cause: types::Cause,
        },
        /// A Service contract is billed
        ServiceContractBilled {
            service_contract: types::ServiceContract,
            bill: types::ServiceContractBill,
            amount: BalanceOf<T>,
        },
@DylanVerstraete DylanVerstraete added the type_feature New feature or request label Nov 16, 2022
@DylanVerstraete DylanVerstraete added this to the 2.6.0 milestone Nov 16, 2022
@DylanVerstraete DylanVerstraete changed the title Third part billing services implementation Third party billing services implementation Nov 17, 2022
@DylanVerstraete DylanVerstraete modified the milestones: 2.6.0, 2.8.0 Nov 17, 2022
@DylanVerstraete DylanVerstraete self-assigned this Nov 17, 2022
@DylanVerstraete
Copy link
Contributor Author

DylanVerstraete commented Nov 17, 2022

@renauter Please list the changed / new events above

@renauter
Copy link
Contributor

@renauter Please list the changed / new events above

done
it should stay like this but I ll update if there are new changes

@DylanVerstraete
Copy link
Contributor Author

time to complete: 1 day max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants