We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e026621 commit 6f33a2bCopy full SHA for 6f33a2b
pages/entropy/whats-new-entropyv2.mdx
@@ -62,8 +62,8 @@ event Revealed(
62
63
This updated `Revealed` event
64
65
-- abstracted away the information from `EntropyStructs.Request` to the `Revealed` event for easier consumption.
66
-- added a `callbackFailed` boolean to indicate if the callback failed.
+- denormalizes fields from `EntropyStructs.Request` to a flat representation in the `Revealed` event for easier consumption.
+- adds a `callbackFailed` boolean to indicate if the callback failed.
67
68
This will help teams to easily track the status of their callbacks and re-request them if they fail on-chain.
69
0 commit comments