Taquito v19.1.0-beta-RC.0
Pre-release
Pre-release
dsawali
released this
01 Mar 21:07
·
64 commits
to master
since this release
Potential Breaking Changes:
@taquito/rpc
- replacedOperationBalanceUpdatesItem
in favour ofOperationMetadataBalanceUpdates
#2817 #2827@taquito/taquito
- Several optimizations made to fees and estimation in Taquito #2532- removed
DEFAULT_GAS_LIMIT
,DEFAULT_STORAGE_LIMIT
,DEFAULT_FEE
in favour ofgetRevealFee
, more details - Added a small buffer to
gasLimit
(varying depending on operations) - Reduced
suggestedFeeMutez
buffer from 100 to 20 per op - Refined
gasLimit
andstorageLimit
according tosimulate_operation
results from the octez-client
- removed
Summary
New Features
@taquito/taquito
- Added smart rollup execute outbox message operation #2321 (please note that this feature is not fully tested due to some parts requiring the use ofoctez-client
)
Improvement
@taquito/michelson-encoder
- replaced references of[['unit']]
to beUnitValue
instead PR#2813
Documentation
- Added michel-codec to Typedoc documentation #2806
- Updated
docs
andexamples
to usemethodsObject
instead ofmethods
wherever needed PR#2813 - Removed
giganode
references from Taquito documentation PR#2813
Deprecation
@taquito/utils
- Deprecated several util methods and updated their names into something more representative. Slight improvements to existing util methods #2372 #2274@taquito/taquito
- Deprecatedmethods
in favour ofmethodsObject
.methodsObject
's syntax is more consistent with storage params, supports all Michelson data types, and will be maintained going forward #2813
Internals
- Updated various dependencies in Taquito website and the Test DApp (Sass, Firebase, Algoliasearch, Dotenv) PR#2834
- Updated integration tests to use network types instead of hard coding RPC URL #2164
- Organized integration tests into more meaningful subfolders and renamed some files for brevity #2203
- Resolved dependabot updates PR#2849
- Added confirmation blocks on older integration tests PR#2847
- Added small buffer to operation reveal fee fixed value PR#2848