Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Create package and setup boilerplate for lisk-transaction-pool - Closes #870 #908

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
bff70bc
create package.json file for lisk-transaction-pool
Nov 23, 2018
afb3814
add README.md file for lisk-transaction-pool
Nov 23, 2018
2d74ddb
add LICENSE for lisk-transaction-pool
Nov 23, 2018
e171048
add scripts for lisk-transaction-pool
Nov 23, 2018
61814bc
add empty src and test folders for lisk-transaction-pool
Nov 23, 2018
0d8ea23
add setup for chai assertions
Nov 23, 2018
802e54b
add mocha options file
Nov 23, 2018
aa3e23a
add typescript configuration for src and tests for lisk-transaction-pool
Nov 23, 2018
6e1255d
add cypress and browsertest configs for lisk-transaction-pool
Nov 23, 2018
cd06c71
create skeleton for queue in lisk-transaction-pool
Nov 23, 2018
0fe76c4
create skeleton for queue tests in lisk-transaction-pool
Nov 23, 2018
343de99
create skeleton for transaction pool class in lisk-transaction-pool
Nov 23, 2018
df286c1
create skeleton for transaction pool tests in lisk-transaction-pool
Nov 23, 2018
e351ecd
update index.ts file to export transaction pool class for lisk-transa…
Nov 23, 2018
e4ff865
remove browsertests and cypress from lisk-transaction-pool
Nov 23, 2018
8872346
remove browser related options and scripts from package.json
Nov 23, 2018
510af3e
add package-lock.json file
Nov 23, 2018
fdae049
update node min-version for lisk-transaction-pool
Nov 23, 2018
eed19e7
remove unnecessary custom assertions in for chai in lisk-transaction-…
Nov 23, 2018
e2a18b9
remove extraneous dependencies from package.json in lisk-transaction-…
Nov 23, 2018
4581448
cleanup clean.sh script
Nov 23, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
674 changes: 674 additions & 0 deletions packages/lisk-transaction-pool/LICENSE

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions packages/lisk-transaction-pool/README.md
@@ -0,0 +1,37 @@
# lisk-transaction-pool

Transaction pool library for use with Lisk-related software

## Installation

```sh
$ npm install --save @liskhq/lisk-transaction-pool
```

## License

Copyright © 2016-2018 Lisk Foundation

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the [GNU General Public License](https://github.com/LiskHQ/lisk-elements/tree/master/LICENSE) along with this program. If not, see <http://www.gnu.org/licenses/>.

***

This program also incorporates work previously released with lisk-js `v0.5.2` (and earlier) versions under the [MIT License](https://opensource.org/licenses/MIT). To comply with the requirements of that license, the following permission notice, applicable to those parts of the code only, is included below:

Copyright © 2016-2017 Lisk Foundation

Copyright © 2015 Crypti

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.


[Lisk Core GitHub]: https://github.com/LiskHQ/lisk
[Lisk documentation site]: https://lisk.io/documentation/lisk-elements