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

Improvment for custum CallBuilder implementation #10

Merged
merged 14 commits into from
Aug 4, 2024
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ overflow-checks = true # Panic in the case of an overflow.

[workspace]
members = [
"data-structures",
"maths",
"test-engine"
]
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
This library aims at providing open source tools for Scrypto developers.
At the moment, these include:

- [Better testing engine](test-engine/README.md)
- [Data structures](data-structures/README.md)
- [Test Engine](test-engine/README.md)
- [Maths library](maths/README.md) (Needs an overhaul)

## Contribute:

To contribute please follow the [contribution guide](CONTRIBUTING.md). The following features are open for contribution.

### Data structures

- [ ] Add more features to `BigVec`
- [ ] Implement more data structures

### Test Engine

- [ ] Implement a better way to deal with Buckets/Proofs return.
Expand Down
13 changes: 0 additions & 13 deletions data-structures/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions data-structures/README.md

This file was deleted.

Loading