Skip to content

Commit 4d07239

Browse files
authored
Merge pull request #16184 from argotorg/docs_update_links
Update links to github org as argotorg and ipsilon where appropriate
2 parents 6d322f1 + 5991ef6 commit 4d07239

File tree

66 files changed

+129
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+129
-129
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,11 @@ commands:
380380
steps:
381381
- restore_cache:
382382
keys:
383-
- osx-dependencies-cached-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
383+
- macos-dependencies-cached-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
384384
- run:
385385
name: Installing dependencies / Restoring dependency cache
386386
command: |
387-
if [[ -f ~/osx-dependencies-cached ]]; then
387+
if [[ -f ~/macos-dependencies-cached ]]; then
388388
echo "Dependency flag exists. Removing /usr/local/, /opt/homebrew/, and /opt/boost. These directories will be restored from cache."
389389
390390
# CircleCI is providing the circleci cli tools via some kind of symlink magic.
@@ -414,26 +414,26 @@ commands:
414414
fi
415415
- restore_cache:
416416
keys:
417-
- osx-dependencies-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
417+
- macos-dependencies-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
418418
# DO NOT EDIT between here and save_cache, but rather edit ./circleci/osx_install_dependencies.sh
419419
# WARNING! If you do edit anything here instead, remember to invalidate the cache manually.
420420
- run:
421421
name: Install build dependencies
422422
command: .circleci/osx_install_dependencies.sh
423423
- run:
424424
name: Mark dependencies as cached
425-
command: touch ~/osx-dependencies-cached
425+
command: touch ~/macos-dependencies-cached
426426
- save_cache:
427-
key: osx-dependencies-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
427+
key: macos-dependencies-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
428428
paths:
429429
# Homebrew is installed in /usr/local on intel macs, but in /opt/homebrew on apple silicon.
430430
- /usr/local
431431
- /opt/homebrew
432432
- /opt/boost
433433
- save_cache:
434-
key: osx-dependencies-cached-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
434+
key: macos-dependencies-cached-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
435435
paths:
436-
- ~/osx-dependencies-cached
436+
- ~/macos-dependencies-cached
437437

438438
defaults:
439439

@@ -745,7 +745,7 @@ defaults:
745745
# Parameterized Job Templates
746746

747747
# Separate compile-only runs of those external tests where a full run takes much longer.
748-
# Also see https://github.com/ethereum/solidity/pull/14234 for why we excluded those
748+
# Also see https://github.com/argotorg/solidity/pull/14234 for why we excluded those
749749
# external tests from the nightly jobs.
750750
- job_ems_compile_ext_colony: &job_ems_compile_ext_colony
751751
<<: *requires_b_ems
@@ -1083,7 +1083,7 @@ jobs:
10831083
b_ubu_static:
10841084
# We temporarily keep building static release binaries on ubuntu 20.04
10851085
# to avoid glibc incompatibilities.
1086-
# See: https://github.com/ethereum/solidity/issues/13954
1086+
# See: https://github.com/argotorg/solidity/issues/13954
10871087
# On large runs 2x faster than on medium. 3x on xlarge.
10881088
<<: *base_ubuntu2404_xlarge
10891089
environment:
@@ -1140,7 +1140,7 @@ jobs:
11401140
- run:
11411141
name: Regression tests
11421142
command: |
1143-
git clone https://github.com/ethereum/solidity-fuzzing-corpus /tmp/solidity-fuzzing-corpus
1143+
git clone https://github.com/argotorg/solidity-fuzzing-corpus /tmp/solidity-fuzzing-corpus
11441144
mkdir -p test_results
11451145
scripts/regressions.py -o test_results
11461146
- store_test_results:
@@ -1333,7 +1333,7 @@ jobs:
13331333
<<: *base_ubuntu2404_env
13341334
ASAN_OPTIONS: check_initialization_order=true:detect_stack_use_after_return=true:strict_init_order=true:strict_string_checks=true:detect_invalid_pointer_pairs=2
13351335
# Suppress CLN memory leak.
1336-
# See: https://github.com/ethereum/solidity/issues/13891 for details.
1336+
# See: https://github.com/argotorg/solidity/issues/13891 for details.
13371337
LSAN_OPTIONS: suppressions=/root/project/.circleci/cln-asan.supp:print_suppressions=0
13381338
steps:
13391339
- cmdline_tests
@@ -1349,7 +1349,7 @@ jobs:
13491349
SOLTEST_FLAGS: --no-smt
13501350
ASAN_OPTIONS: check_initialization_order=true:detect_stack_use_after_return=true:strict_init_order=true:strict_string_checks=true:detect_invalid_pointer_pairs=2
13511351
# Suppress CLN memory leak.
1352-
# See: https://github.com/ethereum/solidity/issues/13891 for details.
1352+
# See: https://github.com/argotorg/solidity/issues/13891 for details.
13531353
LSAN_OPTIONS: suppressions=/root/project/.circleci/cln-asan.supp
13541354
steps:
13551355
- soltest

.circleci/osx_install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ then
112112
# evmone
113113
evmone_version="0.13.0"
114114
evmone_package="evmone-${evmone_version}-darwin-arm64.tar.gz"
115-
wget "https://github.com/ethereum/evmone/releases/download/v${evmone_version}/${evmone_package}"
115+
wget "https://github.com/ipsilon/evmone/releases/download/v${evmone_version}/${evmone_package}"
116116
validate_checksum "$evmone_package" 49fe6cc35e0e13c48ca2f29a6b85a47f7b25dcd427e14254000d3bc29cddf2a6
117117
sudo tar xzpf "$evmone_package" -C /usr/local
118118
rm "$evmone_package"

.circleci/parallel_bytecode_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [[ $binary_type == native || $binary_type == "osx_intel" ]]; then
5757
--report-file "../bytecode-report-${label}-${interface}-${preset}.txt"
5858
else
5959
echo "Installing solc-js"
60-
git clone --depth 1 https://github.com/ethereum/solc-js.git solc-js
60+
git clone --depth 1 https://github.com/argotorg/solc-js.git solc-js
6161
cp "$binary_path" solc-js/soljson.js
6262

6363
cd solc-js/

.github/workflows/buildpack-deps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: buildpack-deps
22

3+
permissions:
4+
pull-requests: write
5+
36
on:
47
pull_request:
58
branches: [ develop ]
@@ -38,9 +41,6 @@ jobs:
3841
3942
- name: comment PR
4043
if: "env.DOCKER_IMAGE"
41-
# NOTE: Can't update to v1.3.1 due to an error: `/entrypoint.sh:5:in 'require_relative': cannot load such file -- /lib/github (LoadError)`
42-
uses: unsplash/comment-on-pr@ffe8f97ccc63ce12c3c23c6885b169db67958d3b #v1.3.0
44+
uses: thollander/actions-comment-pull-request@v3
4345
with:
44-
msg: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."
45-
check_for_duplicate_msg: false
46-
46+
message: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."

.github/workflows/welcome-external-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
"Thank you for your contribution to the Solidity compiler! A team member will follow up shortly."
2828
"\n\n"
2929
"If you haven't read our [contributing guidelines](https://docs.soliditylang.org/en/latest/contributing.html) and our "
30-
"[review checklist](https://github.com/ethereum/solidity/blob/develop/ReviewChecklist.md) before, "
30+
"[review checklist](https://github.com/argotorg/solidity/blob/develop/ReviewChecklist.md) before, "
3131
"please do it now, this makes the reviewing process and accepting your contribution smoother."
3232
"\n\n"
3333
"If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the "

CODING_STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ foo->bar(someLongVariableName,
4646
cout << "some very long string that contains completely irrelevant text that talks about this and that and contains the words \"lorem\" and \"ipsum\"" << endl;
4747
```
4848
49-
To set indentation and tab width settings uniformly, the repository contains an [EditorConfig](https://editorconfig.org/) [`.editorconfig`](https://github.com/ethereum/solidity/blob/develop/.editorconfig) file, which describes some of the styles used and which is recognized by many IDE's and editors.
49+
To set indentation and tab width settings uniformly, the repository contains an [EditorConfig](https://editorconfig.org/) [`.editorconfig`](https://github.com/argotorg/solidity/blob/develop/.editorconfig) file, which describes some of the styles used and which is recognized by many IDE's and editors.
5050
5151
## 1. Namespaces
5252

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Please follow the
7676
if you want to help.
7777

7878
You can find our current feature and bug priorities for forthcoming
79-
releases in the [projects section](https://github.com/ethereum/solidity/projects).
79+
releases in the [projects section](https://github.com/argotorg/solidity/projects).
8080

8181
## Maintainers
8282
The Solidity programming language and compiler are open-source community projects governed by a core team.

ReleaseChecklist.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Checklist for making a release:
22

33
### Requirements
4-
- [ ] GitHub account with access to [solidity](https://github.com/ethereum/solidity), [solc-js](https://github.com/ethereum/solc-js),
5-
[solc-bin](https://github.com/ethereum/solc-bin), [solidity-website](https://github.com/ethereum/solidity-website).
4+
- [ ] GitHub account with access to [solidity](https://github.com/argotorg/solidity), [solc-js](https://github.com/argotorg/solc-js),
5+
[solc-bin](https://github.com/argotorg/solc-bin), [solidity-website](https://github.com/argotorg/solidity-website).
66
- [ ] DockerHub account with push rights to the [`solc` image](https://hub.docker.com/r/ethereum/solc).
77
- [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
88
a gnupg key for your email in the `ethereum.org` domain (has to be version 1, gpg2 won't work).
@@ -39,8 +39,8 @@ At least a day before the release:
3939
- [ ] Prepare drafts of Twitter, Reddit and Solidity Forum announcements.
4040

4141
### Blog Post
42-
- [ ] Create a post on [solidity-website](https://github.com/ethereum/solidity-website/tree/main/src/posts) in the `Releases` category and explain some of the new features or concepts.
43-
- [ ] Create a post on [solidity-website](https://github.com/ethereum/solidity-website/tree/main/src/posts) in the `Security Alerts` category in case of important bug(s).
42+
- [ ] Create a post on [solidity-website](https://github.com/argotorg/solidity-website/tree/main/src/posts) in the `Releases` category and explain some of the new features or concepts.
43+
- [ ] Create a post on [solidity-website](https://github.com/argotorg/solidity-website/tree/main/src/posts) in the `Security Alerts` category in case of important bug(s).
4444
- [ ] Get the posts reviewed and approved **before the release starts**.
4545

4646
### Changelog
@@ -52,7 +52,7 @@ At least a day before the release:
5252
- [ ] Copy the changelog into the release blog post.
5353

5454
### Create the Release
55-
- [ ] Create a [release on GitHub](https://github.com/ethereum/solidity/releases/new).
55+
- [ ] Create a [release on GitHub](https://github.com/argotorg/solidity/releases/new).
5656
Set the target to the `develop` branch and the tag to the new version, e.g. `v0.8.5`.
5757
Include the following warning: `**The release is still in progress. You may see broken links and binaries may not yet be available from all sources.**`.
5858
Do not publish it yet - click the `Save draft` button instead.
@@ -108,10 +108,10 @@ At least a day before the release:
108108
### Post-release
109109
- [ ] Make sure the documentation for the new release has been published successfully.
110110
Go to the [documentation status page at ReadTheDocs](https://readthedocs.org/projects/solidity/) and verify that the new version is listed, works and is marked as default.
111-
- [ ] Remove "still in progress" warning from the [release notes](https://github.com/ethereum/solidity/releases).
112-
- [ ] Merge the [blog posts](https://github.com/ethereum/solidity-website/pulls) related to the release.
111+
- [ ] Remove "still in progress" warning from the [release notes](https://github.com/argotorg/solidity/releases).
112+
- [ ] Merge the [blog posts](https://github.com/argotorg/solidity-website/pulls) related to the release.
113113
- [ ] Create a commit to increase the version number on `develop` in `CMakeLists.txt` and add a new skeleton changelog entry.
114-
- [ ] Update the release information section [in the source of soliditylang.org](https://github.com/ethereum/solidity-website/blob/main/src/pages/index.tsx).
114+
- [ ] Update the release information section [in the source of soliditylang.org](https://github.com/argotorg/solidity-website/blob/main/src/pages/index.tsx).
115115
- [ ] Announce on [Twitter](https://twitter.com/solidity_lang), including links to the release and the blog post.
116116
- [ ] Announce on [Fosstodon](https://fosstodon.org/@solidity/), including links to the release and the blog post.
117117
- [ ] Share the announcement on Reddit in [`/r/ethdev`](https://reddit.com/r/ethdev/), cross-posted to [`/r/ethereum`](https://reddit.com/r/ethereum/).

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The Solidity team maintains the following JSON-formatted lists of patched securi
4949
[1]: https://bounty.ethereum.org/
5050
[2]: https://bounty.ethereum.org/#rules
5151
[3]: https://docs.soliditylang.org/en/develop/bugs.html
52-
[4]: https://github.com/ethereum/solidity/blob/develop/docs/bugs_by_version.json
52+
[4]: https://github.com/argotorg/solidity/blob/develop/docs/bugs_by_version.json

docs/050-breaking-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section highlights the main breaking changes introduced in Solidity
66
version 0.5.0, along with the reasoning behind the changes and how to update
77
affected code.
88
For the full list check
9-
`the release changelog <https://github.com/ethereum/solidity/releases/tag/v0.5.0>`_.
9+
`the release changelog <https://github.com/argotorg/solidity/releases/tag/v0.5.0>`_.
1010

1111
.. note::
1212
Contracts compiled with Solidity v0.5.0 can still interface with contracts

0 commit comments

Comments
 (0)