What's Changed
- fix: optimize used salt lookup by @fusede in #143
- nft subaccount fix by @hlgltvnnk in #144
- Remove randomness from tests by @pityjllk in #145
- Fix/nonce check during simulation by @hlgltvnnk in #147
- fix: reject test configuration where emitted log length exceeds limit by @pityjllk in #146
- Feat/receiver call after transfer intent by @hlgltvnnk in #148
- defuse README with important concepts added by @hlgltvnnk in #151
- refactor: separate defuse-fees crate by @fusede in #155
- refactor: separate defuse-deadline crate by @fusede in #156
- call *_on_transfer on (ft|nft|mt|_on_transfer_call) and respect the returned value by @pityjllk in #150
- Feat/feature gate ton connect by @hlgltvnnk in #154
- feat: token-id per-type features by @fusede in #158
- fix: implicit public key assumptions by @pityjllk in #160
- chore: fees by @fusede in #161
- Bump near-sdk to 5.18 by @pityjllk in #159
- fix: mt_on_transfer should have core_token_ids by @mitinarseny in #164
- refactor: reuse NotifyOnTransfer by @mitinarseny in #165
- feat: use ext_on() by @mitinarseny in #166
- feat: bump near-sdk to 5.18 by @mitinarseny in #168
- nonce fix: generated with correct nanos by @hlgltvnnk in #169
- fix(verifier): default empty roles by @mitinarseny in #170
- feat: bump borsh to 1.6.0 by @mitinarseny in #172
- fix: do not skip serialization to keep backwards-compatibility by @mitinarseny in #173
- fix(ci): pin tool versions by @mitinarseny in #174
- fix(ci): use cargo-near-installer.sh by @mitinarseny in #175
New Contributors
- @mitinarseny made their first contribution in #164
Full Changelog: defuse/v0.3.0...defuse/v0.4.0