- Add modifier methods to
message
library.
- Add new
utils::merge_dict
helpers.
- Fix
math::int::sqrt
function to handle negative numbers.
- Add new
message
library
- Add new address's related functions
- Add new opcodes
0.1.0 - 2024-05-02
- Add new opcodes
- Code cleanup
- Functions that were marked as
inline_ref
, now are marked asinline
0.0.15 - 2024-04-03
- Add new primitive wrappers
0.0.14 - 2024-03-14
- Add new primitive wrappers
- Add new dict functions
0.0.13 - 2024-01-18
- Add new hash functions
- Add new message modes & modifiers
- Add new c7 opcode wrappers
Console::log
doesnt require explicit to tuple conversion
0.0.12 - 2023-12-13
- Add
math::fp::complement
math function - Add
console::pretty_coins
,console::pretty_coins
,console::log
functions - Add
change_lib
andset_lib
tostdlib_ext
- Add
address::check_workchain_nofail
andaddress::is_hole
to address lib - Add
ctx::init_wempty
to ctx lib
- Change math libs structure
- Change
math::int::pow_dec
tomath::fp::pow_dec
- Change capitalize public constants
- Fix use
muldiv
where needed
0.0.11 - 2023-11-17
- Add
interfaces
lib: helper forjetton
andany
messages with builder support - Add
HOLE_ADDRESS
constant - Add new
msgs
lib helpers that accept builder, prefixed bymsgs::send_b*
- Add new math functions
- Refactor
math
lib into two separate libs
0.0.10 - 2023-11-02
- Add new
math
functions:pow
,ln
,exp
andlog
- Add new
address
functions:check_workchain
andcheck_hashpart
- Add SBT NFT missing opcodes
- Add additional wrapper for unsupported opcodes
0.0.9 - 2023-10-12
- Add
time
library (constants helpers and utilities) - Add constants values for max uint
- Add status load/store functions
- Add reserves library
0.0.8 - 2023-08-08
- Add
begin_message
util
- Fix tests not throwing on errors
0.0.7 - 2023-07-20
- Add
op::excesses
opcode - Add
load_query_id & store_query_id
helpers functions - Add
load_opcode & store_opcode
helpers functions - Add dict helper library
- Add
address.is_none()
helper - Add
cell.is_empty()
helper - Add dump utils library
- Add
utils.number_to_slice
- Add math library
- Add cell utils library
- Add test util
assert
library - Add tests
- Rename library
address_utils
toaddress
0.0.6 - 2023-06-23
- Add
load_time & store_time
helpers functions (aliasload_uint(64) & store_uint(64)
) - Add
load_uint* & store_uint*
helpers functions to work with fixed uints (8, 16, 32, 64, 128, 256) - Add quiete messages send modes (prefixed with
Q
) - Add
equal_cell
function
0.0.5 - 2023-06-19
- Add missing skip bits on bounced calls
0.0.4 - 2023-05-31
- Add
address_utils
library - Add standard opcodes (NFTs & FTs)
- Add
as_slice
helper function
- Remove
address
library
0.0.3 - 2023-05-30
- Cosmetic changes
- Rename
contex
lib toctx
0.0.2 - 2023-05-29
- Add
address
library
0.0.1 - 2023-05-26
- Add initial library release