Skip to content

Commit

Permalink
[#78] Updated TypeScript SDK hash salt prefixes. (#81)
Browse files Browse the repository at this point in the history
* [#78] Updated TypeScript SDK hash salt prefixes.

* Made tsup.config.js target version consistent with tsconfig.json.

* Updated the hardcoded transaction serailizations used in the TypeScript SDK currently depended on by Supra's SDK. Also added a README noting that the data in api/goldens is outdated in light of the change to the hash prefix. We may consider updating this data if we intend to use it in the future.
  • Loading branch information
isaacdoidge authored Sep 25, 2024
1 parent ee17c33 commit c01caeb
Show file tree
Hide file tree
Showing 8 changed files with 5,234 additions and 4,301 deletions.
3 changes: 3 additions & 0 deletions api/goldens/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory contains data that was generated before this repository was forked by Supra. It is currently outdated.
Specifically, all `signed_txn_bcs` values need to be updated now that we have changed the hash digest prefix from
`APTOS::` to `SUPRA::`.
181 changes: 115 additions & 66 deletions aptos-move/framework/supra-framework/doc/staking_config.md

Large diffs are not rendered by default.

324 changes: 163 additions & 161 deletions aptos-move/framework/supra-framework/doc/vesting_without_staking.md

Large diffs are not rendered by default.

Loading

0 comments on commit c01caeb

Please sign in to comment.