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

v0.11.14 #69

Merged
merged 2 commits into from
Mar 1, 2024
Merged

v0.11.14 #69

merged 2 commits into from
Mar 1, 2024

Conversation

pouya-eghbali
Copy link
Member

  • Fix server errors
  • Add better type safety to token payloads

@pouya-eghbali pouya-eghbali added the WTD Trigger What-The-Diff label Mar 1, 2024
Copy link

what-the-diff bot commented Mar 1, 2024

PR Summary

  • Re-organized Crypto-related Code
    The code related to cryptographic operations has been moved into a dedicated crypto directory for better organization. Several files like bls.go, store.go and a new file, shake.go have been added to this directory.

  • Package Import Updates
    Several files, previously importing packages directly from the bls directory, are now updated to import from the new crypto/bls directory. This change promotes better project structure and easier navigation.

  • Version Update
    The constants.go file has been updated to reflect a new version change ("0.11.14") improving upon the previous version ("0.11.13").

  • Enhanced Dataset Structure
    The TokenKey structure in the uniswap.go in the src/datasets directory has been altered to include new fields (Delta, Invert, and Cross). The Asset field is now renamed to Token to clarify its usage.

  • Code Refinements in consumer.go
    In consumer.go, located under the src/net/client directory, references to certain fields have been updated for clarity and improved context. The packet.Info.Asset field now refers to packet.Info.Asset.Token.Name, and packet.Info.Block field now refers to packet.Info.Asset.Block.

  • Removal of redundant commits package
    This pull request also includes the removal of the redundant commits package, simplifying the overall codebase.

@pouya-eghbali pouya-eghbali merged commit a9aa712 into master Mar 1, 2024
1 check passed
@pouya-eghbali pouya-eghbali deleted the v0.11.14 branch March 1, 2024 23:01
logicalangel pushed a commit that referenced this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WTD Trigger What-The-Diff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant