We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5045f58 + 2425af0 commit 30dc3e4Copy full SHA for 30dc3e4
.changelog/2064.trivial.md
@@ -0,0 +1 @@
1
+Make subcall method name longer
src/oasis-nexus/api.ts
@@ -1643,7 +1643,7 @@ function transformRuntimeTransactionList(
1643
[{ type: 'string' }, { type: 'bytes' }],
1644
base64ToHex(tx.body.data) as `0x${string}`,
1645
)
1646
- const shortMethodName = methodName.split('.').at(-1)
+ const shortMethodName = methodName.replace('consensus.', '')
1647
return { shortMethodName, methodName, cborHexArgs }
1648
} catch (e) {
1649
console.error('Failed to parse subcall data (might be malformed)', e, tx)
0 commit comments