Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Feat/unit tests #3

Merged
merged 5 commits into from
Sep 23, 2022
Merged

Feat/unit tests #3

merged 5 commits into from
Sep 23, 2022

Conversation

godenzim
Copy link
Collaborator

No description provided.

@godenzim godenzim requested a review from gitsimon September 22, 2022 14:20
@godenzim godenzim merged commit a26bf01 into develop Sep 23, 2022
@godenzim godenzim deleted the feat/unit-tests branch September 23, 2022 07:36
JuaniRios pushed a commit that referenced this pull request Sep 28, 2022
* feat(unit-tests): started to add unit tests

* feat(unit-tests): added more unit tests

* feat(unit-tests): moved tests to their own file

* feat(unit-tests): restructured source code

* chore(): removed unused dependency
JuaniRios pushed a commit that referenced this pull request Oct 10, 2022
feat(job-payment): first commit

feat(statemint-backed-native-asset): all working as intended. At some point we need acurast to statemint transfers by burning native token, but not needed for now

fix(xcmp-panic): statemint not compiling

chore(proxy-pallet): refactoring, new events and errors

chore(proxy-pallet): removed unnecessary xcm-emulator folder

feat(proxy-pallet): emulator test added but ran with simulator (mock runtimes added in mock.rs instead of using real runtimes)

emulator

fix(attestation-origin-validation): added origin validation when submitting an attestation (#6)

doc(wasm-contract-integration): added section for example wasm smart … (#5)

* doc(wasm-contract-integration): added section for example wasm smart contract integration

* Update pallets/acurast/README.md

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

fix(imports): fixed imports (#4)

Feat/unit tests (#3)

* feat(unit-tests): started to add unit tests

* feat(unit-tests): added more unit tests

* feat(unit-tests): moved tests to their own file

* feat(unit-tests): restructured source code

* chore(): removed unused dependency

readme

pallet proxy working
JuaniRios pushed a commit that referenced this pull request Oct 12, 2022
feat(job-payment): first commit

feat(statemint-backed-native-asset): all working as intended. At some point we need acurast to statemint transfers by burning native token, but not needed for now

fix(xcmp-panic): statemint not compiling

chore(proxy-pallet): refactoring, new events and errors

chore(proxy-pallet): removed unnecessary xcm-emulator folder

feat(proxy-pallet): emulator test added but ran with simulator (mock runtimes added in mock.rs instead of using real runtimes)

emulator

fix(attestation-origin-validation): added origin validation when submitting an attestation (#6)

doc(wasm-contract-integration): added section for example wasm smart … (#5)

* doc(wasm-contract-integration): added section for example wasm smart contract integration

* Update pallets/acurast/README.md

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

fix(imports): fixed imports (#4)

Feat/unit tests (#3)

* feat(unit-tests): started to add unit tests

* feat(unit-tests): added more unit tests

* feat(unit-tests): moved tests to their own file

* feat(unit-tests): restructured source code

* chore(): removed unused dependency

readme

pallet proxy working
godenzim added a commit that referenced this pull request Oct 13, 2022
* Feat/manual job assignment (#8)

* feat(manual-job-assignment): added extrinsic call to manually assign a job

* chore(): updated docs

* feat(job-payment): payments working

feat(job-payment): first commit

feat(statemint-backed-native-asset): all working as intended. At some point we need acurast to statemint transfers by burning native token, but not needed for now

fix(xcmp-panic): statemint not compiling

chore(proxy-pallet): refactoring, new events and errors

chore(proxy-pallet): removed unnecessary xcm-emulator folder

feat(proxy-pallet): emulator test added but ran with simulator (mock runtimes added in mock.rs instead of using real runtimes)

emulator

fix(attestation-origin-validation): added origin validation when submitting an attestation (#6)

doc(wasm-contract-integration): added section for example wasm smart … (#5)

* doc(wasm-contract-integration): added section for example wasm smart contract integration

* Update pallets/acurast/README.md

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

fix(imports): fixed imports (#4)

Feat/unit tests (#3)

* feat(unit-tests): started to add unit tests

* feat(unit-tests): added more unit tests

* feat(unit-tests): moved tests to their own file

* feat(unit-tests): restructured source code

* chore(): removed unused dependency

readme

pallet proxy working

* feat(job-payment): simulation working after rebase

* feat(job-payment): rebase

* task(job-payment): cargo fmt and node setup tutorial added on examples folder

* chore(feat/job-payment): removed cargo patch

* chore(): fixed tests

* chore(): removed emulations and examples

Co-authored-by: Mike Godenzi <m.godenzi@papers.ch>
Co-authored-by: Juan <j.rios@papers.ch>
godenzim added a commit that referenced this pull request Oct 13, 2022
* Feat/manual job assignment (#8)

* feat(manual-job-assignment): added extrinsic call to manually assign a job

* chore(): updated docs

* feat(job-payment): payments working

feat(job-payment): first commit

feat(statemint-backed-native-asset): all working as intended. At some point we need acurast to statemint transfers by burning native token, but not needed for now

fix(xcmp-panic): statemint not compiling

chore(proxy-pallet): refactoring, new events and errors

chore(proxy-pallet): removed unnecessary xcm-emulator folder

feat(proxy-pallet): emulator test added but ran with simulator (mock runtimes added in mock.rs instead of using real runtimes)

emulator

fix(attestation-origin-validation): added origin validation when submitting an attestation (#6)

doc(wasm-contract-integration): added section for example wasm smart … (#5)

* doc(wasm-contract-integration): added section for example wasm smart contract integration

* Update pallets/acurast/README.md

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

fix(imports): fixed imports (#4)

Feat/unit tests (#3)

* feat(unit-tests): started to add unit tests

* feat(unit-tests): added more unit tests

* feat(unit-tests): moved tests to their own file

* feat(unit-tests): restructured source code

* chore(): removed unused dependency

readme

pallet proxy working

* feat(job-payment): simulation working after rebase

* feat(job-payment): rebase

* task(job-payment): cargo fmt and node setup tutorial added on examples folder

* chore(feat/job-payment): removed cargo patch

* chore(): fixed tests

* chore(): removed emulations and examples

Co-authored-by: Mike Godenzi <m.godenzi@papers.ch>
Co-authored-by: Juan <j.rios@papers.ch>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants