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.13.3 #86

Merged
merged 83 commits into from
Aug 14, 2024
Merged

v1.13.3 #86

merged 83 commits into from
Aug 14, 2024

Conversation

Slixe
Copy link
Member

@Slixe Slixe commented Aug 14, 2024

Description

Bug fixes, add new features, new RPC methods for easier integration including documentation update.

All:

  • updated dependencies
  • file log level is now separated from log-level param

Wallet:

  • workaround support iOS for the web wallet
  • reduce ECDLP L1 to 13 for web wallet
  • filter by asset for list_transactions rpc method
  • show only transfers with expected destination in list_transactions rpc method
  • support optional nonce param for build_transaction rpc method
  • add build_transaction_offline rpc method
  • better check to see if the wallet db exists
  • clear_custom_tree rpc method
  • rework mnemonics for better errors handling
  • prevent double online event to be fired
  • optimize network handler by reducing sync head state calls

Common:

  • new structs used by RPC methods
  • fix resubscribe events during an auto reconnect of the WS client

Daemon:

  • semver requirements for p2p nodes
  • optimize get_account_history for fast search based on filter
  • get_block_template verify now the tips timestamp against current timestamp

Miner:

  • Scratchpad is allocated in heap, not in stack, preventing older devices to crash due to a stack overflow.

Type of change

Please select the right one.

  • 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 added 30 commits July 23, 2024 16:18
@Slixe Slixe merged commit d72d0a6 into master Aug 14, 2024
4 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.

1 participant