Skip to content

Commit 8103df7

Browse files
authored
Merge pull request #1016 from ethereum/dev
Deploy v1.5.5
2 parents 92d0a49 + 2023547 commit 8103df7

9 files changed

Lines changed: 36 additions & 19 deletions

File tree

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,24 @@
15751575
"content",
15761576
"review"
15771577
]
1578+
},
1579+
{
1580+
"login": "cooganb",
1581+
"name": "cooganb",
1582+
"avatar_url": "https://avatars2.githubusercontent.com/u/8144425?v=4",
1583+
"profile": "https://github.com/cooganb",
1584+
"contributions": [
1585+
"ideas"
1586+
]
1587+
},
1588+
{
1589+
"login": "drequinox",
1590+
"name": "drequinox",
1591+
"avatar_url": "https://avatars1.githubusercontent.com/u/34604812?v=4",
1592+
"profile": "https://github.com/drequinox",
1593+
"contributions": [
1594+
"content"
1595+
]
15781596
}
15791597
],
15801598
"contributorsPerLine": 7,

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-170-orange.svg?style=flat-square)](#contributors)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-172-orange.svg?style=flat-square)](#contributors)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44

55
<h1 align="center" style="margin-top: 1em; margin-bottom: 3em;">
@@ -448,6 +448,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
448448
<tr>
449449
<td align="center"><a href="https://github.com/arturgontijo"><img src="https://avatars0.githubusercontent.com/u/15108323?v=4" width="100px;" alt=""/><br /><sub><b>Artur Gontijo</b></sub></a><br /><a href="#ideas-arturgontijo" title="Ideas, Planning, & Feedback">🤔</a></td>
450450
<td align="center"><a href="https://github.com/ethjoe"><img src="https://avatars0.githubusercontent.com/u/36374665?v=4" width="100px;" alt=""/><br /><sub><b>ethjoe</b></sub></a><br /><a href="#content-ethjoe" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/pulls?q=is%3Apr+reviewed-by%3Aethjoe" title="Reviewed Pull Requests">👀</a></td>
451+
<td align="center"><a href="https://github.com/cooganb"><img src="https://avatars2.githubusercontent.com/u/8144425?v=4" width="100px;" alt=""/><br /><sub><b>cooganb</b></sub></a><br /><a href="#ideas-cooganb" title="Ideas, Planning, & Feedback">🤔</a></td>
452+
<td align="center"><a href="https://github.com/drequinox"><img src="https://avatars1.githubusercontent.com/u/34604812?v=4" width="100px;" alt=""/><br /><sub><b>drequinox</b></sub></a><br /><a href="#content-drequinox" title="Content">🖋</a></td>
451453
</tr>
452454
</table>
453455

docs/.vuepress/config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ module.exports = {
4646
{},
4747
`
4848
var _paq = window._paq || [];
49-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
50-
_paq.push(['setCookieDomain', '*.ethereum.org']);
5149
_paq.push(['trackPageView']);
5250
_paq.push(['enableLinkTracking']);
5351
(function() {
@@ -59,11 +57,6 @@ module.exports = {
5957
})();
6058
`
6159
],
62-
[
63-
'noscript',
64-
{},
65-
`<p><img src="//matomo.ethereum.org/piwik/matomo.php?idsite=4&amp;rec=1" style="border:0;" alt="" /></p>`
66-
],
6760
[
6861
'script',
6962
{ type: 'application/ld+json' },

docs/.vuepress/theme/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default {
206206
display: true
207207
},
208208
{
209-
to: 'https://ecosystem.support',
209+
to: 'https://esp.ethereum.foundation',
210210
text: 'Ecosystem Support Program',
211211
isExternal: true,
212212
display: true

docs/.vuepress/theme/components/__tests__/__snapshots__/Footer.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ exports[`Footer render successfully 1`] = `
155155
156156
<li>
157157
<a
158-
href="https://ecosystem.support/"
158+
href="https://esp.ethereum.foundation/"
159159
rel="noopener noreferrer"
160160
target="_blank"
161161
>

docs/community/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Hundreds of thousands of Ethereum enthusiasts gather in these online forums to s
157157
**Every month, there are major Ethereum events around the world.** Consider attending one near you to meet more people in the community, learn about employment opportunities, and develop new skills.
158158

159159
- [Dragon Quest](https://hackathon.metacartel.org/) (MetaCartel) - _Virtual Hackathon_ (April 1-30, 2020)
160-
- [HackMoney](https://hackathon.money/) - _Virtual Hackathon_ (30 days, Starting Mid-April, 2020)
160+
- [HackMoney](https://hackathon.money/) - (ETHGlobal) _Virtual Hackathon_ (30 days, Starting Mid-April, 2020)
161161
- [ETHTurin](https://ethturin.com/) - _Virtual Hackathon_ (April 24-26, 2020)
162162
- [Ethereal](https://www.etherealsummit.com/) (ConsenSys) - _Virtual Conference_ (May 7-8, 2020)
163163

@@ -184,15 +184,15 @@ The Ethereum community includes people of many different backgrounds and skillse
184184
- Attend an [ETHGlobal](http://ethglobal.co/) hackathon near you!
185185
- Check out [projects related to your area of expertise or programming language of choice](/developers/#language-specific-resources)
186186
- Watch or participate in the [Core Dev calls](https://www.youtube.com/playlist?list=PLaM7G4Llrb7zfMXCZVEXEABT8OSnd4-7w)
187-
- [Ecosystem Support Program's wishlist](https://ecosystem.support/wishlist/) - tooling, documentation, and infrastructure areas where the Ethereum Ecosystem Support Program is actively seeking grant applications
187+
- [Ecosystem Support Program's wishlist](https://esp.ethereum.foundation/wishlist/) - tooling, documentation, and infrastructure areas where the Ethereum Ecosystem Support Program is actively seeking grant applications
188188

189189
**Researchers & Academics**
190190

191191
Do you have a background in mathematics, cryptography, or economics? You might be interested in some of the cutting-edge work being done within the Ethereum ecosystem
192192

193193
- [Challenges.ethereum.org](https://challenges.ethereum.org/) - a series of high-value research bounties, where you can earn >\$100,000 USD
194194
- [Ethresear.ch](https://ethresear.ch) - Ethereum’s primary forum for research, and the world’s most influential forum for cryptoeconomics
195-
- [Ecosystem Support Program's wishlist](https://ecosystem.support/wishlist/) - research areas where the Ethereum Ecosystem Support Program is actively seeking grant applications
195+
- [Ecosystem Support Program's wishlist](https://esp.ethereum.foundation/wishlist/) - research areas where the Ethereum Ecosystem Support Program is actively seeking grant applications
196196

197197
**Have non-technical skills, and aren’t sure where to start?**
198198

@@ -216,7 +216,7 @@ If you’re not a developer, it can be hard to know where to start in Ethereum.
216216

217217
**Product Managers**
218218

219-
- The Ethereum ecosystem needs your talents! Many companies are hiring for product manager roles. If you want to start by contributing to an open source project, get in touch with the [Ethereum Cat Herder](https://gitter.im/ethereum-cat-herders/community?source=orgpage)s or [MetaCartel](https://www.metacartel.org/)
219+
- The Ethereum ecosystem needs your talents! Many companies are hiring for product manager roles. If you want to start by contributing to an open source project, get in touch with the [Ethereum Cat Herders](https://gitter.im/ethereum-cat-herders/community?source=orgpage) or [MetaCartel](https://www.metacartel.org/)
220220

221221
**Marketing**
222222

docs/enterprise/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ For more in depth information, here are some related articles:
3232
- [Blockchain Use Cases and Applications by Industry](https://media.consensys.net/enterprise-ethereum-blockchain-use-cases-and-applications-by-industry-3914d1210049)
3333
- [EY releases zero-knowledge proof blockchain transaction technology to the public domain to advance blockchain privacy standards](https://www.ey.com/en_gl/news/2019/04/ey-releases-zero-knowledge-proof-blockchain-transaction-technology-to-the-public-domain-to-advance-blockchain-privacy-standards)
3434
- [Introduction to Quorum: Blockchain for the Financial Sector](https://medium.com/blockchain-at-berkeley/introduction-to-quorum-blockchain-for-the-financial-sector-58813f84e88c)
35+
- [Projects Building on J.P. Morgan’s Quorum Blockchain](https://link.medium.com/7tAmZtjsg6)
36+
3537

3638
## Enterprise Applications Live on Mainnet{#enterprise-live-on-mainnet}
3739

@@ -96,6 +98,8 @@ The following projects provide blockchain services for enterprises grade systems
9698
- [Autonity](https://www.clearmatics.com/about/) _protocol suite that implements p2p protocols and provides client software and infrastructure_
9799
- [Chainstack](https://chainstack.com/) _multi-cloud and multi-protocol Platform as a Service empowering businesses to rapidly build, deploy, and manage decentralized networks and services_
98100
- [Baseline](https://www.baseline-protocol.org/) _an open source initiative that combines advances in cryptography, messaging, and blockchain to deliver secure and private business processes at low cost via the public Ethereum Mainnet_
101+
- [Quorum](https://github.com/jpmorganchase/quorum) _an Ethereum-based open source enterprise blockchain platform with advanced enterprise grade features enabling privacy, permissioning and performance_
102+
- [Official Quorum documentation](http://docs.goquorum.com/en/latest)
99103

100104
## Enterprise Features {#enterprise-features}
101105

@@ -104,15 +108,15 @@ Public and private Ethereum networks might need specific features required by ne
104108
### Permissioning {#permissioning}
105109

106110
- [PegaSys Permissioning Contracts](https://github.com/PegaSysEng/permissioning-smart-contracts)
107-
- [Quorum Permissioning solution](https://github.com/jpmorganchase/quorum/wiki/Security)
111+
- [Quorum Permissioning solution](http://docs.goquorum.com/en/latest/Permissioning/Overview/)
108112

109113
### Privacy {#privacy}
110114

111115
- [Ernst & Young's ‘Nightfall'](https://github.com/EYBlockchain/nightfall)
112116
_More information [here](https://bravenewcoin.com/insights/ernst-and-young-rolls-out-'nightfall-to-enable-private-transactions-on)_
113117
- [PegaSys' Orion](https://docs.pantheon.pegasys.tech/en/stable/Concepts/Privacy/Privacy-Overview/)
114118
_More information [here](https://pegasys.tech/privacy-in-pantheon-how-it-works-and-why-your-enterprise-should-care/)_
115-
- [Quorum's Tessera](https://docs.goquorum.com/en/latest/Privacy/Tessera/Tessera/) _More information [here](https://github.com/jpmorganchase/tessera/wiki/How-Tessera-works)_
119+
- [Quorum's Tessera](https://docs.goquorum.com/en/latest/Privacy/Tessera/Tessera/) _More information [here](http://docs.goquorum.com/en/latest/Privacy/Lifecycle-of-a-private-transaction/)_
116120

117121
### Security {#security}
118122

docs/foundation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The EF is not a company, or even a traditional non-profit. Their role is not to
2525

2626
### Ecosystem Support Program
2727

28-
The [Ecosystem Support Program](https://ecosystem.support/) exists to provide both financial and non-financial support to projects and entities within the greater Ethereum community, in order to accelerate the growth of the ecosystem. The Ecosystem Support Program is an expansion of the original Ethereum Grants Program which mainly focused on financial support.
28+
The [Ecosystem Support Program](https://esp.ethereum.foundation/) exists to provide both financial and non-financial support to projects and entities within the greater Ethereum community, in order to accelerate the growth of the ecosystem. The Ecosystem Support Program is an expansion of the original Ethereum Grants Program which mainly focused on financial support.
2929

30-
Learn more about the Ecosystem Support Program, past grant recipients, and the grant application process at [ecosystem.support](https://ecosystem.support/). You can also view the [Ecosystem Support Program Blog](https://blog.ethereum.org/category/ecosystem-support-program/) or follow [@EF_ESP](https://twitter.com/EF_ESP) for their latest news and announcements.
30+
Learn more about the Ecosystem Support Program, past grant recipients, and the grant application process at [esp.ethereum.foundation](https://esp.ethereum.foundation/). You can also view the [Ecosystem Support Program Blog](https://blog.ethereum.org/category/ecosystem-support-program/) or follow [@EF_ESP](https://twitter.com/EF_ESP) for their latest news and announcements.
3131

3232
### Devcon
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-dot-org-website",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Ethereum.org website",
55
"scripts": {
66
"dev": "vuepress dev docs",

0 commit comments

Comments
 (0)