token-contract-as
token-contract-as copied to clipboard
Implementation of token contract similar to ERC20.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
`yarn start` fails because of missing ./out/main.wasm file I have changed binaryFile path to `./out/main.wasm` Fixes: #202 yarn start is now working fine 
`yarn start` fails because of missing `./out/main.wasm` file 
Corrected a Runtime Error (ReferenceError) encountered when running yarn test per example (from https://docs.near.org/docs/tutorials/contracts/cross-contract-calls) Issue appear to be a stray line left in the file to variable that isn't defined...
FAIL src/test.js ● Test suite failed to run ReferenceError: jasmine is not defined 6 | let eve = 'eve.near'; 7 | > 8 | jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; | ^ 9...