-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed Deferred Transaction Support from System Contract #86
Comments
Wrap DocumentationNeed advice on how to update the Wrap Documentation. Is it still valid to have eos-system-contracts/docs/04_guides/07_how-to-use-eosio.wrap.md Lines 175 to 205 in 717537d
|
@ericpassmore: Yes, The wrap contract does not care about what is in the transaction header other than the expiration. In fact, we may consider the interface for the It does enforce the expiration has not yet been reached, but there is really no point for us to add that check into The multisig contract is in a similar situation. It does enforce that Ideally, the multisig contract's Anyway, as the code exists right now, I think it is best that we just continue to document that all those unvalidated fields be either 0 or empty (depending on what is appropriate for the type). |
Tests for name bidding are failing. Trying to figure out how all of these is intended to work.
|
Solved it with help. Needed to explicitly refund transactions. Use
|
Add ricardians for unvest and donatetorex
System Contract
Remove
need_deferred_trx
from system contract. Along with updates todelegate_bandwidth.cpp
andname_bidding.cpp
eos-system-contracts/contracts/eosio.system/src/delegate_bandwidth.cpp
Lines 324 to 335 in 717537d
eos-system-contracts/contracts/eosio.system/src/name_bidding.cpp
Lines 52 to 60 in 717537d
The text was updated successfully, but these errors were encountered: