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

Master #88

Open
wants to merge 73 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
44d82dc
:sparkles: initial commit.
Dec 8, 2017
892040e
IoC support. (#1)
Dec 13, 2017
ad82d19
common work (#2)
Dec 14, 2017
a3d8c7e
pool factory (#3)
Dec 14, 2017
302c2d2
stratum work (#4)
Dec 14, 2017
82766fc
initial jsonrpc & stratum & sockets work. (#5)
Jan 5, 2018
c50bf27
:wrench: added console banner.
Jan 5, 2018
ff60da2
Update README.md
Jan 5, 2018
3061935
Update README.md
Jan 5, 2018
5304534
Update README.md
Jan 5, 2018
a9202a5
Update README.md
Jan 5, 2018
844dfac
Update README.md
Jan 5, 2018
571fc58
Update README.md
Jan 5, 2018
794ff0a
Update README.md
Jan 5, 2018
546833d
Update README.md
Jan 5, 2018
b377397
Update README.md
Jan 5, 2018
a05c63e
Update README.md
Jan 5, 2018
44981ae
initial stratum & hashing work.
Jan 12, 2018
bbf23bd
:wrench: native deps are now copied after build.
Jan 12, 2018
e8dac17
:wrench: added formatted json output support.
Jan 13, 2018
8984000
:wrench: tiny update.
Jan 23, 2018
4418321
Update README.md
Jan 23, 2018
3a8cf42
Update README.md
Jan 23, 2018
c57b25e
Update README.md
Jan 23, 2018
5b27a63
Update README.md
Jan 23, 2018
742b1d8
initial wallet rpc connection done & cooked test project - circle.ci …
Jan 23, 2018
1af4170
:wrench: PooledLineBuffer tests.
Jan 23, 2018
3e35aa3
Update README.md
Jan 24, 2018
15e6c79
Update PooledLineBuffer.cs
Jan 24, 2018
881a749
Update PooledLineBufferTests.cs
Jan 24, 2018
576808a
:books: added license to source files.
Jan 24, 2018
cd0567b
daemon rpc & pool init works (#22)
Jan 24, 2018
c43265b
:wrench: implemented unhandled exception emiter.
Jan 24, 2018
7fb9135
Create CODE_OF_CONDUCT.md
Jan 25, 2018
c28346f
Create CONTRIBUTING.md
Jan 25, 2018
f8d34b9
Create ISSUE_TEMPLATE.md
Jan 25, 2018
f2fd1f0
Create PULL_REQUEST_TEMPLATE.md
Jan 25, 2018
df7d49b
Update README.md
Jan 25, 2018
67135e7
Update README.md
Jan 25, 2018
2e7e094
Update README.md
Jan 25, 2018
644ec77
Update README.md
Jan 25, 2018
0ef4aa8
Update README.md
Jan 25, 2018
37b5d48
Update README.md
Jan 25, 2018
1c8dc77
Update README.md
Jan 25, 2018
a01b142
:wrench: bootstrapper fix.
Jan 25, 2018
7dc2c82
readme updates (#27)
Jan 25, 2018
b7e10b8
Update README.md
Jan 25, 2018
a15d96e
Create appveyor.yml
Jan 25, 2018
b3fadd4
Create issue_template.md
Jan 25, 2018
1e8bb87
:books: moved pull_request_template.md
Jan 25, 2018
0e35b8f
replace IoC with stashbox (#28)
Jan 25, 2018
daff3a6
tiny fix.
Jan 25, 2018
0cedd83
:sparkles: jobmanager work. (#32)
Feb 1, 2018
0befb42
Feature/fast clock (#34)
Feb 1, 2018
78d0310
:bug: tiny benchmark fix for fast-clock.
Feb 1, 2018
2e32ba9
Update README.md
Feb 1, 2018
0828157
more job work.
Feb 2, 2018
9f826e2
more work
Feb 2, 2018
1579933
even more work.
Feb 2, 2018
bc6cbe6
enable appveyor benchmarks.
Feb 2, 2018
a1ab7e5
fix
Feb 2, 2018
8309725
:arrow_up: updated packages.
Feb 19, 2018
023433a
Add renovate.json
renovate-bot Aug 8, 2018
318bc18
Merge pull request #53 from bonesoul/renovate/configure
Aug 8, 2018
b3f2767
Pin dependency grunt-cli to 1.2.0
renovate-bot Aug 8, 2018
a076654
Merge pull request #54 from bonesoul/renovate/pin-dependencies
Aug 8, 2018
0412018
Update dependency BenchmarkDotNet to v0.11.1
renovate-bot Aug 22, 2018
158acb4
Merge pull request #41 from bonesoul/feature/monero-job-work
Aug 27, 2018
1b2d80f
Merge pull request #55 from bonesoul/renovate/benchmarkdotnet-0.x
Aug 27, 2018
24834f9
Update README.md
bitcoinbrisbane Jan 5, 2020
5ff23e7
Merge branch 'develop'
bitcoinbrisbane Jan 5, 2020
b086f08
Fix for build
bitcoinbrisbane Jan 5, 2020
2909960
Updates
bitcoinbrisbane Jan 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Hüseyin Uslu authored Jan 5, 2018
commit 844dfacd7fe7ce1a8140f63910c35a9a09479caa
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,9 @@ for list of supported operating systems [check here](https://github.com/dotnet/c
- [ ] superior extensiblity.
- [ ] vardiff support.
- [ ] banning support.
- [ ] full-stack api.
- [ ] full-stack API.

### web frontend

To support the project, we'll be stripping out full-featured web frontend as a standalone project which can be purchased to support the development. Still, the user can implement his own web-frontend using the API.