-
Notifications
You must be signed in to change notification settings - Fork 7
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
spring rebrand #51
spring rebrand #51
Conversation
@@ -1 +1 @@ | |||
[Net API Reference](https://docs.eosnetwork.com/leap-plugins/latest/net.api/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links don't work currently
@@ -151,7 +151,6 @@ def configureApiNodes(): | |||
if self.apiNodeCount > 0: | |||
configureApiNodes() | |||
|
|||
assert "v1" not in self.nodeosVers and "v0" not in self.nodeosVers, f"nodeos version {Utils.getNodeosVersion()} is unsupported by performance test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what else to do here at the moment. Tracking in #49
@@ -17,7 +17,7 @@ DMLOG RLIMIT_OP ACCOUNT_USAGE INS {"owner":"eosio.prods","net_usage":{"last_ordi | |||
DMLOG RAM_OP 0 eosio.prods account add newaccount eosio.prods 2656 2656 | |||
DMLOG PERM_OP INS 0 7 {"usage_id":6,"parent":6,"owner":"eosio.prods","name":"prod.major","last_updated":"2020-01-01T00:00:00.000","auth":{"threshold":1,"keys":[],"accounts":[{"permission":{"actor":"eosio","permission":"active"},"weight":1}],"waits":[]}} | |||
DMLOG PERM_OP INS 0 8 {"usage_id":7,"parent":7,"owner":"eosio.prods","name":"prod.minor","last_updated":"2020-01-01T00:00:00.000","auth":{"threshold":1,"keys":[],"accounts":[{"permission":{"actor":"eosio","permission":"active"},"weight":1}],"waits":[]}} | |||
DMLOG DEEP_MIND_VERSION leap 13 0 | |||
DMLOG DEEP_MIND_VERSION spring 13 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably ask EOS Nation if this should be spring 1 0
instead. Ok, for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one way or another we should probably touch the version number before release since new messages are being added I think? It seems even in savanna
branch the version remains 13 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this #29 needs to change that version. I'll make the change there.
Note:start |
Renames almost all occurrences of
leap
/Leap
tospring
/Spring
. Originally I was planning on only renaming "user facing" usages of leap, but it turns out it's easier to just be more exhaustive instead of trying to make a case-by-case basis judgement call.CONTRIBUTING.md
has been removed; it will be rewritten entirely at some point anyways.Taking a grep through the repo here are the remaining usages of
leap
I see,legacy cmake files
This allows users of libtester to continue finding it via
find_package(leap)
etc.spring/CMakeLists.txt
Lines 201 to 204 in 7a5a807
spring/CMakeLists.txt
Lines 217 to 221 in 7a5a807
spring/CMakeModules/leap-config.cmake.in
Lines 1 to 3 in 7a5a807
package conflicts
This allows installing spring.deb "over" a leap.deb
spring/package.cmake
Lines 50 to 51 in 7a5a807
libtester tests
These are currently using
main
ofreference-contracts
which does thefind_package(leap)
as well as having a cmake knob withLEAP
in the name. Eventually we will change this to afind_package(spring)
etc and we'll need to update this.spring/.github/workflows/build.yaml
Lines 288 to 290 in 7a5a807
spring/.github/workflows/build.yaml
Line 339 in 7a5a807
performance harness runner
This is just a label for a configured runner that has already been attached to this repo too
spring/.github/workflows/performance_harness_run.yaml
Line 109 in 7a5a807
performance harness backwards compatibility
Clearly this should still download the old version of leap from the old repo. (This is looking outdated already due to the lack of 5.0 support though?)
spring/.github/workflows/ph_backward_compatibility.yaml
Lines 57 to 67 in 7a5a807
experimental-binaries container description
The experimental-binaries container name is currently shared by both leap & spring. We might want to change this though as there will be a version conflict. Tracked in #50
spring/.github/workflows/release.yaml
Line 38 in 7a5a807
some docs
Clarify leap 4/5 is before spring 1.0
spring/docs/01_nodeos/03_plugins/producer_plugin/10_block-producing-explained.md
Lines 39 to 41 in 7a5a807
net_plugin naming
It feels like usages of "leap" here are referencing a point in time so I think we want to keep the naming
spring/plugins/net_plugin/net_plugin.cpp
Line 664 in 7a5a807
spring/plugins/net_plugin/net_plugin.cpp
Line 668 in 7a5a807
spring/plugins/net_plugin/net_plugin.cpp
Lines 3405 to 3406 in 7a5a807
spring/plugins/net_plugin/net_plugin.cpp
Line 3459 in 7a5a807
CLI11 leap formatter
This
LeapFormatter
exists over in the separate CLI11 submodule.. I didn't want to change that for now (or maybe ever).spring/programs/cleos/main.cpp
Lines 2786 to 2787 in 7a5a807
spring/programs/spring-util/main.cpp
Lines 20 to 21 in 7a5a807
comment referencing leap issue
This one is self explanatory
spring/tests/nodeos_run_test.py
Line 751 in 7a5a807