-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(PE-5758): add signer to ario class #20
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7e08097
feat(signer): add arweave signer to ario class
bc7e577
fix(signer): remove jwk use, ignore web example for now
35ffab6
fix(arbundle version): pin version
dcdf171
chore: update example
2508bd9
chore: formatting
f32f738
chore: simplify constructor
d2ef573
fix(signer): remove use of JWK, simplify constructor (#22)
dtfiedler 18f2b58
Merge remote-tracking branch 'origin/alpha' into PE-5758
c7f8eee
fix(signer): update ANT to have signer
4581b8d
fix(ant): add signer to ant test
faab4f3
fix(tests): use process vars as priority url
1395664
Merge branch 'alpha' into PE-5758
atticusofsparta fddba1e
fix(tests): use http not https in tests
bf41b60
chore(types): update types and methods on contract instances
a71befd
fix(tests): update docker compose params
feb29ba
Merge branch 'alpha' into PE-5758
atticusofsparta 4b3c4c2
fix(ctrl flow): remove else from control flow
f02d83f
fix(arbundles): update arbundles import
2cd1b5c
fix(tests): update tests with new name
740d8b8
fix(contracts): remove write method and type from remote contract
10f30fe
fix(tests): use angela for testing
2c02e90
fix(types): update interaction type to only use read for now
87d6c90
fix(types): rename signer to ContractSigner
32530eb
fix(eslint): remove eslint comments and use this signer
1bdcfeb
fix(tests): update tests with constants and update types
4fae4a2
fix(contracts): add configuration view method and update types
5618690
Merge branch 'alpha' into PE-5758
atticusofsparta 21224e2
fix(lint): formatting
b4a7bc3
fix(contract configuration): return cache url as well
9869415
fix(tests): instantiate new ant to connect in tests
060ee2c
fix(warp contract): added test for getting state after connecting wit…
2ac9427
fix(cache): remove cache folder
2867abc
fix(gitignore): remove cache from gitignore
a59f05c
fix(types and tests): update evalTo to allow undefined sortKey and bl…
f76a201
fix(tests): dont make blockHeight or sortKey undefined but rather evalTo
9d4bd9f
chore(readme): add docs on using connect
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ah sorry - meant
[undefined]
- we don't want to allow the the sortKey to be undefined