Skip to content

Conversation

@heifner
Copy link
Contributor

@heifner heifner commented Aug 27, 2025

Change Description

transaction.hpp declared send_deferred and cancel_deferred which bloat all contracts that include transaction.hpp since these can no longer be used on Vaulta. Move the transaction send() capability for deferred transactions into deferred_transaction so it is available for tests, but does not bloat every contract that includes transaction.hpp.

For example, every contract that includes transaction.hpp currently has:

(import "env" "send_deferred" (func (;12;) (type 8)))

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@spoonincode spoonincode merged commit 69599db into AntelopeIO:main Aug 28, 2025
7 checks passed
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.

3 participants