Releases: iotaledger/wasp
Releases · iotaledger/wasp
v1.3.0-alpha.2
What's Changed
- fix: deposit event ERC721 tokenId topic by @jorgemmsilva in #3424
- fix: improve accounts-dump json format by @jorgemmsilva in #3425
Full Changelog: v1.3.0-alpha.1...v1.3.0-alpha.2
v1.3.0-alpha.1
What's Changed
- Update broken urls by @Ginowine in #3408
- fix(deps): update module github.com/hashicorp/go-version to v1.7.0 by @renovate in #3413
- fix(deps): update golang.org/x/exp digest to 4c93da0 by @renovate in #3415
- Fix: remove unbound entrypoints by @jorgemmsilva in #3417
- Force lower case for user names by @lmoe in #3414
- evm: emit Transfer events on L1 deposits by @dessaya in #3410
New Contributors
Full Changelog: v1.2.0-alpha.1...v1.3.0-alpha.1
v1.2.0-alpha.1
What's Changed
- erc721 tokenURI(): return NFT uri+name+description by @dessaya in #3406
- fix(deps): update module github.com/prometheus/client_golang to v1.19.1 by @renovate in #3402
- [Snyk] Fix for 2 vulnerabilities by @begonaalvarezd in #3403
- fix(deps): update module github.com/multiformats/go-multiaddr to v0.12.4 by @renovate in #3405
- chore(deps): update dependency hardhat to v2.22.4 by @renovate in #3404
- chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #3399
Full Changelog: v1.1.0-alpha.2...v1.2.0-alpha.1
v1.1.0
What's Changed
- small performance improvement in trie.Prune() by @dessaya in #3327
- fix(deps): update rust crate reqwest to 0.11.25 by @renovate in #3328
- rename .abi files to .json before publishing to npm by @cwarnerdev in #3333
- Update release.yml by @FranCerdan in #3332
- fix(deps): update rust crate reqwest to 0.11.26 by @renovate in #3334
- Statemanager fixes by @Juliusan in #3340
- feat: Add setting for rocksdb block cache size by @dessaya in #3341
- fix(deps): update rust crate reqwest to 0.11.27 by @renovate in #3342
- fix(deps): update module github.com/zalando/go-keyring to v0.2.4 by @renovate in #3338
- fix(deps): update golang.org/x/exp digest to c7f7c64 by @renovate in #3337
- fix(deps): update rust crate reqwest to 0.12.0 by @renovate in #3346
- fix: audit findings by @jorgemmsilva in #3349
- fix(evm): getSenderAccount is not a view call (fixes: #3331) by @dessaya in #3335
- fix(deps): update rust crate reqwest to 0.12.1 by @renovate in #3350
- State.Equals symplification by @Juliusan in #3347
- Add solidity docs tool by @Dr-Electron in #3329
- feat: dynamic EVM gas price by @dessaya in #3357
- fix(deps): update rust crate serde_json to 1.0.115 by @renovate in #3352
- fix(deps): update rust crate reqwest to 0.12.2 by @renovate in #3351
- Update Wasm by @BugFreeSoftware in #3363
- [Snyk] Security upgrade eslint from 7.32.0 to 9.0.0 by @begonaalvarezd in #3362
- chore(deps): update actions/checkout action to v4 by @renovate in #3356
- fix(deps): update module github.com/awnumar/memguard to v0.22.5 by @renovate in #3359
- fix(deps): update module golang.org/x/crypto to v0.22.0 by @renovate in #3361
- fix(deps): update module github.com/multiformats/go-multiaddr to v0.12.3 by @renovate in #3360
- fix(deps): update github.com/iotaledger/wasp-wallet-sdk digest to 8416b14 by @renovate in #3345
- chore(deps): update dependency hardhat to v2.22.2 by @renovate in #3353
- fix(deps): update module github.com/labstack/echo-contrib to v0.16.0 by @renovate in #3348
- Add auto token register by @lmoe in #3336
- fix(deps): update golang.org/x/exp digest to fe59bbe by @renovate in #3344
- fix(deps): update module nhooyr.io/websocket to v1.8.11 by @renovate in #3365
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.0 by @renovate in #3370
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate in #3371
- chore(deps): update actions/setup-node action to v4 by @renovate in #3372
- chore(deps): update dependency hardhat to v2.22.3 by @renovate in #3366
- fix(deps): update rust crate reqwest to 0.12.3 by @renovate in #3367
- fix(deps): update rust crate serde to 1.0.198 by @renovate in #3368
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.1 by @renovate in #3374
- fix(deps): update module github.com/dvsekhvalnov/jose2go to v1.7.0 by @renovate in #3373
- BugFix: statemanager pipes are not closed avoiding errors in tests by @Juliusan in #3377
- fix(deps): update rust crate reqwest to 0.12.4 by @renovate in #3375
- Postpone recovery from rejections for several L1 milestones. by @kape1395 in #3358
- Feat: mempool gas auction by @jorgemmsilva in #3376
- fixed workflow by @shufps in #3378
- fix(CI): publish iscmagic by @jorgemmsilva in #3379
- allow .json files to be included in npm package by @cwarnerdev in #3381
- fix: debug_traceTransaction use txIndex by @jorgemmsilva in #3394
- fix: edge cases for chains set for 0 fees by @jorgemmsilva in #3395
- chore(deps): update dependency typescript to v5 by @renovate in #3388
- fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 by @renovate in #3396
- chore(deps): update dependency typescript to v5.4.5 by @renovate in #3384
- Update module github.com/samber/lo to v1.39.0 by @renovate in #3386
- fix(zero-fees): allow to receive requests without on-chain funds by @jorgemmsilva in #3400
New Contributors
- @FranCerdan made their first contribution in #3332
Full Changelog: v1.0.3...v1.1.0
v1.1.0-rc.1
What's Changed
- small performance improvement in trie.Prune() by @dessaya in #3327
- fix(deps): update rust crate reqwest to 0.11.25 by @renovate in #3328
- rename .abi files to .json before publishing to npm by @cwarnerdev in #3333
- Update release.yml by @FranCerdan in #3332
- fix(deps): update rust crate reqwest to 0.11.26 by @renovate in #3334
- Statemanager fixes by @Juliusan in #3340
- feat: Add setting for rocksdb block cache size by @dessaya in #3341
- fix(deps): update rust crate reqwest to 0.11.27 by @renovate in #3342
- fix(deps): update module github.com/zalando/go-keyring to v0.2.4 by @renovate in #3338
- fix(deps): update golang.org/x/exp digest to c7f7c64 by @renovate in #3337
- fix(deps): update rust crate reqwest to 0.12.0 by @renovate in #3346
- fix: audit findings by @jorgemmsilva in #3349
- fix(evm): getSenderAccount is not a view call (fixes: #3331) by @dessaya in #3335
- fix(deps): update rust crate reqwest to 0.12.1 by @renovate in #3350
- State.Equals symplification by @Juliusan in #3347
- Add solidity docs tool by @Dr-Electron in #3329
- feat: dynamic EVM gas price by @dessaya in #3357
- fix(deps): update rust crate serde_json to 1.0.115 by @renovate in #3352
- fix(deps): update rust crate reqwest to 0.12.2 by @renovate in #3351
- Update Wasm by @BugFreeSoftware in #3363
- [Snyk] Security upgrade eslint from 7.32.0 to 9.0.0 by @begonaalvarezd in #3362
- chore(deps): update actions/checkout action to v4 by @renovate in #3356
- fix(deps): update module github.com/awnumar/memguard to v0.22.5 by @renovate in #3359
- fix(deps): update module golang.org/x/crypto to v0.22.0 by @renovate in #3361
- fix(deps): update module github.com/multiformats/go-multiaddr to v0.12.3 by @renovate in #3360
- fix(deps): update github.com/iotaledger/wasp-wallet-sdk digest to 8416b14 by @renovate in #3345
- chore(deps): update dependency hardhat to v2.22.2 by @renovate in #3353
- fix(deps): update module github.com/labstack/echo-contrib to v0.16.0 by @renovate in #3348
- Add auto token register by @lmoe in #3336
- fix(deps): update golang.org/x/exp digest to fe59bbe by @renovate in #3344
- fix(deps): update module nhooyr.io/websocket to v1.8.11 by @renovate in #3365
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.0 by @renovate in #3370
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate in #3371
- chore(deps): update actions/setup-node action to v4 by @renovate in #3372
- chore(deps): update dependency hardhat to v2.22.3 by @renovate in #3366
- fix(deps): update rust crate reqwest to 0.12.3 by @renovate in #3367
- fix(deps): update rust crate serde to 1.0.198 by @renovate in #3368
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.1 by @renovate in #3374
- fix(deps): update module github.com/dvsekhvalnov/jose2go to v1.7.0 by @renovate in #3373
- BugFix: statemanager pipes are not closed avoiding errors in tests by @Juliusan in #3377
- fix(deps): update rust crate reqwest to 0.12.4 by @renovate in #3375
- Postpone recovery from rejections for several L1 milestones. by @kape1395 in #3358
- Feat: mempool gas auction by @jorgemmsilva in #3376
- fixed workflow by @shufps in #3378
- fix(CI): publish iscmagic by @jorgemmsilva in #3379
- allow .json files to be included in npm package by @cwarnerdev in #3381
- fix: debug_traceTransaction use txIndex by @jorgemmsilva in #3394
- fix: edge cases for chains set for 0 fees by @jorgemmsilva in #3395
- chore(deps): update dependency typescript to v5 by @renovate in #3388
- fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 by @renovate in #3396
- chore(deps): update dependency typescript to v5.4.5 by @renovate in #3384
- Update module github.com/samber/lo to v1.39.0 by @renovate in #3386
- fix(zero-fees): allow to receive requests without on-chain funds by @jorgemmsilva in #3400
New Contributors
- @FranCerdan made their first contribution in #3332
Full Changelog: v1.0.3...v1.1.0-rc.1
v1.1.0-alpha.2
What's Changed
- chore(deps): update dependency typescript to v5 by @renovate in #3388
- fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 by @renovate in #3396
- chore(deps): update dependency typescript to v5.4.5 by @renovate in #3384
- Update module github.com/samber/lo to v1.39.0 by @renovate in #3386
- fix(zero-fees): allow to receive requests without on-chain funds by @jorgemmsilva in #3400
Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2
v1.1.0-alpha.1
What's Changed
- small performance improvement in trie.Prune() by @dessaya in #3327
- fix(deps): update rust crate reqwest to 0.11.25 by @renovate in #3328
- rename .abi files to .json before publishing to npm by @cwarnerdev in #3333
- Update release.yml by @FranCerdan in #3332
- fix(deps): update rust crate reqwest to 0.11.26 by @renovate in #3334
- Statemanager fixes by @Juliusan in #3340
- feat: Add setting for rocksdb block cache size by @dessaya in #3341
- fix(deps): update rust crate reqwest to 0.11.27 by @renovate in #3342
- fix(deps): update module github.com/zalando/go-keyring to v0.2.4 by @renovate in #3338
- fix(deps): update golang.org/x/exp digest to c7f7c64 by @renovate in #3337
- fix(deps): update rust crate reqwest to 0.12.0 by @renovate in #3346
- fix: audit findings by @jorgemmsilva in #3349
- fix(evm): getSenderAccount is not a view call (fixes: #3331) by @dessaya in #3335
- fix(deps): update rust crate reqwest to 0.12.1 by @renovate in #3350
- State.Equals symplification by @Juliusan in #3347
- Add solidity docs tool by @Dr-Electron in #3329
- feat: dynamic EVM gas price by @dessaya in #3357
- fix(deps): update rust crate serde_json to 1.0.115 by @renovate in #3352
- fix(deps): update rust crate reqwest to 0.12.2 by @renovate in #3351
- Update Wasm by @BugFreeSoftware in #3363
- [Snyk] Security upgrade eslint from 7.32.0 to 9.0.0 by @begonaalvarezd in #3362
- chore(deps): update actions/checkout action to v4 by @renovate in #3356
- fix(deps): update module github.com/awnumar/memguard to v0.22.5 by @renovate in #3359
- fix(deps): update module golang.org/x/crypto to v0.22.0 by @renovate in #3361
- fix(deps): update module github.com/multiformats/go-multiaddr to v0.12.3 by @renovate in #3360
- fix(deps): update github.com/iotaledger/wasp-wallet-sdk digest to 8416b14 by @renovate in #3345
- chore(deps): update dependency hardhat to v2.22.2 by @renovate in #3353
- fix(deps): update module github.com/labstack/echo-contrib to v0.16.0 by @renovate in #3348
- Add auto token register by @lmoe in #3336
- fix(deps): update golang.org/x/exp digest to fe59bbe by @renovate in #3344
- fix(deps): update module nhooyr.io/websocket to v1.8.11 by @renovate in #3365
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.0 by @renovate in #3370
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate in #3371
- chore(deps): update actions/setup-node action to v4 by @renovate in #3372
- chore(deps): update dependency hardhat to v2.22.3 by @renovate in #3366
- fix(deps): update rust crate reqwest to 0.12.3 by @renovate in #3367
- fix(deps): update rust crate serde to 1.0.198 by @renovate in #3368
- fix(deps): update module github.com/labstack/echo-contrib to v0.17.1 by @renovate in #3374
- fix(deps): update module github.com/dvsekhvalnov/jose2go to v1.7.0 by @renovate in #3373
- BugFix: statemanager pipes are not closed avoiding errors in tests by @Juliusan in #3377
- fix(deps): update rust crate reqwest to 0.12.4 by @renovate in #3375
- Postpone recovery from rejections for several L1 milestones. by @kape1395 in #3358
- Feat: mempool gas auction by @jorgemmsilva in #3376
- fixed workflow by @shufps in #3378
- fix(CI): publish iscmagic by @jorgemmsilva in #3379
- allow .json files to be included in npm package by @cwarnerdev in #3381
- fix: debug_traceTransaction use txIndex by @jorgemmsilva in #3394
- fix: edge cases for chains set for 0 fees by @jorgemmsilva in #3395
New Contributors
- @FranCerdan made their first contribution in #3332
Full Changelog: v1.0.3...v1.1.0-alpha.1
v1.0.4-alpha.4
What's Changed
- allow .json files to be included in npm package by @cwarnerdev in #3381
Full Changelog: v1.0.4-alpha.3...v1.0.4-alpha.4
v1.0.4-alpha.3
What's Changed
- fix(CI): publish iscmagic by @jorgemmsilva in #3379
Full Changelog: v1.0.4-alpha.2...v1.0.4-alpha.3