-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename testnet
fixture to tmpnet
#2307
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marun
force-pushed
the
ephnet-name-change
branch
from
November 14, 2023 17:18
9b2643f
to
f04967d
Compare
marun
changed the title
Rename
Rename Nov 27, 2023
testnet
fixture to ephnet
testnet
fixture to tmpnet
marun
requested review from
danlaine,
darioush,
dboehm-avalabs,
ceyonur,
hexfusion and
joshua-kim
as code owners
November 27, 2023 20:19
marun
force-pushed
the
ephnet-name-change
branch
3 times, most recently
from
November 28, 2023 09:43
fb2c9fd
to
082a0b6
Compare
ceyonur
approved these changes
Nov 28, 2023
joshua-kim
approved these changes
Nov 28, 2023
marun
force-pushed
the
ephnet-name-change
branch
2 times, most recently
from
November 29, 2023 14:25
e1615ab
to
64e6996
Compare
3 tasks
As per the README update, changing the name of the fixture to `ephnet` (short for 'ephemeral network') is intended to ensure a less unambiguous name. The original name of `testnet` was chosen in ignorance of the common use of the term to refer to a persistent blockchain network used for testing. Also changed: - 'existing' is used instead of 'persistent' in reference to ephemeral networks that are started and stopped with the `ephnetctl` tool. Referring to an ephemeral network as 'persistent' seemed confusing. - `TESTNETCTL_*`-prefixed env vars are now prefixed with `EPHNET_` (minus the `CTL`) since they are used by both the ephnetctl cli and the ginkgo test suite. - The root directory for storing local networks becomes `.ephnet` instead of `.testnetctl`, also due to the path being shared between the ephnetctl cli and the ginkgo test suite.
marun
force-pushed
the
ephnet-name-change
branch
from
November 29, 2023 18:37
64e6996
to
0529a02
Compare
StephenButtolph
approved these changes
Nov 30, 2023
joshua-kim
added a commit
that referenced
this pull request
Dec 6, 2023
commit b36416d Author: Alberto Benegiamo <[email protected]> Date: Wed Dec 6 12:12:11 2023 -0700 Drop Pending Stakers 1 - introduced ScheduledStaker txs (#2323) Co-authored-by: Stephen Buttolph <[email protected]> commit 7df1f3a Author: Stephen Buttolph <[email protected]> Date: Wed Dec 6 13:46:56 2023 -0500 Restrict GOPROXY (#2434) commit 21b7ab8 Author: Stephen Buttolph <[email protected]> Date: Tue Dec 5 19:43:00 2023 -0500 Fix platformvm.SetPreference (#2429) commit ada692a Author: Stephen Buttolph <[email protected]> Date: Tue Dec 5 17:40:03 2023 -0500 Update minimum golang version to v1.20.12 (#2427) commit 004a23e Author: Dhruba Basu <[email protected]> Date: Tue Dec 5 12:56:25 2023 -0500 `vms/platformvm`: Add `decisionTxs` parameter to `NewBanffProposalBlock` (#2411) Co-authored-by: Dan Laine <[email protected]> commit 439dc1e Author: Alberto Benegiamo <[email protected]> Date: Tue Dec 5 10:46:13 2023 -0700 ProposerVM Extend windows 0 - Cleanup (#2404) Co-authored-by: Stephen Buttolph <[email protected]> commit 477157d Author: Dhruba Basu <[email protected]> Date: Tue Dec 5 11:10:56 2023 -0500 `vms/platformvm`: Cleanup some block tests (#2422) Co-authored-by: Dan Laine <[email protected]> commit b6700c9 Author: Stephen Buttolph <[email protected]> Date: Mon Dec 4 22:24:34 2023 -0500 Update slices dependency to use Compare (#2424) Co-authored-by: James Walker <[email protected]> commit 5d9e482 Author: Dan Laine <[email protected]> Date: Mon Dec 4 19:27:29 2023 -0500 allow user of `build_fuzz.sh` to specify a directory to fuzz in (#2414) commit 2e32281 Author: Stephen Buttolph <[email protected]> Date: Mon Dec 4 18:30:41 2023 -0500 Fix duplicated bootstrapper engine termination (#2334) Signed-off-by: Joshua Kim <[email protected]> Co-authored-by: Joshua Kim <[email protected]> commit b741c19 Author: Dhruba Basu <[email protected]> Date: Mon Dec 4 17:49:15 2023 -0500 `vms/platformvm`: Move `VerifyUniqueInputs` from `verifier` to `backend` (#2410) commit 6aa20fc Author: Dhruba Basu <[email protected]> Date: Mon Dec 4 17:32:07 2023 -0500 `vms/platformvm`: Initialize txs in `Transactions` field for `BanffProposalBlock` (#2419) commit c11accd Author: Alberto Benegiamo <[email protected]> Date: Mon Dec 4 09:16:01 2023 -0700 Drop Pending Stakers 0 - De-duplicate staking tx verification (#2335) commit 05ce366 Author: marun <[email protected]> Date: Sat Dec 2 13:33:18 2023 -0800 testing: Update to latest version of ginkgo (#2390) commit 04af33e Author: Dhruba Basu <[email protected]> Date: Sat Dec 2 16:33:07 2023 -0500 `vms/platformvm`: Cleanup block builder tests (#2406) Co-authored-by: Stephen Buttolph <[email protected]> commit 7623ffd Author: Stephen Buttolph <[email protected]> Date: Fri Dec 1 19:39:15 2023 -0500 Update versions for v1.10.17 (#2394) commit be1a2ad Author: aaronbuchwald <[email protected]> Date: Fri Dec 1 13:31:49 2023 -0500 Add more descriptive formatted error (#2403) Co-authored-by: Stephen Buttolph <[email protected]> commit 9b85141 Author: Dhruba Basu <[email protected]> Date: Thu Nov 30 12:42:36 2023 -0800 `vms/platformvm`: Move `GetRewardUTXOs`, `GetSubnets`, and `GetChains` to `State` interface (#2402) commit de3b16c Author: Joshua Kim <[email protected]> Date: Thu Nov 30 12:49:53 2023 -0500 Add `p2p.Network` component (#2283) Signed-off-by: Joshua Kim <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 0ab2046 Author: marun <[email protected]> Date: Thu Nov 30 09:18:59 2023 -0800 Rename `testnet` fixture to `tmpnet` (#2307) commit 907b34c Author: Stephen Buttolph <[email protected]> Date: Wed Nov 29 21:32:43 2023 -0500 Update bootstrap IPs (#2396) commit 96d451d Author: Stephen Buttolph <[email protected]> Date: Wed Nov 29 18:15:47 2023 -0500 Periodically PullGossip only from connected validators (#2399) commit 0da5bcc Author: Dan Laine <[email protected]> Date: Wed Nov 29 16:32:16 2023 -0500 Remove method `CappedList` from `set.Set` (#2395) Signed-off-by: Joshua Kim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per the README update, changing the name of the fixture from
testnet
totmpnet
(short for 'temporary network') is intended to ensure a less unambiguous name. The original name oftestnet
was chosen in ignorance of the common use of the term to refer to a persistent blockchain network used for testing.Also changed:
'existing' is used instead of 'persistent' in reference to temporary networks that are started and stopped with the
tmpnetctl
tool. Referring to a temporary network as 'persistent' seemed confusing.TESTNETCTL_*
-prefixed env vars are now prefixed withTMPNET_
(minus theCTL
) since they are used by both the tmpnetctl cli and the ginkgo test suite.The root directory for storing local networks becomes
.tmpnet
instead of.testnetctl
, also due to the path being shared between the tmpnetctl cli and the ginkgo test suite.TODO
tests_e2e_existing
job after this PR merges