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

Correct yml build version lines #19

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Correct yml build version lines #19

merged 2 commits into from
Jul 27, 2023

Conversation

seanPhill
Copy link

ubuntu-latest should be ubuntu:latest

ubuntu-latest should be ubuntu:latest
The same correction as in develop.yml
@seanPhill seanPhill marked this pull request as ready for review July 27, 2023 23:21
@seanPhill seanPhill merged commit b0a57e1 into master Jul 27, 2023
1 check failed
@seanPhill seanPhill deleted the seanPhill-patch-1 branch July 27, 2023 23:22
seanPhill added a commit that referenced this pull request Oct 6, 2023
* 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>
seanPhill added a commit that referenced this pull request Mar 5, 2024
* update testnet chainparams

* update develop branch (#23)

* 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>

* Remove alert system. Add rescan, setmaxconnections RPC. Checkpoints and 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 (#16)

* 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>

* Advance version build and protocol version

Version Build from 8 to 9.
Protocol Version from 70143 to 70144.

---------

Co-authored-by: Twinky-kms <Twinkykms@gmail.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>
Co-authored-by: farsider350 <farsider350@github.com>
Co-authored-by: nandofw <fernandofeiden@gmail.com>
Co-authored-by: nandofw <dev.nandofw@gmail.com>
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

1 participant