You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[breaking]paysFee on system.ExtrinsicSuccess/system.ExtrinsicFailed events can now be a string "Yes" or "No" on newer runtimes.
To provide a stable API, all extrinsics now have a paysFee field directly on them that is guaranteed to be null (if no success or failed event is present) or a boolean.
Added onInitialize and onFinalize events to the block view (#40, #44)