Commit graph

67 commits

Author SHA1 Message Date
dbeb877d6c
Update go-randomx, bump dependencies and use hashicorp LRU to remove golang.org/x/text, github.com/bahlo/generic-list-go dependencies 2024-04-13 00:26:21 +02:00
249d97299e
Bump go-randomx to v2.0.0 with faster execution and JIT 2024-04-12 02:18:49 +02:00
d0c788b7c9
Upgrade git.gammaspectra.live/P2Pool/go-randomx to v1.0.0 and include non-cgo tests
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-11 10:09:11 +02:00
8adaa81245
Explicitly use errgroup for SplitWork 2024-04-11 05:25:24 +02:00
5136295d91
Remove github.com/sclevine/spec dependency on tests from monero levin/rpc packages
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-11 03:47:52 +02:00
0527d67ecb
Upgrade randomx-go-bindings to v1.0.0 2024-04-11 03:47:05 +02:00
1f33aeccc5
Remove github.com/stretchr/testify from monero levin/rpc tests
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 19:48:55 +02:00
5a50924816
Remove git.gammaspectra.live/P2Pool/go-monero dependency, replace with pkg/rpc and pkg/levin inline 2024-04-07 19:29:22 +02:00
c999597d5e
Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
7d6af59d07
Upgrade github.com/dolthub/swiss for perf improvements under Go 1.22 2024-04-07 17:59:13 +02:00
6c9ff41c7c
Remove github.com/stretchr/testify dependency from zmq tests 2024-04-07 17:58:42 +02:00
585d480fd1
Replace github.com/go-zeromq/zmq4 with git.gammaspectra.live/P2Pool/zmq4 to remove goczmq4 dependency 2024-04-07 17:41:46 +02:00
44d969a218
Remove github.com/holiman/uint256 dependency on types.DifficultyFromPoW
Implement and compare native P2Pool check_pow

use uint128.Max on Difficulty PoW
2024-04-07 04:36:00 +02:00
eb372dc167
Bump git.gammaspectra.live/P2Pool/sha3 dependency 2024-04-07 03:32:00 +02:00
13d2e51383
Update dependencies, use faster UnsafeVarTimeScalarBaseMult on non-private operations, use precomputed UnsafeVarTimeScalarMultPrecomputed on public keys
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-05 10:54:04 +02:00
3cbc992279
Update dependencies, use faster UnsafeVarTimeScalarBaseMult on non-private operations
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-05 10:25:50 +02:00
fe75cf259c
P2Pool consensus v3.0.0
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
Migrate cmd utils, cmds to own repository
2024-04-03 19:43:13 +02:00
013a75783e
Update all dependencies 2024-02-25 20:13:27 +01:00
ddd821c565
Update to Go 1.22 2024-02-23 13:11:58 +01:00
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
07d09286e9
Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +02:00
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
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
402bd79c6c
Use go.work and nested modules to split dependency import 2023-07-22 16:02:38 +02:00
5bffb7f43d
Reword and split GetDifficulty on SideChain utils 2023-07-21 00:48:28 +02:00
d7532fedd3
Update dependencies, fix wrapping operations on difficulty, reduce number of template hashes on verify, catch panics on external block add 2023-07-20 07:40:19 +02:00
90184b07cc
GetDifficulty / GetShares speedup 2023-07-20 07:40:19 +02:00
4ef60296f1
Updated to Go 1.21
* Replaced exp/slices and exp/maps with slices/maps implementation
* Replaced utils.Min/Max with min/max
* Introduced GOEXPERIMENT=loopvar on build steps
* Updated tests/docker-compose to go1.21-rc-alpine
* Updated nginx to 1.25
* Preallocate mined blocks on Sidechain
* Update edwards25519 version
2023-07-20 07:40:18 +02:00
363b8ef951
Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-14 17:27:45 +02:00
89339ee88a
Replace golang map with https://github.com/dolthub/swiss on sidechain/mainchain 2023-06-10 01:31:42 +02:00
f0639e51dd
Reduce sha3 heap allocations on Write
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-04 11:28:21 +02:00
c1ad4c5c37
Use github.com/goccy/go-json instead of github.com/json-iterator/go for even more optimized encoding, update base58 encoder/decoder
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 17:28:03 +02:00
d577856081
Faster JSON encoder/decoder
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 14:43:22 +02:00
59756ab560
Update dependencies, less 128 bit divisions/multiplications, reduce heap allocations
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 14:11:10 +02:00
ee12d0a8b7
Update dependencies, improve Address decoding
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 13:49:34 +02:00
71689792e6
Convert web templates to quicktemplate for speedup, remove usages of stick
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 13:08:22 +02:00
de93354347
Replace stick with fork to use pointers instead of values on lexer/parser 2023-05-25 14:49:05 +02:00
3c1f7dfe38
Optimize JSON decoding of Address with less buffer creation
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-24 16:23:54 +02:00
e9eb5915ed
Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 10:49:05 +02:00
3a3960f661
Support Monero stagenet
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 07:29:06 +02:00
3372475242
Do not allocate RandomX dataset on light mode
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-14 10:30:43 +02:00
3eafb954df
Reduce hash heap allocations by using exported sha3
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-12 08:55:01 +02:00
0d7c208e06
Reduced allocations on Base58, update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-11 09:28:44 +02:00
5deac75659
Updated dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-10 07:09:57 +02:00
c1375a3cb8
Refactored RandomX state creation 2023-04-30 21:49:25 +02:00
436d1c1cbc
Update dependencies 2023-04-28 21:24:54 +02:00
976d32da46
Added /api/events 2023-04-24 19:48:57 +02:00
de73531fa1
Allow setting GOPROXY on .env, overhaul go container build 2023-04-19 05:00:07 +02:00
acbad1c2d2
Update dependencies 2023-04-16 11:58:10 +02:00
e56d7ee46e
Index database, archivetoindex, database schema
Implemented daemon, web, api into new index backend
2023-04-11 04:26:24 +02:00