Skip to content

Commit 17b313c

Browse files
Merge branch 'ethereum:dev' into gabe-dev
2 parents a50b632 + 112c442 commit 17b313c

File tree

9 files changed

+80
-4
lines changed

9 files changed

+80
-4
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11056,6 +11056,15 @@
1105611056
"contributions": [
1105711057
"doc"
1105811058
]
11059+
},
11060+
{
11061+
"login": "jimgreen2013",
11062+
"name": "jimgreen2013",
11063+
"avatar_url": "https://avatars.githubusercontent.com/u/15890793?v=4",
11064+
"profile": "https://github.com/jimgreen2013",
11065+
"contributions": [
11066+
"doc"
11067+
]
1105911068
}
1106011069
],
1106111070
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
17251725
</tr>
17261726
<tr>
17271727
<td align="center" valign="top" width="14.28%"><a href="https://t.me/nebolax"><img src="https://avatars.githubusercontent.com/u/63492346?v=4?s=100" width="100px;" alt="Alexey Nebolsin"/><br /><sub><b>Alexey Nebolsin</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=nebolax" title="Documentation">📖</a></td>
1728+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jimgreen2013"><img src="https://avatars.githubusercontent.com/u/15890793?v=4?s=100" width="100px;" alt="jimgreen2013"/><br /><sub><b>jimgreen2013</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=jimgreen2013" title="Documentation">📖</a></td>
17281729
</tr>
17291730
</tbody>
17301731
</table>

public/content/developers/docs/scaling/sidechains/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ While bridges help users move funds between Ethereum and the sidechain, the asse
5151

5252
| Pros | Cons |
5353
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
54-
| The technology underpinning sidechains is well-established and benefits from extensive research and improvements in design. | Sidechains trade off some measure of decentralization and trustlesness for scalability. |
54+
| The technology underpinning sidechains is well-established and benefits from extensive research and improvements in design. | Sidechains trade off some measure of decentralization and trustlessness for scalability. |
5555
| Sidechains support general computation and offer EVM compatibility (they can run Ethereum-native dapps). | A sidechain uses a separate consensus mechanism and doesn't benefit from Ethereum's security guarantees. |
5656
| Sidechains use different consensus models to efficiently process transactions and lower transaction fees for users. | Sidechains require higher trust assumptions (e.g., a quorum of malicious sidechain validators can commit fraud). |
5757
| EVM-compatible sidechains allow dapps to expand their ecosystem. | |

public/content/governance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Forks are when major technical upgrades or changes need to be made to the networ
121121

122122
The DAO fork was in response to the [2016 DAO attack](https://www.coindesk.com/understanding-dao-hack-journalists) where an insecure [DAO](/glossary/#dao) contract was drained of over 3.6 million ETH in a hack. The fork moved the funds from the faulty contract to a new contract allowing anyone who lost funds in the hack to recover them.
123123

124-
This course of action was voted on by the Ethereum community. Any ETH holder was able to vote via a transaction on [a voting platform](http://v1.carbonvote.com/). The decision to fork reached over 85% of the votes.
124+
This course of action was voted on by the Ethereum community. Any ETH holder was able to vote via a transaction on [a voting platform](https://web.archive.org/web/20170620030820/http://v1.carbonvote.com/). The decision to fork reached over 85% of the votes.
125125

126126
It's important to note that whilst the protocol did fork to revert the hack, the weight the vote carried in deciding to fork is debatable for a few reasons:
127127

public/content/roadmap/pbs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For example, inclusion lists can be introduced so that when validators know abou
2020

2121
<ExpandableCard title="What kinds of censorship does PBS solve?" eventCategory="/roadmap/pbs" eventName="clicked what kinds of censorship does PBS solve?">
2222

23-
Powerful organizations can pressure validators to censor transactions to or from certain addresses. Validators comply with this pressure by detecting blacklisted addresses in their transaction pool and omitting them from the blocks the propose. After PBS this will no longer be possible because block proposers will not know which transactions they are broadcasting in their blocks. It might be important for certain individuals or apps to comply with censorship rules, for example when it is made law in their region. In these cases, compliance happens at the application level, while the protocol remains permissionless and censorship free.
23+
Powerful organizations can pressure validators to censor transactions to or from certain addresses. Validators comply with this pressure by detecting blacklisted addresses in their transaction pool and omitting them from the blocks they propose. After PBS this will no longer be possible because block proposers will not know which transactions they are broadcasting in their blocks. It might be important for certain individuals or apps to comply with censorship rules, for example when it is made law in their region. In these cases, compliance happens at the application level, while the protocol remains permissionless and censorship free.
2424

2525
</ExpandableCard>
2626

public/wallets/aurox.png

4.36 KB
Loading

src/data/community-events.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,15 @@ const communityConferences: CommunityConference[] = [
349349
location: "Lagos, NGA",
350350
description: "This conference will bring together Web3 enthusiasts from all over Nigeria and beyond. Here, community meets technology for three days of intensive Networking and Learning experiences.",
351351
},
352+
{
353+
title: "ETHSafari",
354+
startDate: "2024-09-09",
355+
endDate: "2024-09-15",
356+
to: "https://ethsafari.xyz/",
357+
location: "Nairobi & Kilifi, Kenya",
358+
description:
359+
"Welcome to the largest Ethereum event happening in Africa! Join the BlockTrain from Nairobi to celebrate an ETH-festival held underneath ancient Boabab trees in Kilifi.",
360+
},
352361
{
353362
title: "TOKEN2049",
354363
startDate: "2024-09-18",

src/data/wallets/wallet-data.ts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
77
import AmbireImage from "@/public/wallets/ambire.png"
88
import ApexImage from "@/public/wallets/apex.png"
99
import ArgentImage from "@/public/wallets/argent.png"
10+
import AuroxImage from "@/public/wallets/aurox.png"
1011
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
1112
import BitkeepImage from "@/public/wallets/bitkeep.png"
1213
import BlockWalletImage from "@/public/wallets/blockwallet.png"
@@ -2712,6 +2713,54 @@ const walletData: WalletData[] = [
27122713
documentation:
27132714
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
27142715
},
2716+
{
2717+
last_updated: "2023-10-30",
2718+
name: "Aurox Wallet",
2719+
image: AuroxImage,
2720+
brand_color: "#1F47FF",
2721+
url: "https://getaurox.com/wallet",
2722+
wallet_live_date: "2022-12-06",
2723+
active_development_team: true,
2724+
languages_supported: ["en"],
2725+
twitter: "https://twitter.com/getaurox",
2726+
discord: "https://aurox.app/discord",
2727+
reddit: "",
2728+
telegram: "",
2729+
ios: false,
2730+
android: false,
2731+
linux: false,
2732+
windows: false,
2733+
macOS: false,
2734+
firefox: false,
2735+
chromium: true,
2736+
hardware: false,
2737+
open_source: true,
2738+
repo_url: "https://github.com/GetAurox/Aurox-Wallet",
2739+
non_custodial: true,
2740+
security_audit: ["https://skynet.certik.com/projects/aurox"],
2741+
scam_protection: true,
2742+
hardware_support: true,
2743+
walletconnect: false,
2744+
rpc_importing: true,
2745+
nft_support: true,
2746+
connect_to_dapps: true,
2747+
staking: false,
2748+
swaps: true,
2749+
multichain: true,
2750+
layer_2: true,
2751+
gas_fee_customization: true,
2752+
ens_support: true,
2753+
erc_20_support: true,
2754+
eip_1559_support: true,
2755+
buy_crypto: false,
2756+
withdraw_crypto: false,
2757+
multisig: false,
2758+
social_recovery: false,
2759+
onboard_documentation:
2760+
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2761+
documentation:
2762+
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2763+
},
27152764
]
27162765

27172766
export default walletData

src/lib/types.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ export type Layout = keyof LayoutMappingType
5959

6060
export type Lang =
6161
| "en"
62+
| "am"
6263
| "ar"
6364
| "az"
65+
| "be"
6466
| "bg"
6567
| "bn"
68+
| "bs"
6669
| "ca"
6770
| "cs"
6871
| "da"
@@ -71,27 +74,31 @@ export type Lang =
7174
| "es"
7275
| "fa"
7376
| "fi"
77+
| "fil"
7478
| "fr"
7579
| "gl"
7680
| "gu"
7781
| "he"
7882
| "hi"
7983
| "hr"
8084
| "hu"
85+
| "hy-am"
8186
| "id"
8287
| "ig"
8388
| "it"
8489
| "ja"
8590
| "ka"
8691
| "kk"
8792
| "km"
93+
| "kn"
8894
| "ko"
8995
| "lt"
9096
| "ml"
9197
| "mr"
9298
| "ms"
93-
| "nl"
9499
| "nb"
100+
| "ne-np"
101+
| "nl"
95102
| "pcm"
96103
| "ph"
97104
| "pl"
@@ -106,6 +113,7 @@ export type Lang =
106113
| "sw"
107114
| "ta"
108115
| "th"
116+
| "tk"
109117
| "tr"
110118
| "uk"
111119
| "ur"

0 commit comments

Comments
 (0)