Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: UnicodeDecodeError
Message: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1855, in _prepare_split_single
for _, table in generator:
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 690, in wrapped
for item in generator(*args, **kwargs):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/text/text.py", line 73, in _generate_tables
batch = f.read(self.config.chunksize)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 827, in read_with_retries
out = read(*args, **kwargs)
File "/usr/local/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1431, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 992, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1898, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
MIT License |
Copyright (c) 2017 Stratisplatform |
Permission is hereby granted, free of charge, to any person obtaining a copy |
of this software and associated documentation files (the "Software"), to deal |
in the Software without restriction, including without limitation the rights |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
copies of the Software, and to permit persons to whom the Software is |
furnished to do so, subject to the following conditions: |
The above copyright notice and this permission notice shall be included in all |
copies or substantial portions of the Software. |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
SOFTWARE. |
| Windows | Mac OS | Linux |
| :---- | :------ | :---- | |
| [](https://dev.azure.com/StratisProject/Breeze/_build/latest?definitionId=10) | [](https://dev.azure.com/StratisProject/Breeze/_build/latest?definitionId=12) | [](https://dev.azure.com/StratisProject/Breeze/_build/latest?definitionId=11) |
# Breeze |
__Warning: We're still in beta, so use at your own risk.__ |
This is the repository of the Breeze Wallet, the first full-block SPV bitcoin wallet using Angular and Electron at the front-end and C# with .NET Core in the back-end. |
## Daemon Build |
Breeze daemon is the backend REST service, hosting a Bitcoin node upon which Breeze UI depends: |
``` |
# Clone and go in the directory |
git clone https://github.com/stratisproject/Breeze |
cd Breeze |
# Initialize dependencies |
git submodule update --init --recursive |
# Go in the Breeze deamon folder |
cd StratisBitcoinFullNode/Stratis.BreezeD |
dotnet build |
# Run the Bitcoin and Stratis full-SPV daemons on testnet in separate terminals |
dotnet run -testnet |
dotnet run stratis -testnet |
``` |
## UI Build |
[Read more...](https://github.com/stratisproject/Breeze/blob/master/Breeze.UI/README.md) |
## CI Build |
----------- |
Every time someone pushes to the master branch or create a pull request on it, a build is triggered and a new unstable app release is created. |
If you want the :sparkles: latest :sparkles: (unstable :bomb:) version of the Breeze app, you can get it here: |
https://github.com/stratisproject/Breeze/releases/tag/Continuous-Delivery |
# from https://www.appveyor.com/docs/appveyor-yml/ |
# you can use {branch} name in version format too |
# version: 1.0.{build}-{branch} |
version: 0.3.0.{build} |
pull_requests: |
do_not_increment_build_number: true |
# branches to build |
branches: |
# whitelist |
only: |
- master |
#---------------------------------# |
# environment configuration # |
#---------------------------------# |
image: Visual Studio 2017 |
clone_folder: c:\projects\breeze |
configuration: |
- Release |
build: |
parallel: true |
environment: |
matrix: |
- win_runtime: win-x64 |
arch: x64 |
plat: win32 |
- win_runtime: win-x86 |
arch: ia32 |
plat: win32 |
End of preview.
No dataset card yet
- Downloads last month
- 170