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

Package deposit contract and test with nix #28

Closed
wants to merge 4 commits into from
Closed

Conversation

marijanp
Copy link
Contributor

No description provided.

jonas089 and others added 4 commits February 20, 2024 13:00
…t stable feat-2.0 (casper-node)

	modified:   Cargo.lock
	modified:   Cargo.toml
	new file:   kairos-contract-cli/Cargo.lock
	new file:   kairos-contract-cli/Cargo.toml
	new file:   kairos-contract-cli/src/cli.rs
	new file:   kairos-contract-cli/src/deployments.rs
	new file:   kairos-contract-cli/src/deployments/call_create_purse.rs
	new file:   kairos-contract-cli/src/deployments/call_incr_counter.rs
	new file:   kairos-contract-cli/src/deployments/deploy_handler.rs
	new file:   kairos-contract-cli/src/deployments/get_counter.rs
	new file:   kairos-contract-cli/src/deployments/get_deposit_event.rs
	new file:   kairos-contract-cli/src/deployments/put_deposit_session.rs
	new file:   kairos-contract-cli/src/deployments/put_withdrawal_session.rs
	new file:   kairos-contract-cli/src/lib.rs
	new file:   kairos-contract-cli/src/main.rs
	new file:   kairos-deposit-contract/build-macos-darwin-feat-2.0.sh
	new file:   kairos-deposit-contract/build-ubuntu-feat-2.0.sh
	new file:   kairos-deposit-contract/contract-types/Cargo.lock
	new file:   kairos-deposit-contract/contract-types/Cargo.toml
	new file:   kairos-deposit-contract/contract-types/src/lib.rs
	new file:   kairos-deposit-contract/contract/.cargo/config.toml
	new file:   kairos-deposit-contract/contract/Cargo.lock
	new file:   kairos-deposit-contract/contract/Cargo.toml
	new file:   kairos-deposit-contract/contract/src/address.rs
	new file:   kairos-deposit-contract/contract/src/constants.rs
	new file:   kairos-deposit-contract/contract/src/detail.rs
	new file:   kairos-deposit-contract/contract/src/error.rs
	new file:   kairos-deposit-contract/contract/src/main.rs
	new file:   kairos-deposit-contract/deposit-session/Cargo.lock
	new file:   kairos-deposit-contract/deposit-session/Cargo.toml
	new file:   kairos-deposit-contract/deposit-session/src/main.rs
	new file:   kairos-deposit-contract/malicious-reader/Cargo.lock
	new file:   kairos-deposit-contract/malicious-reader/Cargo.toml
	new file:   kairos-deposit-contract/malicious-reader/src/main.rs
	new file:   kairos-deposit-contract/malicious-session/Cargo.lock
	new file:   kairos-deposit-contract/malicious-session/Cargo.toml
	new file:   kairos-deposit-contract/malicious-session/src/main.rs
	new file:   kairos-deposit-contract/readme.md
	new file:   kairos-deposit-contract/rust-toolchain.toml
	new file:   kairos-deposit-contract/tests/Cargo.lock
	new file:   kairos-deposit-contract/tests/Cargo.toml
	new file:   kairos-deposit-contract/tests/rust-toolchain.toml
	new file:   kairos-deposit-contract/tests/src/integration_tests.rs
	new file:   kairos-deposit-contract/tests/src/test_fixture.rs
	new file:   kairos-deposit-contract/tests/src/test_fixture/utils.rs
	new file:   kairos-deposit-contract/withdrawal-session/Cargo.lock
	new file:   kairos-deposit-contract/withdrawal-session/Cargo.toml
	new file:   kairos-deposit-contract/withdrawal-session/src/main.rs
@marijanp marijanp changed the title Package deposit Package deposit contract and test with nix Feb 23, 2024
@marijanp marijanp self-assigned this Feb 23, 2024
@marijanp
Copy link
Contributor Author

marijanp commented Mar 6, 2024

Have to close this because the original deposit contract PR #26 was closed

@marijanp marijanp closed this Mar 6, 2024
@marijanp marijanp deleted the package-deposit branch March 6, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants