Skip to content

2024.10.3.2

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 22 Oct 18:54
· 7 commits to 81e96304327b1d0b777a5d421b3fc25e46cfbfde since this release

Binary Versions

  • nat-detection: v0.2.8
  • node-launchpad: v0.4.0
  • autonomi: v0.1.1
  • safenode: v0.112.0
  • safenodemand: v0.11.0
  • safenode-manager: v0.11.0

🔦 Highlights

  • A new autonomi CLI that uses EVM payments and replaces the previous safe CLI.
  • A new autonomi API that replaces sn_client with a simpler interface.
  • The node has been changed to use EVM payments.
  • The node runs without a wallet. This increases security and removes the need for forwarding.
  • Data is paid for through an EVM smart contract. Payment proofs are not linked to the original data.
  • Payment royalties have been removed, resulting in less centralization and fees.

Merged Pull Requests

2024-09-11 #2100 -- chore(cli_aut): feat flag to avoid clippy errors [@joshuef]
2024-09-11 #2073 -- feat(protocol): add Scratchpad data type [@joshuef]
2024-09-11 #2088 -- Improve auditor detecting speed [@maqi]
2024-09-11 #2101 -- feat(global): update libp2p to 0.54.1 [@b-zee]
2024-09-17 #2103 -- fix(network): register record shall not be verified by entire content [@maqi]
2024-09-17 #2115 -- test(autonomi): connect to peers from env [@b-zee]
2024-09-18 #2105 -- feat(aut): add basic vault api for storing data to Scratchpad [@joshuef]
2024-09-18 #2107 -- feat(client): enable Debug [@loziniak]
2024-09-18 #2120 -- chore(lp): remove some dead code [@joshuef]
2024-09-19 #2121 -- feat: remove version string restriction [@joshuef]
2024-09-19 #2122 -- chore(proto): remove OldKeyPrint variants [@joshuef]
2024-09-19 #2128 -- fix: enable e2e wan nightly tests [@ermineJose]
2024-09-19 #2130 -- feat(manager): provide option to specify node ip [@RolandSherwin]
2024-09-20 #2124 -- fix(autonomi): verify register on fetch [@b-zee]
2024-09-24 #2132 -- chore(global): fix compile warnings on wasm32 [@b-zee]
2024-09-26 #2139 -- feat(autonomi): remove dep on sn_client [@b-zee]
2024-09-26 #2142 -- feat: evmlib evm_testnet sn_evm [@grumbach]
2024-09-26 #2141 -- feat(node): carry out peer storage check actively [@maqi]
2024-09-26 #2145 -- chore(evmlib): use alloy without openssl [@b-zee]
2024-09-27 #2148 -- fix(launchpad): disable node selection [@mazzi]
2024-09-30 #2144 -- Evm integration step 2: working Node [@grumbach]
2024-09-30 #2149 -- Evm integration step 4 [@mickvandijke] [BREAKING]
2024-09-30 #2155 -- chore(autonomi): update default features [@mickvandijke]
2024-09-30 #2156 -- Evm dev autonomi readme [@mickvandijke]
2024-10-01 #2160 -- feat: disable node tests, remove sn_client dep [@joshuef]
2024-10-01 #2161 -- autonomi client simplification [@joshuef]
2024-10-01 #2158 -- feat: removed royalties from the smart contract [@mickvandijke]
2024-10-01 #2163 -- refactor(autonomi): get rid of the native api [@mickvandijke]
2024-10-01 #2151 -- feat(autonomi): retry and verify put [@b-zee]
2024-10-01 #2165 -- refactor(autonomi): pass vault key as parameter [@b-zee]
2024-10-01 #2152 -- [WIP] Autonomi cli [@grumbach]
2024-10-01 #2157 -- feat(metrics): shunned count across time frames [@RolandSherwin]
2024-10-01 #2169 -- fix(manager): use the correct cargo target dir during local build [@RolandSherwin]
2024-10-02 #2164 -- test(autonomi): few tweaks to tests [@b-zee]
2024-10-02 #2166 -- Disable CI tests failing for EVM [@b-zee]
2024-10-02 #2170 -- feat: evm network from env vars [@mickvandijke]
2024-10-02 #2168 -- chore: autonomi entry into WASM [@mickvandijke]
2024-10-02 #2173 -- fix(autonomi): resolve libinstant error [@b-zee]
2024-10-02 #2171 -- chore: polishes [@grumbach]
2024-10-02 #2175 -- feat: enable data location test [@RolandSherwin]
2024-10-03 #2186 -- feat: remove path from Network [@grumbach]
2024-10-03 #2190 -- fix(CI): fix bootstrap peer parsing error [@maqi]
2024-10-03 #2153 -- chore: fix typos [@omahs]
2024-10-04 #2191 -- chore(evmlib): update alloy to 0.4.2 [@mickvandijke]
2024-10-04 #2179 -- feat: use EVM_NETWROK=local var to fetch local network deta [@RolandSherwin]
2024-10-04 #2194 -- refactor: update chunk payments contract naming to data payments [@mickvandijke]
2024-10-06 #2167 -- feat(metrics): add close group shunned metrics [@RolandSherwin]
2024-10-07 #2203 -- feat!: client do not select bad_node as a payee [@maqi] [BREAKING]
2024-10-07 #2202 -- feat(node): env MAX_STORAGE_SPACE for MAX_RECORD_COUNT calculate [@maqi]
2024-10-08 #2208 -- Improved Autonomi API Registers and Integration in CLI [@grumbach]
2024-10-08 #2209 -- feat: simpler evm connection and env [@grumbach]
2024-10-08 #2181 -- feat: enable CI action [@RolandSherwin]
2024-10-09 #2182 -- WASM fixes for autonomi API [@b-zee]
2024-10-09 #2218 -- fix(global): fix Cargo.lock [@b-zee]
2024-10-09 #2214 -- Fix putting of scratchpad [@joshuef]
2024-10-09 #2217 -- feat(node): encrypt records by default [@joshuef]
2024-10-09 #2212 -- feat(autonomi): expose public writeable registers [@RolandSherwin]
2024-10-09 #2219 -- fix(test): get data with churn test running [@RolandSherwin]
2024-10-10 #2216 -- feat(autonomi): use local instead of local-discovery for feat [@joshuef]
2024-10-10 #2174 -- Evm dev [@grumbach] [BREAKING]
2024-10-10 #2136 -- feat(register)!: network only store ops list [@maqi] [BREAKING]
2024-10-11 #2226 -- feat: API rework for fs less WASM compatibility [@grumbach]
2024-10-11 #2192 -- docs: fix several typos in the document [@xiaobei0715]
2024-10-11 #2225 -- feat(networking): remove NodeIssue::Connection [@joshuef]
2024-10-11 #2222 -- fix(test): use separate wallets to prevent payment failures [@RolandSherwin]
2024-10-11 #2223 -- chore(autonomi): use a single utility function to get evm vars [@RolandSherwin]
2024-10-14 #2221 -- feat: WASM bindings [@b-zee]
2024-10-14 #2229 -- chore(launchpad): more detail on error messages when scaling nodes [@mazzi]
2024-10-14 #2230 -- feat(autonomi): enable files benchmark [@RolandSherwin]
2024-10-14 #2232 -- fix(evmlib): load evm net from env wrong var name [@mickvandijke]
2024-10-14 #2233 -- feat(metrics): move shunned by close group metrics to the main endpoint [@RolandSherwin]
2024-10-14 #2234 -- fix(autonomi): log the process metrics [@RolandSherwin]
2024-10-15 #2236 -- feat: loud mode and vdash log line [@grumbach]
2024-10-15 #2228 -- ci: enable wasm32 compilation step [@b-zee]
2024-10-15 #2238 -- fix(test): retry during register create to fix failures from node res… [@RolandSherwin]
2024-10-15 #2231 -- chore(launchpad): refactor status screen [@mazzi]
2024-10-15 #2240 -- feat: print for peers connected and net size in loud mode [@grumbach]
2024-10-15 #2241 -- feat(autonomi): implement client events [@RolandSherwin]
2024-10-15 #2235 -- feat: adapt node manager add command for evm network [@jacderida] [BREAKING]
2024-10-15 #2246 -- chore: rename autonomi crate and binary [@jacderida]
2024-10-16 #2239 -- feat(networking): ensure we disconnect when removing peers [@joshuef]
2024-10-16 #2248 -- feat: remove cli/sn_client and faucet API [@joshuef]
2024-10-16 #2249 -- feat: expose rewards key in autonomi [@grumbach]
2024-10-16 #2256 -- refactor(autonomi): change error to debug log [@b-zee]
2024-10-16 #2257 -- feat: support the arbitrum sepolia network [@jacderida]
2024-10-21 #2275 -- give contract infinite token allowance [@mickvandijke]
2024-10-21 #2278 -- feat(launchpad): evm launchpad integration [@mazzi]
2024-10-21 #2279 -- feat(node): kill nodes running on host with little spare CPU [@jacderida]
2024-10-21 #2280 -- chore: reduce max records cache size [@jacderida]
2024-10-21 #2281 -- feat: download either a file or dir based based on data [@RolandSherwin]