Skip to content
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

v1.10.0 #255

Merged
merged 39 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e3e497c
SetCustomQueryIDFetcherWithContext
klimov-ankr Jul 26, 2024
c9c7759
Merge pull request #222 from klim0v/dev-v19-SetCustomQueryIDFetcherWi…
xssnick Jul 26, 2024
b76c122
RLDP Packets delay tunning
xssnick Jul 26, 2024
f838b6f
add subwallet to highload v2 fetcher
klimov-ankr Jul 28, 2024
da03d92
Merge pull request #223 from klim0v/dev-v19-SetCustomQueryIDFetcherWi…
xssnick Jul 29, 2024
0ce0d25
ADNL & RLDP-HTTP improvements and fixes
xssnick Jul 29, 2024
22b0bfe
feat: add SendExternalMessageWaitTransaction api for APIClient
dvlkv Jul 31, 2024
68736d4
feat: implement BroadcastTransactionsAndWait to get tx and block from…
iw4p Aug 1, 2024
af55f55
fix: optional bounce
iw4p Aug 1, 2024
f879c4d
fix: use IsBounceable for bounce
iw4p Aug 1, 2024
8cad801
fix: use IsBounceable for bounce integration test
iw4p Aug 1, 2024
62e06ad
fix: change BroadcastTransactionsAndWait to TransferWaitTransaction
iw4p Aug 1, 2024
2ab7cb9
fix: use BuildTransfer to handle comment and message creation logic
iw4p Aug 1, 2024
e56ecd4
Added Compare and Decimals methods to coins
livingroot Aug 14, 2024
f7d939d
custom wallet feature
klimov-ankr Aug 23, 2024
013e073
custom wallet feature
klimov-ankr Aug 23, 2024
8f80b88
typo
klimov-ankr Aug 23, 2024
446a510
Update ton/wallet/integration_test.go
klim0v Aug 23, 2024
7b9e5e2
typo
klimov-ankr Aug 23, 2024
8d8b65b
GetSpec as exported
klimov-ankr Aug 23, 2024
74da662
add GetSubwalletID()
klimov-ankr Aug 23, 2024
6092b38
add Custom version constant
klimov-ankr Aug 23, 2024
0c62ebb
remove Custom version constant
klimov-ankr Aug 23, 2024
645c325
remove StateIniter
klimov-ankr Aug 23, 2024
9f6988d
typo
klimov-ankr Aug 23, 2024
f127847
replace RegularBuilder to MessageBuilder
klimov-ankr Aug 27, 2024
74a5c9a
changed compare and decimals method for
livingroot Aug 30, 2024
41c6626
Attached processing fees for HW3 + Fixed Retrier + Deprecated attr fi…
xssnick Sep 10, 2024
1ac11ea
Merge pull request #228 from iw4p/master
xssnick Sep 10, 2024
2ef887a
Merge pull request #232 from livingroot/coins_compare
xssnick Sep 10, 2024
5170875
Merge pull request #242 from klim0v/dev-v19-custom-wallet-feature
xssnick Sep 10, 2024
f4f7850
Merge pull request #226 from dvlkv/master
xssnick Sep 11, 2024
4b52301
Fixed proof check for GetAccount when shard block passed
xssnick Sep 11, 2024
93d1f3f
CalcAddress method for state init + small refactor
Sep 16, 2024
7cbb443
Merge 93d1f3f2ed7d8bc103aed47aca571b69213e0dcd into 9db1a1391b6c8007f…
xssnick Sep 16, 2024
e831a18
Updated coverage badge
Sep 16, 2024
0774432
Retrier improved
Sep 16, 2024
5822829
Merge 0774432a7c88d9a4e3f056f35212ae2339ee829d into 9db1a1391b6c8007f…
xssnick Sep 16, 2024
ed8b367
Updated coverage badge
Sep 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated coverage badge
  • Loading branch information
Coverage committed Sep 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ed8b367705bb15d422e5d7aab71f83cb5e858109
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

[![Based on TON][ton-svg]][ton]
[![Telegram Channel][tgc-svg]][tg-channel]
![Coverage](https://img.shields.io/badge/Coverage-72.0%25-brightgreen)
![Coverage](https://img.shields.io/badge/Coverage-73.5%25-brightgreen)

Golang library for interacting with TON blockchain.