Skip to content

Commit

Permalink
Merge remote-tracking branch 'github_tonlib_rs/main' into upstream-0.…
Browse files Browse the repository at this point in the history
…23.1
  • Loading branch information
dbaranov34 committed Jan 9, 2025
2 parents 9970227 + b239b06 commit 2bd4056
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 178 deletions.
94 changes: 0 additions & 94 deletions .gitlab-ci.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/contract/factory/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl TonContractFactoryBuilder {
let library_provider = Arc::new(BlockchainLibraryProvider::new(client, None));
TonContractFactoryBuilder {
client: client.clone(),
with_cache: false,
with_cache: true,
account_state_cache_capacity: 0,
account_state_cache_time_to_live: Duration::default(),
txid_cache_capacity: 0,
Expand Down
77 changes: 0 additions & 77 deletions release.sh

This file was deleted.

0 comments on commit 2bd4056

Please sign in to comment.