hirosystems / stacks-subnets

Stacks Subnets: a layer-2 scaling solution for Stacks, intended for high-throughput, low-latency workloads
http://docs.hiro.so
GNU General Public License v3.0
52 stars 13 forks source link

Use `withdrawal-id` instead of `withdrawal_id` in events #245

Closed obycode closed 1 year ago

obycode commented 1 year ago

There is an inconsistency in the naming of withdrawal_id. Since other event data is coming from Clarity, the standard is to use kebab-case. The withdrawal event should be updated to follow this standard.

Note that this will require a synchronized change with the API.

zone117x commented 1 year ago

This particular event property isn't being explicitly extracted in the API codebase right now. So feel free to make this change without worrying about breakage on the API-side 👍