Skip to content

Commit

Permalink
Less nested ISA (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 17, 2023
1 parent 5af46be commit f79c7d6
Show file tree
Hide file tree
Showing 16 changed files with 536 additions and 543 deletions.
2 changes: 1 addition & 1 deletion sdk/examples/client/block/02_block_custom_parents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async fn main() -> Result<()> {

// Create and send the block with custom parents.
let block = client
.finish_block_builder(Some(StrongParents::from_vec(parents)?), None)
.finish_block_builder(Some(StrongParents::from_vec(tips)?), None)
.await?;

println!("{block:#?}");
Expand Down
538 changes: 0 additions & 538 deletions sdk/src/client/api/block_builder/input_selection/core/mod.rs

This file was deleted.

539 changes: 535 additions & 4 deletions sdk/src/client/api/block_builder/input_selection/mod.rs

Large diffs are not rendered by default.

0 comments on commit f79c7d6

Please sign in to comment.