Releases: iotaledger/wasp
Releases · iotaledger/wasp
v1.0.0-rc.1
The first release candidate for ISC/Wasp :)
What's Changed
- chore: Synchronize contract interface naming by @howjmay in #2801
- fix: check if owner is nil in nft mapping by @lmoe in #2839
- Snapshot refactoring by @Juliusan in #2837
- blocklog: refactor request lookup by @dessaya in #2850
- fix(deps): update golang.org/x/exp digest to 9212866 by @renovate in #2851
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.3 by @renovate in #2845
- chore(deps): update actions/checkout action to v4 by @renovate in #2843
- fix(deps): update module gonum.org/v1/plot to v0.14.0 by @renovate in #2838
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.4 by @renovate in #2852
- Snapshot in file:// by @Juliusan in #2844
- fix: Fix wrong stringify function of gas.Limits by @howjmay in #2853
- rebuild wasm by @BugFreeSoftware in #2854
- fix(evm): include revert reason in jsonrpc return by @dessaya in #2855
- Several BugFixes by @Juliusan in #2856
- feat: nft mint by @jorgemmsilva in #2840
- fix(evm): properly revert emitted logs after revert by @dessaya in #2857
- refactor: rename internalID to mintID in a few places by @jorgemmsilva in #2858
Full Changelog: v0.7.0-alpha.16...v1.0.0-rc.1
v0.7.0-alpha.16
What's Changed
- feat: WAL file decoder for wasp-cli by @lmoe in #2836
- fix: skipped requests causing gaps in the blocklog request receipt keys by @lmoe in #2835
Full Changelog: v0.7.0-alpha.15...v0.7.0-alpha.16
v0.7.0-alpha.15
What's Changed
- fix npm package publishing by @cwarnerdev in #2831
Full Changelog: v0.7.0-alpha.14...v0.7.0-alpha.15
v0.7.0-alpha.14
What's Changed
- chore: update deps by @jorgemmsilva in #2829
- Fix Go Docker version by @lmoe in #2830
Full Changelog: v0.7.0-alpha.13...v0.7.0-alpha.14
v0.7.0-alpha.13
What's Changed
- Snapshot optimisation by @Juliusan in #2781
- chore(deps): update golang docker tag to v1.21 by @renovate in #2789
- fix: webapi blockinfo use hex instead of raw bytes for previousAO by @jorgemmsilva in #2793
- Remove useless byte counters from read/write block essence by @BugFreeSoftware in #2799
- Loading chain state from WAL optimised by @Juliusan in #2784
- add @iota/iscutils package by @cwarnerdev in #2795
- Snapshot metrics by @Juliusan in #2803
- feat: Allow free request by GasPerToken is 0:0 by @howjmay in #2798
- cleanup readme by @cwarnerdev in #2805
- Bump serde_json version by @BugFreeSoftware in #2804
- fix(deps): update rust crate serde to 1.0.185 by @renovate in #2809
- feat: Change gas for emit event as linear by @howjmay in #2760
- refactor: Replace 0xF to 0x01 by @howjmay in #2808
- Snapshots downloaded to file by @Juliusan in #2811
- state: prevent parallel writes to the state DB by @dessaya in #2787
- fix(deps): update rust crate reqwest to 0.11.19 by @renovate in #2812
- test: Fix GetAllowedStateControllerAddresses test by @howjmay in #2806
- allow gas estimation on contracts by @luke-thorne in #2814
- rebuild wasm by @BugFreeSoftware in #2815
- fix: Update coreutils by @howjmay in #2807
- fix(deps): update rust crate reqwest to 0.11.20 by @renovate in #2817
- fix(deps): update module github.com/ethereum/go-ethereum to v1.12.2 by @renovate in #2820
- Fix low level calls (aka infamous multicall issue) by @dessaya in #2816
- fix(deps): update rust crate serde to 1.0.186 by @renovate in #2818
- fix: Conduct proper aud, iss, and sub in jwt by @howjmay in #2810
- chore: Remove unnecessary todo by @howjmay in #2813
- add additional random helpers by @luke-thorne in #2823
- CmtLog redesigned. by @kape1395 in #2792
- fix(deps): update rust crate base64 to 0.21.3 by @renovate in #2827
- fix(deps): update rust crate serde to 1.0.188 by @renovate in #2826
- fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.6 by @renovate in #2824
- fix(deps): update rust crate url to 2.4.1 by @renovate in #2828
New Contributors
- @cwarnerdev made their first contribution in #2795
Full Changelog: v0.7.0-alpha.12...v0.7.0-alpha.13
v0.7.0-alpha.12
What's Changed
- Fix rwutil and add tests by @BugFreeSoftware in #2783
- fix: mempool by nonce removal during iteration by @jorgemmsilva in #2785
- fix(wasp-cli): rotate-with-dkg maintenance offledger by default by @jorgemmsilva in #2782
- fix: too many inputs in state transition by @jorgemmsilva in #2786
Full Changelog: v0.7.0-alpha.11...v0.7.0-alpha.12
v0.7.0-alpha.11
What's Changed
- fix(deps): update rust crate serde to 1.0.179 by @renovate in #2762
- fix(deps): update module go.uber.org/zap to v1.25.0 by @renovate in #2768
- fix: unprocessable requests with blocklog pruning by @dessaya in #2766
- fix(deps): update rust crate serde to 1.0.180 by @renovate in #2764
- docs: improve EVM internal documentation by @dessaya in #2770
- fix(deps): update rust crate serde to 1.0.181 by @renovate in #2774
- doc: update trie documentation by @dessaya in #2772
- fix(deps): update rust crate serde to 1.0.182 by @renovate in #2778
- fix(deps): update rust crate serde to 1.0.183 by @renovate in #2779
- refactor: evm requestID from txHash by @jorgemmsilva in #2776
- fix(deps): update module golang.org/x/net to v0.13.0 by @renovate in #2767
- fix(deps): update module golang.org/x/net to v0.14.0 by @renovate in #2780
- fix(deps): update module golang.org/x/crypto to v0.12.0 by @renovate in #2777
- feat: mempool nonce override by @jorgemmsilva in #2775
- refactor: Refactor authentication lib by @howjmay in #2737
- WAL improvements by @Juliusan in #2771
Full Changelog: v0.7.0-alpha.10...v0.7.0-alpha.11
v0.7.0-alpha.10
What's Changed
- refactor(vm): EVM gas + error handling by @dessaya in #2731
- Fix WasmClient libs by @BugFreeSoftware in #2733
- refactor: Use echo-jwt package by @howjmay in #2724
- fix: Use Infof to print formatted log by @howjmay in #2729
- docs: Add README for cluster tests by @howjmay in #2703
- fix(deps): update golang.org/x/exp digest to d98519c by @renovate in #2741
- feat: Skip CI in README-only change by @howjmay in #2738
- Fix error handler by @lmoe in #2745
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.1 by @renovate in #2744
- Feat/single cache v2 by @shufps in #2734
- fix: check signatures in VM and mempool by @jorgemmsilva in #2750
- fix(deps): update rust crate serde_json to 1.0.104 by @renovate in #2751
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.2 by @renovate in #2749
- fix(deps): update rust crate serde to 1.0.176 by @renovate in #2752
- Fix capitalized JSON fields in event payload by @BugFreeSoftware in #2735
- feat: snapshot Solo environment by @dessaya in #2754
- refactor(vm): simplify request panic catching by @jorgemmsilva in #2755
- fix(deps): update rust crate serde to 1.0.177 by @renovate in #2756
- refactor: Remove the unnecessary append by @howjmay in #2753
- Fix utxos by @dessaya in #2757
Full Changelog: v0.7.0-alpha.9...v0.7.0-alpha.10
v0.7.0-alpha.9
What's Changed
- chore: fix gomod tidy workflow not triggering the rest of CI tasks by @jorgemmsilva in #2706
- fix(deps): update golang.org/x/exp digest to 06a737e by @renovate in #2704
- chore: fix go mod tidy action secrets name by @jorgemmsilva in #2707
- fix(deps): update rust crate serde_json to 1.0.102 by @renovate in #2705
- Fixes to snapshots after Jorge's comments by @Juliusan in #2708
- Random failure in TestSnapshots fixed by @Juliusan in #2710
- chore: prevent gomod ci job from running on PRs from forked repos by @jorgemmsilva in #2713
- fix: debug_traceTransaction on historical state by @jorgemmsilva in #2716
- fix: Don't modify req object when estimating gas by @howjmay in #2715
- test: Add serialization tests by @howjmay in #2691
- refactor: more VM cleanup by @dessaya in #2714
- fix(deps): update golang.org/x/exp digest to 613f0c0 by @renovate in #2717
- fix(deps): update module github.com/labstack/echo/v4 to v4.11.0 by @renovate in #2718
- Attempt to fix flaky TestMempoolSnapshotInTheMiddle by @Juliusan in #2719
- fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 by @renovate in #2725
- refactor: Remove useless code by @howjmay in #2720
- fix(deps): update rust crate serde_json to 1.0.103 by @renovate in #2721
- removed cache from state and nodestore by @shufps in #2726
- fix: Return empty chain info if node not in committee by @howjmay in #2695
- refactor: Return status code 405 when auth is disabled by @howjmay in #2723
- disabled
autoflush
for database by @shufps in #2728
New Contributors
Full Changelog: v0.7.0-alpha.8...v0.7.0-alpha.9
v0.7.0-alpha.8
What's Changed
- chore: add automatic go mod tidy workflow by @jorgemmsilva in #2697
- fix(deps): update module golang.org/x/term to v0.10.0 by @renovate in #2680
- chore: remove go mod tidy script from renovate.json by @jorgemmsilva in #2698
- chore(deps): update actions/setup-node action to v3.7.0 by @renovate in #2677
- fix(deps): update rust crate serde to 1.0.171 by @renovate in #2664
- chore: Format BlockInfo String() output by @howjmay in #2690
- fix(deps): update rust crate serde_json to 1.0.100 by @renovate in #2672
- fix(deps): update module golang.org/x/net to v0.12.0 by @renovate in #2679
- chore: Fix the typos by @howjmay in #2692
- chore: update hive.go by @jorgemmsilva in #2699
- fix(webapi): get block query param correctly by @jorgemmsilva in #2700
- chore: update deps by @jorgemmsilva in #2702
Full Changelog: v0.7.0-alpha.7...v0.7.0-alpha.8