-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0c6260
commit a294604
Showing
50 changed files
with
267 additions
and
247 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,12 +19,15 @@ impl ConstructorOperations for Constructor { | |
Artifact::self_contained_script( | ||
"cargo".to_string(), | ||
r#" | ||
mkdir -p $MOVEMENT_DIR/bin | ||
git clone [email protected]:ava-labs/avalanchego.git | ||
cd avalanchego | ||
./scripts/build.sh | ||
mkdir -p $HOME/bin | ||
mv ./build/avalanchego $HOME/bin/avalanchego | ||
cp $HOME/bin/avalanchego $MOVEMENT_DIR/bin/avalanchego | ||
cd .. | ||
rm -rf avalanchego | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub mod ctl; | ||
pub use ctl::Ctl; | ||
pub mod services; | ||
pub mod start; | ||
pub mod stop; | ||
pub mod status; | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
movement-sdk/clis/movement/src/ctl/services/m1/proxy/proxy.rs
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
movement-sdk/clis/movement/src/ctl/services/m1/subnet/fuji.rs
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
movement-sdk/clis/movement/src/ctl/services/m1/subnet/local.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
movement-sdk/clis/movement/src/ctl/services/m1/subnet/subnet.rs
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.