Skip to content

Commit

Permalink
feat: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
RequescoS committed Sep 12, 2023
1 parent 68ed957 commit f8b0927
Show file tree
Hide file tree
Showing 10 changed files with 1,772 additions and 1,401 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions_for_test="1.14.27"
versions_for_test="1.16.13"
16 changes: 12 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.64.0
stable_version=1.68.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
Expand Down
5 changes: 5 additions & 0 deletions src/flatbuffer/consts.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pub const BYTE_PREFIX_ACCOUNT: u8 = 0;
pub const BYTE_PREFIX_SLOT: u8 = 1;
pub const BYTE_PREFIX_TX: u8 = 2;
pub const BYTE_PREFIX_BLOCK: u8 = 3;
pub const BYTE_PREFIX_METADATA: u8 = 4;
Loading

0 comments on commit f8b0927

Please sign in to comment.