-
Notifications
You must be signed in to change notification settings - Fork 1
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
Wrap RET Addresses #10
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eedf6a2 - Browse repository at this point
Copy the full SHA eedf6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a019a - Browse repository at this point
Copy the full SHA d4a019aView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed6e18e - Browse repository at this point
Copy the full SHA ed6e18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e95bfb - Browse repository at this point
Copy the full SHA 2e95bfbView commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30f134d - Browse repository at this point
Copy the full SHA 30f134dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c447c5 - Browse repository at this point
Copy the full SHA 2c447c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944795e - Browse repository at this point
Copy the full SHA 944795eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b96d0 - Browse repository at this point
Copy the full SHA a9b96d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec79b6 - Browse repository at this point
Copy the full SHA 5ec79b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8a4a4 - Browse repository at this point
Copy the full SHA ff8a4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0e057 - Browse repository at this point
Copy the full SHA ac0e057View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dc5907 - Browse repository at this point
Copy the full SHA 3dc5907View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c90d9 - Browse repository at this point
Copy the full SHA b2c90d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f6da9 - Browse repository at this point
Copy the full SHA 47f6da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7592b04 - Browse repository at this point
Copy the full SHA 7592b04View commit details
Commits on Feb 19, 2024
-
Start stubbing out Signatures and other types required by RET, which …
…requires more fixed size BagOfBytes, introducing: Hex64Bytes, Hex65Bytes, Hex33Bytes, generated with macro.
Configuration menu - View commit details
-
Copy full SHA for 9437497 - Browse repository at this point
Copy the full SHA 9437497View commit details -
Declare Ed25519Signature and use it with Ed25519PrivateKey and Public…
…Key, and same for Secp256k1.
Configuration menu - View commit details
-
Copy full SHA for 5f5cc20 - Browse repository at this point
Copy the full SHA 5f5cc20View commit details -
drop Ord/PartialOrd for types where it did not really make sense. Rem…
…ove sccache ref in direnv, it did not speed up things.
Configuration menu - View commit details
-
Copy full SHA for fe86e8c - Browse repository at this point
Copy the full SHA fe86e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aad4ff - Browse repository at this point
Copy the full SHA 9aad4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31d4fa - Browse repository at this point
Copy the full SHA b31d4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1731692 - Browse repository at this point
Copy the full SHA 1731692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d286fc - Browse repository at this point
Copy the full SHA 3d286fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7efd4 - Browse repository at this point
Copy the full SHA 6a7efd4View commit details -
Add step to precommit ensuring that local development is set to false…
… in Package.swift, also required for when making releses.
Configuration menu - View commit details
-
Copy full SHA for 95931b9 - Browse repository at this point
Copy the full SHA 95931b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e15fb - Browse repository at this point
Copy the full SHA 32e15fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for edd3748 - Browse repository at this point
Copy the full SHA edd3748View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 526e887 - Browse repository at this point
Copy the full SHA 526e887View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21494b - Browse repository at this point
Copy the full SHA c21494bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0623404 - Browse repository at this point
Copy the full SHA 0623404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f5327 - Browse repository at this point
Copy the full SHA 24f5327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70eb41e - Browse repository at this point
Copy the full SHA 70eb41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 342b52a - Browse repository at this point
Copy the full SHA 342b52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4955e21 - Browse repository at this point
Copy the full SHA 4955e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4c140 - Browse repository at this point
Copy the full SHA 4f4c140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18df193 - Browse repository at this point
Copy the full SHA 18df193View commit details -
Add is_legacy to account address, and is_fungible to ResourceAddress …
…and VaultAddress also build Swift bindgen test
Configuration menu - View commit details
-
Copy full SHA for d4e4343 - Browse repository at this point
Copy the full SHA d4e4343View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73a1c04 - Browse repository at this point
Copy the full SHA 73a1c04View commit details -
Hide the following holder from Swift SPM: src, tests, scripts, exampl…
…es by using empty dummy Package.swift hack.
Configuration menu - View commit details
-
Copy full SHA for 4d933dc - Browse repository at this point
Copy the full SHA 4d933dcView commit details -
simplify Decimal192, there was in fact no need for a InnerDecimal typ…
…e, we can make external types such as Scrypto's Decimal Uniffi compat directly contrary to what I initially believed.
Configuration menu - View commit details
-
Copy full SHA for 8075d47 - Browse repository at this point
Copy the full SHA 8075d47View commit details -
Document ALL Address types - Simplify wrapping of RET Addresses by re…
…moving the Inner type since it was not needed.
Configuration menu - View commit details
-
Copy full SHA for 535f5b4 - Browse repository at this point
Copy the full SHA 535f5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd598f - Browse repository at this point
Copy the full SHA cdd598fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca2f3d - Browse repository at this point
Copy the full SHA 4ca2f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e431827 - Browse repository at this point
Copy the full SHA e431827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7177afa - Browse repository at this point
Copy the full SHA 7177afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6a34a - Browse repository at this point
Copy the full SHA 2a6a34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c577a9 - Browse repository at this point
Copy the full SHA 9c577a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d167ab9 - Browse repository at this point
Copy the full SHA d167ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9f7d1 - Browse repository at this point
Copy the full SHA 1b9f7d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74352b9 - Browse repository at this point
Copy the full SHA 74352b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4080391 - Browse repository at this point
Copy the full SHA 4080391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e257c - Browse repository at this point
Copy the full SHA 43e257cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f606f4c - Browse repository at this point
Copy the full SHA f606f4cView commit details