From 2b61742f53269321c1f28c1adb7220eff7f32434 Mon Sep 17 00:00:00 2001 From: John Tromp Date: Sat, 7 Jun 2025 18:56:29 +0200 Subject: [PATCH 1/2] Update 0002-grin-governance.md Remove broken link. --- text/0002-grin-governance.md | 1 - 1 file changed, 1 deletion(-) diff --git a/text/0002-grin-governance.md b/text/0002-grin-governance.md index 3131d87..665548f 100644 --- a/text/0002-grin-governance.md +++ b/text/0002-grin-governance.md @@ -184,7 +184,6 @@ Far too many to all be listed here, but here are some: - [https://rust-lang.github.io/rfcs/1068-rust-governance.html](https://rust-lang.github.io/rfcs/1068-rust-governance.html) - [https://web.archive.org/web/2019*/https://predictablynoisy.com/rust-governance](https://web.archive.org/web/2019*/https://predictablynoisy.com/rust-governance) -- [http://mgattozzi.com/oss-governance-and-sustainablility-i/](http://mgattozzi.com/oss-governance-and-sustainablility-i/) **Node.js governance** From a91072176eeed9b5dbf9504c99fa1337424b464c Mon Sep 17 00:00:00 2001 From: John Tromp Date: Sat, 7 Jun 2025 18:59:14 +0200 Subject: [PATCH 2/2] Update 0007-node-api-v2.md Fix broken link. --- text/0007-node-api-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0007-node-api-v2.md b/text/0007-node-api-v2.md index 14835c2..51d95bd 100644 --- a/text/0007-node-api-v2.md +++ b/text/0007-node-api-v2.md @@ -1106,7 +1106,7 @@ This RFC temporarily introduces some additional code complexity as v1 and v2 nod This kind of JSON-RPC API is widely used for cryptocurrencies. For instance: - [Bitcoin](https://en.bitcoin.it/wiki/API_reference_\(JSON-RPC\)) -- [Ethereum](https://github.com/ethereum/wiki/wiki/JSON-RPC) +- [Ethereum](https://ethereum.org/en/developers/docs/apis/json-rpc/) - [Monero](https://web.getmonero.org/resources/developer-guides/wallet-rpc.html) - [Tezos](https://tezos.gitlab.io/developer/rpc.html)