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

v1.12 #63

Merged
merged 28 commits into from
May 25, 2024
Merged

v1.12 #63

merged 28 commits into from
May 25, 2024

Conversation

Slixe
Copy link
Member

@Slixe Slixe commented May 24, 2024

Description

Wallet:

  • Add a new extra_data protocol version

Daemon:

  • Track block execution order in a new provider (this is also used for chain sync ordering with side blocks)
  • Add DAG cancelled transactions in orphaned list.
  • add config --skip-pow-verification parameter to skip the PoW verification on new blocks.
  • lookup host for priority nodes connection, this support the use of a domain name for peers configuration at launch
  • add rpc method get_transaction_executor
  • fix corruption on pop blocks method

Common:

  • API changes in prompt read functions

Wallet:

  • Network handler: don't skip txs that aren't executed in the block scanned, search the block executor for it
  • Rescan: only starting at requested topoheight

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Which part is impacted ?

  • Daemon
  • Wallet
  • Miner
  • Misc (documentation, comments, text...)

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@Slixe Slixe changed the title Mainnet v1.13 Mainnet v1.12 May 24, 2024
@Slixe Slixe changed the title Mainnet v1.12 v1.12 May 24, 2024
@Slixe Slixe merged commit 7c36170 into master May 25, 2024
4 checks passed
@gatleas17
Copy link

Thx

1 similar comment
@gatleas17
Copy link

Thx

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