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

[pull] master from everx-labs:master #21

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
124c9c4
Update main.rs
asnov Sep 28, 2022
db3c376
Merge branch 'master' into master
IgorKoval May 2, 2024
33c388d
Update Cargo.toml and Cargo.lock
IgorKoval May 8, 2024
9ed0c9f
Merge pull request #878 from asnov/master
IgorKoval May 8, 2024
aa69a4a
Added parameter `method` for `deploy` and `deployx` commands
IgorKoval May 3, 2024
812b037
Merge pull request #935 from everx-labs/IgorKoval/ctor
IgorKoval May 20, 2024
ad7126a
Upd deps, fix conflicts, delete sold
IgorKoval Jul 5, 2024
82ef45d
Preparing to merge with the master #nolog
tonjen Jul 6, 2024
b428fdf
Merge pull request #936 from everx-labs/IgorKoval/upd
IgorKoval Jul 9, 2024
0d9dfd7
Fix bug with state init
IgorKoval Jul 11, 2024
24912a5
Merge pull request #937 from everx-labs/IgorKoval/bugfix
IgorKoval Jul 16, 2024
c97dd58
Upd deps
IgorKoval Jul 15, 2024
f169fc6
Merge pull request #938 from everx-labs/IgorKoval/upd-deps
IgorKoval Jul 16, 2024
8514086
check option --save and fix bug
IgorKoval Jul 16, 2024
88389a3
Merge pull request #939 from everx-labs/IgorKoval/checks
IgorKoval Jul 17, 2024
ae6d610
Fix clippy warnings
mskvortsov Aug 8, 2023
4181bc5
Clippy
IgorKoval Jul 17, 2024
73590a6
Merge pull request #924 from everx-labs/fix-clippy
IgorKoval Jul 26, 2024
6c816c6
Version 0.39.0 (#941)
AtomXY Aug 13, 2024
d882f7a
getters
IgorKoval Aug 14, 2024
859f305
cargo fmt
IgorKoval Aug 14, 2024
a6d6de8
Merge pull request #942 from everx-labs/IgorKoval/getters
IgorKoval Aug 14, 2024
3ff0b7c
Option `--keys`/`--sign` can take private key as argument in `message…
IgorKoval Oct 4, 2024
245c3b9
Merge pull request #943 from everx-labs/IgorKoval/body
IgorKoval Oct 9, 2024
9f117dd
Version 0.40.2 (#944)
AtomXY Oct 29, 2024
742c8c6
Added option `--addr` for subcommand `run`
IgorKoval Nov 3, 2024
9762210
Preparing to merge with the master #nolog
tonjen Nov 4, 2024
7815a02
Merge pull request #945 from everx-labs/IgorKoval/run
IgorKoval Nov 4, 2024
a45e27e
Update dependencies
tonjen Nov 12, 2024
d9ee48c
Fix tests
IgorKoval Nov 13, 2024
432e013
test.ton.dev -> net.ton.dev
IgorKoval Nov 13, 2024
2eaf128
Merge pull request #947 from everx-labs/IgorKoval/upd-deps
IgorKoval Nov 13, 2024
02b70d7
wip
IgorKoval Nov 11, 2024
8f2793f
Supported pubkey as bytes32
IgorKoval Nov 14, 2024
ccb1aa5
Preparing to merge with the master #nolog
tonjen Nov 14, 2024
90f7ed2
Merge pull request #948 from everx-labs/IgorKoval/encode-decode
IgorKoval Nov 14, 2024
2e4dcf9
Upd deps
IgorKoval Nov 15, 2024
c80a33b
Merge pull request #949 from everx-labs/IgorKoval/upd
IgorKoval Nov 15, 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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## 0.42.0
- Added option `--addr` for subcommand `run`.

## 0.41.0
- Option `--keys`/`--sign` can take private key as argument in `message`/`call` and another commands.

## 0.40.0
- Supported [ABI 2.7](https://github.com/everx-labs/ever-abi/blob/master/CHANGELOG.md#version-270)
- Supported calling [TVM-Solidity getters](https://github.com/everx-labs/TVM-Solidity-Compiler/blob/master/API.md#getter).

## 0.39.0
- Using sdk 1.48.0

## 0.38.0
- Deleted feature `sold`

## 0.37.0
- Added parameter `method` for `deploy` and `deployx` commands.

## 0.36.6

- Improved documentation on deploying contracts using ABI version 2.4.
Expand Down
Loading