Releases: iotaledger/wasp
Releases · iotaledger/wasp
v0.5.0-alpha.9
What's Changed
- Change WAL parameter name and default value by @muXxer in #1967
- Don't add internal UTXOs to the mempool et al. Closes #1964. by @kape1395 in #1968
- fix: request string method with nil metadata by @jorgemmsilva in #1974
- LocalView redesigned, logging improvements, cleanup of consensus instances. by @kape1395 in #1970
- refactor: remove vmctx.stateDraft, use task.stateDraft instead by @jorgemmsilva in #1979
- Add websockets v2 by @lmoe in #1978
- WasmClient change from nanomsg to websocket event handling by @BugFreeSoftware in #1980
- Remove nanomsg plugin by @muXxer in #1981
- Wasmclient by @BugFreeSoftware in #1982
Full Changelog: v0.5.0-alpha.8...v0.5.0-alpha.9
v0.5.0-alpha.8
What's Changed
- feat: Add version command for schema tool by @howjmay in #1857
- feat(api): add endpoint for getAccountFoundries by @dessaya in #1916
- fix(vm): improve request entropy calculation by @dessaya in #1917
- fix: add GasFeeTokenDecimals to encode-gaspolicy by @jorgemmsilva in #1923
- fix: Hname calculation edge case by @dessaya in #1919
- Remove global publisher event in package by @muXxer in #1927
- Wasmclient by @BugFreeSoftware in #1925
- Remove monitoring tool by @muXxer in #1929
- Update hive.go to add new encodingConfig parameter by @muXxer in #1928
- Remove unused tools and config files by @muXxer in #1930
- fix: avoid hardcode networks config in evm-toolkit by @junwei0117 in #1914
- Wasmclient by @BugFreeSoftware in #1934
- re-enable some tests that would fail because of WaitForRequestsThrough by @BugFreeSoftware in #1935
- Rename prometheus topic names by @muXxer in #1931
- Add BodyLimit and Timeout middlewares by @muXxer in #1941
- fix(evm): Remove the EVM blockGasLimit parameter by @dessaya in #1936
- Bugfixes by @Juliusan in #1943
- Remove legacy dashboard by @muXxer in #1926
- Wasmclient by @BugFreeSoftware in #1945
- fix fairauction tests by @BugFreeSoftware in #1949
- fix(governance): validate fee policy received as input by @dessaya in #1948
- Fix state act ahead of cnf by @kape1395 in #1950
Full Changelog: v0.5.0-alpha.7...v0.5.0-alpha.8
v0.5.0-alpha.7
What's Changed
- Wasmclient by @BugFreeSoftware in #1915
- feat(wasp-cli) decode gas policy by @jorgemmsilva in #1920
- feat(wasp-cli): encode gas policy by @jorgemmsilva in #1921
Full Changelog: v0.5.0-alpha.6...v0.5.0-alpha.7
v0.5.0-alpha.6
What's Changed
- Remove old consensus instances. by @kape1395 in #1887
- Allow docker build to accept custom parameters. by @kape1395 in #1889
- Accept pub keys as names for trusted keys. by @kape1395 in #1888
- feat(evm): ERC20 contract for off-chain native tokens by @dessaya in #1855
- run tests nightly by @luke-thorne in #1890
- Update l2 api by @lmoe in #1892
- Accept pub keys apart from names when specifying trusted keys. by @kape1395 in #1891
- Recovery should be counted after mempool proposal is received. by @kape1395 in #1893
- fix: graceful shutdown when INX connection breaks by @jorgemmsilva in #1897
- Add /health endpoint by @muXxer in #1898
Full Changelog: v0.5.0-alpha.5...v0.5.0-alpha.6
v0.5.0-alpha.5
What's Changed
- Fix: misc cli UX by @jorgemmsilva in #1886
Full Changelog: v0.5.0-alpha.4...v0.5.0-alpha.5
v0.5.0-alpha.4
What's Changed
- docs: cleanup by @jorgemmsilva in #1879
- docs: cleanup by @jorgemmsilva in #1883
- Update l2 api by @lmoe in #1885
Full Changelog: v0.5.0-alpha.3...v0.5.0-alpha.4
v0.5.0-alpha.3
What's Changed
- Fix hostname path in client creation by @lmoe in #1851
- Wasmclient by @BugFreeSoftware in #1852
- Fix Rust client to use V2 API by @BugFreeSoftware in #1854
- feat(wasp-cli): wasp nodes alias, and other goodies by @jorgemmsilva in #1856
- Make each controller define own auth handler by @lmoe in #1858
- Feat: safe defaults in wasp-cli for node and chain by @jorgemmsilva in #1859
- Chain recovery. by @kape1395 in #1860
- feat: identify trusted peers by name, wasp-cli UX improvements by @jorgemmsilva in #1862
- chore(lint): lint task not running on wasp-cli, remove bad lint exclude by @jorgemmsilva in #1848
- LI tracking has to consider the rejections from L1. by @kape1395 in #1873
- fix(wasp-cli): peering info, separantes peers export into dedicated command by @jorgemmsilva in #1874
- Wasmclient by @BugFreeSoftware in #1867
- tests(cluster): fix spam tests by @jorgemmsilva in #1876
- Correctly check the consensus timeout. by @kape1395 in #1877
- chore: update iota deps by @jorgemmsilva in #1864
- Wait for L1 to be synced before starting wasp by @muXxer in #1878
- Wasmclient by @BugFreeSoftware in #1881
- Create directories during startup to identify permissions issues by @muXxer in #1880
- Add
gendoc
script by @muXxer in #1882
Full Changelog: v0.5.0-alpha.2...v0.5.0-alpha.3
v0.5.0-alpha.2
What's Changed
Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.2
v0.5.0-alpha.1
Version bump for introduction of new API, dashboard and CLI replacement
What's Changed
- Wasmclient by @BugFreeSoftware in #1820
- Add Windows local-setup build and remove excessive logging by @BugFreeSoftware in #1823
- fix: Complete sign_requests with nonce by @howjmay in #1825
- refactor: Exit deploy.sh if encountering error by @howjmay in #1824
- Refactor v2 by @lmoe in #1819
- Add api schema generator by @lmoe in #1826
- Wasmclient by @BugFreeSoftware in #1834
- chore: run renovate bot only once every weekend by @jorgemmsilva in #1835
- feat: Add err() and set_err() by @howjmay in #1836
- perf(evm): improve binary search performance in EVM estimate gas by @dessaya in #1840
- Wasmclient by @BugFreeSoftware in #1842
- test(cluster): improve TestRebootDuringTasks by @jorgemmsilva in #1841
- Transition from V1 to V2 API #1821 by @lmoe in #1844
Full Changelog: v0.4.0-alpha.8...v0.5.0-alpha.1
v0.4.0-alpha.8
What's Changed
- Add support for transaction chaining on L1 by @muXxer in #1708
- Use >= for LI AOs as well instead of ==. by @kape1395 in #1818
Full Changelog: v0.4.0-alpha.7...v0.4.0-alpha.8