Skip to content
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

Merge updates from Develop branch #25

Merged
merged 7 commits into from
Mar 5, 2024
Merged

Merge updates from Develop branch #25

merged 7 commits into from
Mar 5, 2024

Conversation

seanPhill
Copy link

Update

  • testnet chainparams
  • develop and main yml build/workflow files for Github Actions
  • readme, logo source location
  • fix fee rpc default to 1 dingocoin
  • Remove alert system
  • Add rescan to RPC commands
  • setmaxconnections RPC
  • checkpoints

Twinky-kms and others added 6 commits October 4, 2023 15:37
* Create develop.yml

Added a new Github Actions continuous integration for the recently added 'develop' branch.

* Update main.yml

Github Actions are not running on Ubuntu-18 anymore.
run on ~~Ubuntu-latest~~ Ubuntu 20.04 instead.

* Update develop.yml

Github Actions are not running on Ubuntu-18 anymore.
run on Ubuntu-latest instead.

* Correct yml build version lines (#19)

* Correct develop.yml

ubuntu-latest should be ubuntu:latest

* Update main.yml

The same correction as in develop.yml

* Fix actions, default estimatefee rpc call to return 1, .com domain (#20)

* Update develop.yml

* update master (#2)

* .com, fix actions (kinda, mac still broken) (#3)

* Update develop.yml

* .com, fix actions (kinda, mac still broken) (#2)

* Update README.md

---------

Co-authored-by: Twinky-kms <Twinkykms@gmail.com>

* Update README.md (#4)

Updated Logo src Location

* Update README.md (#5)

updated to 256x256px logo

* fix fee rpc default to 1 coin

* trigger workflow

---------

Co-authored-by: dingocoincom <134242373+dingocoincom@users.noreply.github.com>
Co-authored-by: BobTheBuilderSTD <chris@supertechdudes.com>

* Update main.yml

* Update develop.yml

* Update main.yml

---------

Co-authored-by: dingocoincom <134242373+dingocoincom@users.noreply.github.com>
Co-authored-by: BobTheBuilderSTD <chris@supertechdudes.com>

---------

Co-authored-by: Sean Phillips <46495592+seanPhill@users.noreply.github.com>
Co-authored-by: SwoopDoge <31876349+farsider350@users.noreply.github.com>
Co-authored-by: dingocoincom <134242373+dingocoincom@users.noreply.github.com>
Co-authored-by: BobTheBuilderSTD <chris@supertechdudes.com>
update testnet chainparams
…nd Chaindata (#18)

* Create develop.yml

Added a new Github Actions continuous integration for the recently added 'develop' branch.

* Remove alert system

This has the benefit of removing a single point of failure/control
(because it depends on a keypair to send alerts).
The discussion can be seen here dogecoin#2231
and the commit is found here dogecoin@565280f

* Add rescan to RPC commands

* Fix workflow queue

* Add setmaxconnections RPC command

* Improve data types

* Add file for setmaxconnections

* Workflow

* Workflow adjust

* Workflow test Ubu 20 if not resolve to latest

* Finalize removing alert system

* Workflow final

* Create build-all.yml

* Update os on builds

* Update checkpoints 29/02/24

* Update workflow

* Delete build-all.yml

---------

Co-authored-by: Sean Phillips <46495592+seanPhill@users.noreply.github.com>
Co-authored-by: farsider350 <farsider350@github.com>
* Add address rate limiting

* fix typo

* Create develop.yml

* Update develop.yml

Github ended Ubuntu 18.04 support in Github Actions. Use 20.04 now.

* Fix LogPrint

* Update main.yml

The Ubuntu version in the workflow was updated months ago for the develop branch after Github dropped support for Ubuntu 18.04, but should also apply to the main branch.

---------

Co-authored-by: nandofw <dev.nandofw@gmail.com>
Co-authored-by: SwoopDoge <31876349+farsider350@users.noreply.github.com>
Co-authored-by: Sean Phillips <46495592+seanPhill@users.noreply.github.com>
Version Build from 8 to 9.
Protocol Version from 70143 to 70144.
Copy link

@farsider350 farsider350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK LGTM

@seanPhill
Copy link
Author

Regarding the failing macOS build from the YML files, it should be noted that in the macOS part the original https://github.com/dogecoin/dogecoin/blob/master/.github/workflows/ci.yml no longer resembles this.

@seanPhill
Copy link
Author

Building the new release is next.

@seanPhill seanPhill merged commit 023682b into master Mar 5, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants