Skip to content

Commit

Permalink
chore: cleanup unused files (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov authored and dimitrovmaksim committed Aug 11, 2023
1 parent e43f089 commit 979a531
Show file tree
Hide file tree
Showing 27 changed files with 24 additions and 750 deletions.
206 changes: 0 additions & 206 deletions .github/workflows/main.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 LimeChain

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To use this utility, you need to have Rust installed on your system. If you don'
Clone the repository and build the project with `cargo`, Rust's package manager:

```sh
git clone https://github.com/LimeChain/parachain-conformance-dev.git
cd parachain-conformance-dev
git clone https://github.com/LimeChain/wasm-injector.git
cd wasm-injector
cargo build --release
```

Expand Down Expand Up @@ -104,17 +104,10 @@ or
./wasm_injector convert --compressed --hexified raw_wasm_file.wasm compressed_and_hexified_wasm_file.wasm.hex
```

To run the WASM you need Linux environment with [Zombienet](https://github.com/paritytech/zombienet)
For each test you need to specify the path to the WASM module in the corresponding `.toml` file before running the test

```sh
zombienet -p native test ./tests/0001-parachains-pvf-compilation-time-bad.zndsl
```

## Contributing

Please feel free to contribute to the project. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under [TODO]. See the LICENSE file for details.
This project is licensed under MIT. See the LICENSE file for details.
5 changes: 0 additions & 5 deletions dependencies.txt

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/deploy.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/hexify.js

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/hexify.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/mount.sh

This file was deleted.

78 changes: 0 additions & 78 deletions scripts/runTests.jl

This file was deleted.

Loading

0 comments on commit 979a531

Please sign in to comment.