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

Logo Upgrade + Child Chain Switch #4

Merged
merged 5 commits into from
Jul 31, 2021
Merged

Logo Upgrade + Child Chain Switch #4

merged 5 commits into from
Jul 31, 2021

Conversation

farsider350
Copy link

@farsider350 farsider350 commented Jul 18, 2021

Logo Upgrade
The community has voted and we're upgrading the logo
The testnet for the auxpow child chain id switch is also included.
During the test we want to see whether we fork from old chain id's
or whether it allows the two to continue on the same chain.

farsider350 added 3 commits July 18, 2021 10:55
This commit has the chainid switch code.
Mainnet is not active.
Testnet effective height is 210
This will need testing before a mainnet block is discussed.
Todo: Paperwallet
@farsider350
Copy link
Author

PowChainId Switch currently fails in the current state as its looking for the old ChainId.
I'll rework it to completely switch to the new Id without accepting old Id's.

Paperwallet image has been uploaded but the Address overlaps the Dingocoin title so we'll rework that aswell.
unknown (1)

farsider350 added 2 commits July 30, 2021 21:26
Rework ChainId Switch
Testnet block 50
Mainnet INT_MAX
@farsider350 farsider350 merged commit a02347a into master Jul 31, 2021
@farsider350 farsider350 deleted the logo-2.0 branch July 31, 2021 12:39
seanPhill pushed a commit that referenced this pull request Sep 10, 2023
* 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>
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>
Twinky-kms pushed a commit to Twinky-kms/dingocoin that referenced this pull request Mar 9, 2024
a44caf65f Merge bitcoin-core/univalue-subtree#28: Import fixes for sanitizer reported issues
135254331 Import fixes for sanitizer reported issues
d5fb86940 refactor: use c++11 range based for loop in checkObject
ff9c37930 refactor: Use nullptr (c++11) instead of NULL
08a99754d build: use ax_cxx_compile_stdcxx.m4 to check for C++11 support
66d3713ce Merge bitcoin-core/univalue-subtree#29: ci: travis -> cirrus
808d48729 ci: travis -> cirrus
c390ac375 Merge bitcoin-core/univalue-subtree#19: Split sources for easier buildsystem integration
4a5b0a1c6 build: Move source entries out to sources.mk
6c7d94b33 build: cleanup wonky gen usage
a222637 Merge dingocoin#23: Merge changes from jgarzik/univalue@1ae6a23
98fadc0 Merge dingocoin#24: Push bool into array correctly
5f03f1f Push bool into array correctly
f77d0f7 Merge commit '1ae6a231a0169938eb3972c1d48dd17cba5947e1' into HEAD
98261b1 Merge dingocoin#22: Clamp JSON object depth to PHP limit
54c4015 Clamp JSON object depth to PHP limit
5a58a46 Merge dingocoin#21: Remove hand-coded UniValue destructor.
b4cdfc4 Remove hand-coded UniValue destructor.
1ae6a23 Merge pull request dogecoin#57 from MarcoFalke/test_fix
92bdd11 univalue_write: remove unneeded sstream.h include
ffb621c Merge pull request dogecoin#56 from drodil/remove_sstream_header
f33acf9 Merge commit '7890db9~' into HEAD
7fba60b Merge dingocoin#17: [docs] Update readme
4577454 Merge dingocoin#13: Fix typo
66e0ade Remove unnecessary sstream header from univalue.h
ac7e73c [docs] Update readme
7890db9 Merge dingocoin#11: Remove deprecated std pair wrappers
88967f6 Version 1.0.4
40e3485 Merge dingocoin#14: Cleaned up namespace imports to reduce symbol collisions
1dc113d Merge pull request dogecoin#50 from luke-jr/pushKV_bool
72392fb [tests] test pushKV for boolean values
c23132b Pushing boolean value to univalue correctly
4a49647 Fix typo
85052a4 Remove deprecated std::pair wrappers
81faab2 Merge pull request dogecoin#48 from fwolfst/47-UPDATE_MIT_LINK_TO_HTTPS
b17634e Update URLs to MIT license.
51d3ab3 Merge dingocoin#10: Add pushKV(key, boolean) function (replaces dingocoin#5)
129bad9 [tests] test pushKV for boolean values
b3c44c9 Pushing boolean value to univalue correctly
07947ff Merge dingocoin#9: [tests] Fix BOOST_CHECK_THROW macro
ec849d9 [tests] Fix BOOST_CHECK_THROW macro
88ab64f Merge pull request dogecoin#46 from jasonbcox/master
35ed96d Merge pull request dogecoin#44 from MarcoFalke/Mf1709-univalue-cherrypick-explicit
420c226 Merge pull request dogecoin#45 from MarcoFalke/Mf1710-univalue-revert-test
d208f98 Cleaned up namespace imports to reduce symbol collisions
31bc9f5 Merge dingocoin#8: Remove unused Homebrew workaround
fa04209 Remove HomeBrew workaround
a523e08 Merge dingocoin#7: Declare single-argument (non-converting) constructors "explicit"
a9e53b3 Merge dingocoin#4: Pull upstream
fe805ea Declare single-argument (non-converting) constructors "explicit"
8a2d6f1 Merge pull request dogecoin#41 from jgarzik/get-obj-map
ba341a2 Add getObjMap() helper method.  Also, constify checkObject().
ceb1194 Handle .pushKV() and .checkObject() edge cases.
107db98 Add ::push_back(double) method for feature parity.
d415300 Move one-line implementation of UniValue::read() to header.
52e85b3 Move exception-throwing get_* methods into separate implementation module.
dac5296 README.md: update code quotes
3e31dcf README.md: close code quote
d09b842 Update README.md
f1b86ed Convert README to markdown style.
1dfe464 Import UniValue class unit tests from bitcoin project.
0d3e74d operator[] takes size_t index parameter (versus unsigned int)
640158f Private findKey() method becomes size_t clean, and returns bool on failure.
7099135 Merge pull request dogecoin#36 from ryanofsky/pr/end-str
a31231b Version 1.0.3
4fd5444 Reject unterminated strings
81eba33 Merge pull request dingocoin#26 from isle2983/pushBackHelpers
3640541 Merge PR dogecoin#32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
89bb073 Merge pull request dogecoin#31 from ryanofsky/raw-literals
511008c Merge pull request dogecoin#30 from ryanofsky/test-driver
77974f3 Merge pull request dogecoin#34 from paveljanik/20161116_Wshadow_codepoint
a38fcd3 Do not shadow member variable codepoint.
fd32d1a Don't require nul-terminated string inputs
0bb1439 Support parsing raw literals in UniValue
28876d0 Merge pull request dingocoin#29 from btcdrak/exportspace
839ccd7 Add test driver for JSONTestSuite
26ef3ff Remove trailing whitespace from JSON export
cfa0384 Convenience wrappers for push_back-ing integer types

git-subtree-dir: src/univalue
git-subtree-split: a44caf65fe55b9dd8ddb08f04c0f70409efd53b3
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.

1 participant