0.7.0 • Published 12 months ago

@greymass/eosio v0.7.0

Weekly downloads
267
License
BSD-3-Clause-No-M...
Repository
-
Last release
12 months ago

eosio-core (@greymass/eosio)

JavaScript library for working with EOSIO blockchains

Avaiable on npm: https://www.npmjs.com/package/@greymass/eosio

Install

npm install @greymass/eosio

API Documentation

https://greymass.github.io/eosio-core/

Documentation

Documentation beyond the automatically generated API documentation above is currently incomplete. Until full documentation is complete, the tests themselves provide good reference material on how to do nearly everything.

https://github.com/greymass/eosio-core/tree/master/test

More:

Reporting Issues

If you think you've found an issue with this codebase, please submit a pull request with a failing unit test to better help us reproduce and understand the issue you are experiencing.

To do this, fork this repository and create your own branch. In this new branch, use the test scaffolding at the path below to write code that either fails to execute, throws an error, or doesn't return the anticipated response.

./test/bug-report.ts

This specific test can be run within the root project folder either using make:

grep="bug-report" make test

Or running mocha directly from the installed ./node_modules folder:

TS_NODE_PROJECT='./test/tsconfig.json' ./node_modules/.bin/mocha -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts test/*.ts --grep="bug-report"

Once your test is failing and successfully shows the issue occurring, please submit a pull request to this repository. Feel free to include any additional details in the body of the pull request that might help us understand the situation.

NOTE: If you are performing API requests from within unit tests, you will need to prepend MOCK_RECORD=true to the above commands in order instruct the test running to execute and cache the API request. Any subsequent API requests will utilize this cache to prevent the test from continously accessing API endpoints. Prefixing your command with MOCK_RECORD=overwrite is also possible which forces the test to ignore the cache and fetch new data.

Running Tests

Run the unit test suite:

make test

Run the unit test suite with coverage:

make coverage

The report for the current version can also be found at: https://greymass.github.io/eosio-core/coverage/

Run the test suite in a browser:

make browser-test

The browser test suite for the current version of the library is available at: https://greymass.github.io/eosio-core/tests.html

Debugging

Instructions and notes on debugging typescript in your IDE. Explains how to match the Mocha test configuration found in the Makefile.

Notes on setting up IDE Debuggers

0.7.0

12 months ago

0.6.10

1 year ago

0.6.11

1 year ago

0.6.9

1 year ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.8

1 year ago

0.6.5-rc1

1 year ago

0.6.5

1 year ago

0.6.4

2 years ago

0.6.1-rc1

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.4

2 years ago

0.5.5

2 years ago

0.6.0

2 years ago

0.5.3

2 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.5

3 years ago

0.4.6

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago