19.0.0-beta-RC.0
dsawali
released this
22 Jul 19:53
·
82 commits
to master
since this release
Disclaimer
You might have noticed that we jumped versions from v17.5.0 to v19.0.0 (no v18). We do this as an effort to be in parallel with the current Octez version.
- Oxford - v18
- Oxford2 - v19
Taquito v19 supports Oxford2, and not the previously named Oxford protocol.
Potential Breaking Changes:
Oxford2 comes with quite a few breaking changes, please make sure to update your projects accordingly.
Oxford2 changes:
- Removed transactional rollups (tx rollup) references in Taquito #2650
- Removed origination proof from smart rollups #2597
- Updated all references of
endorsement
intoattestation
for Oxford2 #2599 @taquito/rpc
- Updated RPC types for Oxford2 compatibility #2596
Summary
New Features
@taquito/local-forging
- Added new propertywhitelist
in smart rollup origination operation #2776