Skip to content

Commit

Permalink
add 5.0.0 genesis code
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 25, 2024
1 parent 489f9d9 commit 8058976
Show file tree
Hide file tree
Showing 4 changed files with 9,863 additions and 1 deletion.
6 changes: 6 additions & 0 deletions compatibility/src/sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Versions of Libra SDK

The historical SDKs include:
- v5.0.0 (genesis 11/2021)
- v5.2.0 (last production v5)
- v6.9.9 (last v6)
- v7.0.3 (production as of 11/2024)

## Why do we need these?
Transactions submitted to blockchain are done in bytecode. Decoding that bytecode into a useful object (function name, arguments, timestamp) is hard to do if you do not have the Rust serialization lib which generated the bytecode originally.

Expand Down
3 changes: 2 additions & 1 deletion compatibility/src/sdk/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod v5_transactions_script_builder;
pub mod v5_0_0_genesis_transaction_script_builder;
pub mod v5_2_0_transaction_script_builder;
pub mod v6_libra_framework_sdk_builder;
pub mod v7_libra_framework_sdk_builder;
Loading

0 comments on commit 8058976

Please sign in to comment.