-
Notifications
You must be signed in to change notification settings - Fork 214
Conversation
Will open for review after I fix Typescript transpiling |
2c537ee
to
9b16666
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
plutus-chain-index/e2e-tests/sanity-test/spec/from-hash/stake-validator.spec.ts
Outdated
Show resolved
Hide resolved
a5b10e1
to
569a261
Compare
- Update URL in environment file if needed | ||
|
||
### Run tests: | ||
- `nvm use` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, I think this is optional for users of nix-shell
as node
is already available (currently v14.17.4).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I could remove this cmd and nvmrc file and we always assume run in nix-shell..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah exactly! However, you can leave this for those people not using nix-shell
, and say that it's unnecessary for those using nix-shell
569a261
to
b59a676
Compare
Rest API tests that hit each chain-index endpoint. Designed to run on testnet, should be easy enough to extend for mainnet too if desired. Can look at extending this for more complex scenarios such as involving live transactions to check behaviour and performance.
Pre-submit checklist:
Formatting, materialized Nix files, PNG optimization, etc. are updated