This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions #10652
Merged
Merged
Changes from 36 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
39b5ae9
docs: Update Readme with TOC, Contributor Guide and License sections
ltfschoen 4dd7577
docs: Simplify package descriptions in Readme
ltfschoen 950d634
docs: Fix typos
ltfschoen 11834e3
docs: Update Cargo package configs adding missing descriptions
ltfschoen f91f26d
fix: Remove machine since was accidental from diff branch. Fix contri…
ltfschoen 5892bca
fix: Fix formatting
ltfschoen dfacb82
remove details snippet since not code and formats badly
ltfschoen a37742e
review-fix: Remove duplicate description
ltfschoen 049135e
fix dot point formatting
ltfschoen 10205c9
fix: Add missing description to vm package
ltfschoen cf05a7d
fix: Remove duplicate Code of Conduct and Contributor guidelines
ltfschoen bc30b00
docs: Update Contributing for consistency with other repos
ltfschoen a8132d7
docs: Update Readme to link to existing Code of Conduct and Contribut…
ltfschoen 8124328
refactor: Add missing space
ltfschoen e6e5f82
fix: Fix links to be markdown format
ltfschoen c7f2a87
review-fix: Update CONTRIBUTING.md to link to Parity Ethereum Style G…
ltfschoen 8a139c8
merge latest master and fix conflicts
ltfschoen 282a4e3
Merge branch 'master' into luke-readme2
ltfschoen c40158c
docs: Fix type in .github/CONTRIBUTING.md
ltfschoen d1ec475
docs: Fix typo in .github/CONTRIBUTING.md
ltfschoen e7ac760
docs: Rephrase parity-clib/Cargo.toml
ltfschoen b820960
review-fix: Fix whole paragraph
ltfschoen b9f6384
review-fix: Add comment to prevent direct pushes to master branch
ltfschoen a8fb47d
review-fix: Change some rules to recommendations
ltfschoen cdaa2a7
Update .github/CONTRIBUTING.md
ltfschoen c1163ef
review-fix: Replace feature reduction with breaking changes dot point
ltfschoen 851499d
review-fix: Rephrase what to do when reviewing PR
ltfschoen e9e3920
review-fix: Update parity-rpc package description and module rustdocs
ltfschoen 8d0e013
docs: Add missing fullstop
ltfschoen 95dd2cb
review-fix: Update rustdoc section to show all packages first as default
ltfschoen e87b8ba
review-fix: Rename Parity Util to Parity Core Libraries
ltfschoen 68578b4
review-fix: Rename readme too for the C bindings name change
ltfschoen 39cdd6f
review-fix: Remove some docs since we do not teach the reader Rust
ltfschoen 55d1a3e
review-fix: Wrap Parity Ethereum specific packages in a details section
ltfschoen d880c01
review-fix: Separate tools that are in this repo vs those that are not
ltfschoen 46b5e94
review-fix: Add link to ethabi on crates.io
ltfschoen c1a71f2
review-fix: Remove unnecessary extra line talking about pushing to ma…
ltfschoen 4a85e6c
Merge branch 'master' into luke-readme2
ltfschoen 805e39d
review-fix: Remove useless summary of parts of the rust book document…
ltfschoen c095637
docs: Update .github/CONTRIBUTING.md to specify two reviewers required
ltfschoen 9f69b61
docs: Update README.md with simplification
ltfschoen b89af4f
docs: Update README.md renaming to Test Runner instead of just Run
ltfschoen 68d0f15
review-fix: Remove hardware wallet from docs
ltfschoen 488d9d7
review-fix: Remove veto PR section of contributor doc
ltfschoen 8bfadc0
review-fix: Change to test generator title
ltfschoen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[package] | ||
description = "Parity Ethereum Keys Generator" | ||
name = "ethkey" | ||
version = "0.3.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
|
Oops, something went wrong.
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.
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.
Do we even allow pushing directly to master? We shouldn't.
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've addressed this in commit b9f6384
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.
Then I think this line is redundant then - if you can't push to master you can't
--force
push to master either.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've addressed this in another commit c1a71f2