Skip to content

Remove get_account_creation_time intrinsic#39

Merged
heifner merged 1 commit intomasterfrom
feature/rm-account_creation_time
Mar 19, 2026
Merged

Remove get_account_creation_time intrinsic#39
heifner merged 1 commit intomasterfrom
feature/rm-account_creation_time

Conversation

@heifner
Copy link
Copy Markdown
Contributor

@heifner heifner commented Mar 18, 2026

Summary

  • Remove the get_account_creation_time WASM intrinsic, a remnant of the abandoned EOSIO account recovery feature
  • The companion get_permission_last_used was already removed from wire-sysio in commit 9dcb06b84b; no Wire contract uses get_account_creation_time
  • Removes from: C API (permission.h), C++ API (permission.hpp), native intrinsics (intrinsics_def.hpp, intrinsics.cpp), linker imports (cdt.imports.in), and capi test (permission.c)

Companion PR

This intrinsic was part of the abandoned EOSIO account recovery feature.
The companion get_permission_last_used was already removed from wire-sysio
in commit 9dcb06b84b. No Wire contract uses get_account_creation_time.

Removed from: C API (permission.h), C++ API (permission.hpp),
native intrinsics (intrinsics_def.hpp, intrinsics.cpp),
linker imports (cdt.imports.in), and capi test (permission.c).
@heifner heifner merged commit 24a7c4c into master Mar 19, 2026
4 checks passed
@heifner heifner deleted the feature/rm-account_creation_time branch March 19, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants