Commit graph

542 commits

Author SHA1 Message Date
DataHoarder 43a7603e0f
Only apply last known tip on p2p client after pre processing
Some checks are pending
continuous-integration/drone/push Build is running
2023-07-31 21:47:35 +02:00
DataHoarder f49f52a853
Check capabilities of own server before sending anything that requires it 2023-07-31 21:40:36 +02:00
DataHoarder d52710eea4
Only store last known tip on p2p peer when it's equal to or higher as current 2023-07-31 19:42:50 +02:00
DataHoarder aae149677a
Move Coinbase Id cache into PoolBlock from CoinbaseTransaction
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 22:53:25 +02:00
DataHoarder ae74c56a08
Encode types.Difficulty as uint64 if Difficulty.Hi is zero
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 20:45:02 +02:00
DataHoarder 010a2a0d03
Replace https://github.com/goccy/go-json with https://github.com/WeebDataHoarder/go-json to allow omitempty on custom structs
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 16:05:28 +02:00
DataHoarder d91ef819f4
Updated PGO profiles with production ones
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 14:23:36 +02:00
DataHoarder a670ee1325
Added development notes on README.md 2023-07-30 14:23:18 +02:00
DataHoarder d03ba313d5
Use miner instead of miner_id on side block / payouts
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 14:15:30 +02:00
DataHoarder 42d570a167
Do not include uncle_of in serialized JSON response if it's empty 2023-07-30 14:11:50 +02:00
DataHoarder cff3d620de
Update p2p client LastKnownTip on BlockNotify 2023-07-30 13:36:11 +02:00
DataHoarder 26d7b96270
Include other Monero information in consensus 2023-07-28 13:50:23 +02:00
DataHoarder beff0f88cd
Updated README.md with Matrix links
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-27 11:07:11 +02:00
DataHoarder ab24cc01ea
Use new PGO profiles from production
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-27 10:41:40 +02:00
DataHoarder ebd610b335
Reword/change header footer 2023-07-27 10:41:17 +02:00
DataHoarder 5a67fa3120
Fix nginx rewrites
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-26 16:26:40 +02:00
DataHoarder 241c4c9263
Use count estimation on miner_info 2023-07-26 16:10:32 +02:00
DataHoarder 3ce0b7d2db
Update PGO profiles
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-26 14:19:06 +02:00
DataHoarder 466f2ce1f2
Optimize PPLNS window iteration, remove pprof context 2023-07-26 14:18:45 +02:00
DataHoarder 65747205dd
Switch redirect for rewrites in nginx configuration 2023-07-26 13:33:33 +02:00
DataHoarder 2b4791ebf4
Disallow bot scraping /proof to reduce load 2023-07-26 13:06:12 +02:00
DataHoarder a56a016f6c
Switch channels for function callback/iterators for Index
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-26 12:58:54 +02:00
DataHoarder deb3c6db01
Id -> id in consensus json
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 09:05:38 +02:00
DataHoarder f9903f096d
Made ShareVersion an uint8 instead of int to match Monero hardfork version 2023-07-25 08:57:03 +02:00
DataHoarder fc1a6d2ab0
Updated PGO profiles with new production ones
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 08:50:18 +02:00
DataHoarder b601e49a8a
Refactor pool_info API, deprecate several fields 2023-07-25 08:50:18 +02:00
DataHoarder e7e1aee11b
Fix channel on miner page for unknown miners, switch order of comparisons on NextDifficulty
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-24 19:48:44 +02:00
DataHoarder 07d09286e9
Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +02:00
DataHoarder 649640c381
light blocks on API now use same JSON encoding as other methods 2023-07-24 12:26:40 +02:00
DataHoarder a23c30455d
Fix transaction parent indices not serializing in light blocks
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-24 12:18:11 +02:00
DataHoarder e32a5e5d74
Speedup raw / coinbase block fetch from API via index instead of archival usage
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-24 11:48:01 +02:00
DataHoarder 0b8823cdf3
Web/api streaming optimizations
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 19:07:32 +02:00
DataHoarder b7b1344eea
Fix address.MarshalJSON
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 01:10:43 +02:00
DataHoarder 03f19ae2ed
Improve base58 encode/decode and PackedAddress storage
Some checks are pending
continuous-integration/drone/push Build is running
2023-07-23 01:02:43 +02:00
DataHoarder a34e5cad5e
New robots.txt to limit bot load
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-22 23:08:07 +02:00
DataHoarder a06895d896
Speedup template generation, remove mapslice-json usage
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-22 22:48:42 +02:00
DataHoarder f7ba2d0e1f
Speedup Docker build by composing all binaries at once
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-22 17:18:35 +02:00
DataHoarder c0397bea86
Moved cache into its own module
Some checks are pending
continuous-integration/drone/push Build is running
2023-07-22 17:15:43 +02:00
DataHoarder 45be12e853
Fix CI with workspaces
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-22 16:57:08 +02:00
DataHoarder 50910a5db2
Bump to latest default.pgo
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-22 16:02:57 +02:00
DataHoarder 402bd79c6c
Use go.work and nested modules to split dependency import 2023-07-22 16:02:38 +02:00
DataHoarder 4ec4872194
Slow DownloadMissingBlocks updates after initial sync from one per second to one every two minutes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-22 01:13:01 +02:00
DataHoarder 8298483591
Add newer PGO profiles from production 2023-07-22 01:05:51 +02:00
DataHoarder c78cc5b87d
Use unix sockets for performance for postgres 2023-07-22 00:48:19 +02:00
DataHoarder ae9bc9da38
Add PGO profiles from production
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-21 17:46:47 +02:00
DataHoarder d992ce6e18
Speedup / less memory allocations on web hex / shorten / henc calls, fast path difficulty UnmarshalJSON 2023-07-21 17:43:24 +02:00
DataHoarder 2256b460bc
fix sort on /api/transaction_lookup 2023-07-21 17:42:31 +02:00
DataHoarder b0fe55c8a8
Update to protocol 1.2, implement BlockNotify
* Bump Software version to 3.0
* Remove old fast sync extension
* SideChain: fix for out of order blocks
* SideChain: shuffle blocks in tests
2023-07-21 16:20:41 +02:00
DataHoarder 35b5b46160
Urlencode question mark in libera.chat webirc link 2023-07-21 13:35:38 +02:00
DataHoarder 9671a076bb
Remove matrix host from IRC link on web
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-21 12:07:54 +02:00