Skip to content
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

Release 0.47.0 #687

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Release 0.47.0 #687

merged 1 commit into from
Feb 29, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Feb 29, 2024

Version v0.47.0

Added

  • #686: Implement serde for InterpreterError.

Changed

Breaking

  • #685:
    The MaxFee is a mandatory policy to set. The MaxFee policy is used to check that the transaction is valid.
    Added a new stage for the Checked transaction - Ready. This type can be constructed with the
    gas_price before being transacted by the Interpreter.
  • #671: Support dynamically sized values in the ContractsState table by using a vector data type (Vec<u8>).
  • #682: Include Tip policy in fee calculation
  • #683: Simplify InterpreterStorage by removing dependency on MerkleRootStorage and removing merkle_ prefix from method names.
  • #678: Zero malleable fields before execution. Remove some now-obsolete GTF getters. Don't update tx.receiptsRoot after pushing receipts, and do it after execution instead.
  • #672: Remove GasPrice policy
  • #672: Add gas_price field to transaction execution
  • #684: Remove maturity field from Input coin types. Also remove related GTF getter.
  • #675: Add GTF access for asset_id and to fields for Change outputs.

What's Changed

Full Changelog: v0.46.0...v0.47.0

@xgreenx xgreenx requested a review from a team February 29, 2024 09:00
@xgreenx xgreenx self-assigned this Feb 29, 2024
@xgreenx xgreenx added this pull request to the merge queue Feb 29, 2024
Merged via the queue into master with commit 2a4c67f Feb 29, 2024
37 checks passed
@xgreenx xgreenx deleted the release/v0.47.0 branch February 29, 2024 13:17
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.

None yet

2 participants