Skip to content

Commit

Permalink
Merge pull request #162 from primitivefinance/waylon/on-chain
Browse files Browse the repository at this point in the history
Waylon/on chain
  • Loading branch information
Autoparallel authored Mar 24, 2023
2 parents f129ebc + 5756ad0 commit cd107e7
Show file tree
Hide file tree
Showing 29 changed files with 3,309 additions and 5,450 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
members = [
"crates/bindings",
"crates/cli",
"crates/simulate"
"crates/simulate",
]

375 changes: 181 additions & 194 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 2 additions & 15 deletions bind.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

forge bind -C lib/arbmod/contracts -b crates/bindings/ --crate-name bindings --overwrite --single-file
forge bind -c lib/arbmod/contracts -b crates/bindings/ --crate-name bindings --overwrite --single-file
echo "Generated bindings for arbmod"
forge bind -C lib/portfolio/contracts -b crates/bindings/ --crate-name bindings --overwrite --single-file
forge bind -c lib/portfolio/contracts -b crates/bindings/ --crate-name bindings --overwrite --single-file
echo "Generated bindings for portfolio"

#!/bin/bash
Expand Down Expand Up @@ -194,19 +194,6 @@ echo " Apache License
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
13 changes: 0 additions & 13 deletions crates/architect/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions crates/architect/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions crates/bindings/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,6 @@

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets []
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same printed page as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the License);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
Loading

0 comments on commit cd107e7

Please sign in to comment.