-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supported merge of block and types repos (#42)
* Supported merge of block and types repos * Update CHANGELOG.md file #nolog * Rebranding changes for Cargo.toml * Fix some warnings * Fix typos in names * Satisfy rustfmt check --------- Co-authored-by: tonjen <[email protected]> Co-authored-by: ViacheslavB <[email protected]>
- Loading branch information
1 parent
0794204
commit 7074b62
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Release Notes | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## | ||
## Version 1.0.31 | ||
|
||
- Supported merge of block and types repos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,13 @@ authors = [ 'EverX Labs <[email protected]>' ] | |
edition = '2021' | ||
license = 'Apache-2.0' | ||
name = 'ever-struct' | ||
repository = 'https://github.com/tonlabs/ever-struct' | ||
repository = 'https://github.com/everx-labs/ever-struct' | ||
rust-version = '1.65' | ||
version = '1.0.30' | ||
version = '1.0.31' | ||
|
||
[dependencies] | ||
anyhow = '1.0.70' | ||
failure = '0.1.0' | ||
hex-literal = '0.3.4' | ||
ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.143' } | ||
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.40' } | ||
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.0' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## ever-struct | ||
|
||
[](./LICENSE) [](https://www.rust-lang.org/) | ||
[](./LICENSE) [](https://www.rust-lang.org/) | ||
|
||
This repository contains an implementation of frequently used structures that aren't part of blocks and/or don't participate in the source code of the ever-node. The schemes are described in the [`src/scheme.tlb`](./src/scheme.tlb) file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters