Skip to content

Tags: pouyapayandeh/oxen-core

Tags

v10.3.0

Toggle v10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request oxen-io#1627 from jagerman/hf19-3-stable

Hard spoon 19.3 (stable edition)

v10.2.1

Toggle v10.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Update sqlite static build to latest version

v10.2.0

Toggle v10.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Merge remote-tracking branch 'origin/dev' into stable

v10.1.3

Toggle v10.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request oxen-io#1573 from oxen-io/dev

Merge dev to stable

v10.1.2

Toggle v10.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Merge remote-tracking branch 'origin/dev' into stable

v10.1.1

Toggle v10.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Merge branch 'dev' into stable

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Remove check for unbound

We don't use it anymore, but the top-level cmake was still looking for
it.

v9.2.0

Toggle v9.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request oxen-io#1468 from oxen-io/dev

dev -> stable for 2.2.0 release

v9.1.3

Toggle v9.1.3's commit message
Merge remote-tracking branch 'origin/dev' into stable

v9.1.2

Toggle v9.1.2's commit message
9.1.2 hotfix -- fix proofs for older nodes with both pubkeys

bt-encoded proofs have a bug for nodes with different legacy/ed25519
pubkeys that isn't easily solvable (it needs a fix on *both* sender and
receiver ends).  That fix is in here (in uptime_proof.cpp) but that
isn't enough to solve it immediately.

This works around the issue by submitting old-style proofs if we are a
node with different legacy/ed25519 pubkeys.