Skip to content

Commit

Permalink
Merge pull request #10 from atoumbre/develop
Browse files Browse the repository at this point in the history
Improvment for custum CallBuilder implementation
  • Loading branch information
arthurvinci committed Aug 4, 2024
2 parents 644a294 + 8dff1bf commit 0a238c0
Show file tree
Hide file tree
Showing 26 changed files with 483 additions and 1,406 deletions.
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

0 comments on commit 0a238c0

Please sign in to comment.