Skip to content

Commit

Permalink
update serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed May 10, 2024
1 parent 99552b5 commit 8b941be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["Santiago Carmuega <[email protected]>"]


[dependencies]
pallas = { git = "https://github.com/Emurgo/pallas", tag = "conway_4" }
pallas = { git = "https://github.com/Emurgo/pallas", tag = "conway_6" }
# pallas = { git = "https://github.com/txpipe/pallas" }
# pallas = { path = "../../pallas/pallas" }
hex = "0.4.3"
Expand Down
2 changes: 2 additions & 0 deletions src/mapper/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ impl EventWriter {
alonzo::RedeemerTag::Mint => "mint".to_string(),
alonzo::RedeemerTag::Cert => "cert".to_string(),
alonzo::RedeemerTag::Reward => "reward".to_string(),
alonzo::RedeemerTag::Voting => "voting".to_string(),
alonzo::RedeemerTag::Proposing => "proposing".to_string(),
},
ex_units_mem: redeemer.ex_units.mem,
ex_units_steps: redeemer.ex_units.steps,
Expand Down

0 comments on commit 8b941be

Please sign in to comment.