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

New execution engine support #199

Merged
merged 7 commits into from
Nov 19, 2024
Merged

Conversation

mpapierski
Copy link
Contributor

Adds support for changes made in casper-network/casper-node#4806.

@@ -91,6 +111,7 @@ pub fn create_transaction(
}

let txn = transaction_builder.build().map_err(crate::Error::from)?;
// dbg!(&txn);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented code

let transferred_value = transferred_value::get(matches)
.map(|value| value.parse::<u64>().unwrap())
.unwrap_or_default();
let seed = None; // TODO: support seeds
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a ticket for this?

@mpapierski mpapierski merged commit 94e3a69 into feat-track-node-2.0 Nov 19, 2024
1 check passed
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