-
Notifications
You must be signed in to change notification settings - Fork 311
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: celestiaorg/celestia-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.44.0-tm-v0.34.35
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: celestiaorg/celestia-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.44.1-tm-v0.34.35
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 9 files changed
- 5 contributors
Commits on Nov 27, 2024
-
Fix typos in documentation (#1542)
## Description This PR introduces fixes for typos in documentation files: 1. **First Commit:** - **File:** `spec.md` - **Change:** Fixed the typo `transcation` to `transaction`. - **Importance:** Ensures accuracy and clarity in describing transaction-related processes. 2. **Second Commit:** - **File:** `README.md` - **Change:** Fixed the typo `separate` to `separated`. - **Importance:** Maintains consistency in terminology and avoids confusion in the explanation. These changes improve documentation accuracy and clarity, which is essential for better understanding and avoiding potential misinterpretations by developers. --- #### PR checklist - [x] Tests written/updated (N/A for documentation-only updates) - [x] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [x] Updated relevant documentation (`docs/` or `spec/`) and code comments
Configuration menu - View commit details
-
Copy full SHA for dc04af0 - Browse repository at this point
Copy the full SHA dc04af0View commit details
Commits on Nov 29, 2024
-
Closes #1539 Motivation #1539 (comment)
Configuration menu - View commit details
-
Copy full SHA for a9cdcda - Browse repository at this point
Copy the full SHA a9cdcdaView commit details
Commits on Dec 4, 2024
-
fix: typos and article usage in various documentation files (#1547)
This PR addresses multiple typos and fixes article usage errors across several documentation files. The following changes were made: - Replaced "an" with "a" where the following word does not start with a vowel sound (e.g., "a user" instead of "an user"). - Added hyphen to "above-mentioned" to maintain proper spelling. - Fixed phrasing for consistency and clarity in multiple sections. Files updated: - `adr-001-block-propagation.md` - `adr-006-row-propagation.md` - `adr-template.md` - `pex.md` These changes aim to improve readability and correctness in the documentation.
Configuration menu - View commit details
-
Copy full SHA for 9a514ad - Browse repository at this point
Copy the full SHA 9a514adView commit details
Commits on Dec 10, 2024
-
chore: deprecate timeout_commit and timeout_propose config (#1551)
Closes #1550 ## Testing In celestia-app I replaced celestia-core with this repo. Then created a new config file and observed: ```toml # How long we wait for a proposal block before prevoting nil # Deprecated: timeout_commit is overridden by the state machine in app version >= 3. # Therefore, the value set in this config will be ignored. timeout_propose = "3.5s" # How long we wait after committing a block, before starting on the new # height (this gives us a chance to receive some more precommits, even # though we already have +2/3). # Deprecated: timeout_commit is overridden by the state machine in app version >= 3. # Therefore, the value set in this config will be ignored. timeout_commit = "4.2s" ``` --------- Co-authored-by: CHAMI Rachid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 890a59b - Browse repository at this point
Copy the full SHA 890a59bView commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d51978e - Browse repository at this point
Copy the full SHA d51978eView commit details
There are no files selected for viewing
This file was deleted.