What's Changed
- correct binaries in doc by @damip in #1904
s/endorsment/endorsement
by @yvan-sraka in #1906- Add an integration test for the client by @adrien-zinger in #1845
- link to latest binaries in doc by @damip in #1909
- [Client] Fix some json outputs. by @AureliaDolo in #1914
- Fix warning in massa-hash by @adrien-zinger in #1918
- document hhasher by @damip in #1908
- Include hacking
.md
insidecargo doc
output by @yvan-sraka in #1905 - Use GitHub wiki as submodule in
docs
subfolder by @yvan-sraka in #1951 - Fix broken links in README by @yvan-sraka in #1953
- Fix broken links in cargo doc by @yvan-sraka in #1954
- Fix issue #1277: make PROTOCOL related config
const
orstatic ref
frozen in binary rather than loaded fromconfig.toml
by @yvan-sraka in #1848 - Remove unused thread count in OperationLedgerInterface. by @AureliaDolo in #1958
- Revert
peers.json
by @yvan-sraka in #1961 - Doc Correction by @Noxhaa in #1965
- Add hints in wallet add/generate private key. by @AureliaDolo in #1968
- Make
massa-node
&massa-client
config loading behave the same way by @yvan-sraka in #1957 - Deduplicated get_status output. by @AureliaDolo in #1959
- Standardize crate name with
massa_
prefix by @yvan-sraka in #1920 - Fix last broken link by @yvan-sraka in #1976
% cargo clippy --fix
by @yvan-sraka in #1975- Rename UTime to MassaTime. by @AureliaDolo in #1980
- Replace Status by is_final in ExportCompiledBlockStatus. by @AureliaDolo in #1960
- Remove clippy warnings from massa-pool by @yvan-sraka in #2000
- Document settings utility functions of consensus by @yvan-sraka in #1985
- Fix compilation. by @AureliaDolo in #2011
- Bootstrap_smart_contracts by @damip in #2001
- Add slot filler by @adrien-zinger in #1986
- Differenciate now and compensated_now. by @AureliaDolo in #1962
- New shiny deployment ✨ by @yvan-sraka in #1973
- Remove stable feature info by @adrien-zinger in #2013
- Fix issue in
test_if_node_stop
by @AureliaDolo in #2014 - Add unported changes from add_vm_to_execution by @damip in #2017
- Add gas in pool rentability by @damip in #2023
- Update vm feed algo by @damip in #2019
- Test new API & Client by @yvan-sraka in #1987
- Updated timeouts. by @AureliaDolo in #2029
- Automatically update submodule on build by @adrien-zinger in #2032
- [FIX] Unit tests used to failed with timeout on macOS (#1826) by @yvan-sraka in #1831
- Integrate trait-based runtime interface by @gterzian in #2025
- Add submodule documentation & port CILight by @adrien-zinger in #2031
- Improve vm execution handling by @damip in #2036
- repair cautious bassoon by @damip in #2042
- Implement send_smart_contract client command. by @AureliaDolo in #2006
- Read only execution by @gterzian in #2040
- Correct tests by @damip in #2054
- For cautious bassoon: update runtime version and impl interface by @adrien-zinger in #2048
- Read only execution api by @gterzian in #2052
- repair test reward split by @damip in #2058
- make vm get bootstrap synchronous by @damip in #2056
- resolve readony addres creation ambiguity by @damip in #2057
- Only test stop_node if feature
local
activated by @adrien-zinger in #2049 - Update cd.yml by @yvan-sraka in #2053
- Fix coverage, don't test dependencies by @yvan-sraka in #2047
- Renamed
Hash::from
intoHash::compute_from
by @AureliaDolo in #2061 - Transfet coins abi by @damip in #2059
- leave more time to init test by @damip in #2068
- [Execution] Output event system by @AureliaDolo in #2033
- Start the integration of execution by @adrien-zinger in #1979
- Repair exec loop by @damip in #2082
- log generated execution events by @damip in #2083
- repair and test executesc serialization by @damip in #2087
- make test_reward_split more robust by @damip in #2088
- Add condition on end timestamp in test feature. by @AureliaDolo in #2069
- Update block creation test. by @AureliaDolo in #2085
- reset peers file by @damip in #2089
- Execution: impl get_balance on interface by @gterzian in #2093
- Correct VM history by @damip in #2092
- ignore nonmassa logs by @damip in #2095
- move sc logs to debug level by @damip in #2096
- update sc-runtime to v0.2.6 by @damip in #2097
- update runtime sc by @damip in #2098
- repair consensus log by @damip in #2099
- update runtime version by @damip in #2100
- disable non sce final exec by @damip in #2102
- remove warnings by @damip in #2103
- prepare v6 by @damip in #2104
Full Changelog: TEST.5.0...TEST.6.0