-
Notifications
You must be signed in to change notification settings - Fork 44
feat: evo sdk #2771
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
Merged
Merged
feat: evo sdk #2771
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
f11a0eb
chore: cleanup wasm-sdk structure
shumkov 6ffa2de
chore: bundle wasm-sdk
shumkov 9c231ec
chore: fix bundling and test wasm-sdk
shumkov 6698f10
test: update tests!
shumkov c0870bf
ci: add wasm-sdk and evo-sdk
shumkov 4639696
feat: add evo sdk
shumkov 4552e48
refactor: wasm sdk error (in progress)
shumkov 2939eeb
refactor: wasm-sdk errors
shumkov a06df0f
refactor: wasm-sdk errors
shumkov e178461
test: simple tests framework
shumkov 89c9f32
test: simple tests framework
shumkov d44d054
refactor: move queries into wasm sdk instance
shumkov 657207d
refactor: add camel case names
shumkov f0276d1
refactor: add wallet methods to sdk instance
shumkov d362d35
refactor: add the rest of methods to sdk instance
shumkov df98fa8
test: update tests to new method names
shumkov c075e20
feat: configure logging
shumkov 18d3f8a
feat: configure logging in evo sdk
shumkov d66ed07
test: add functional tests to evo sdk
shumkov ec8bdda
fix: dist in missing on publish
shumkov 572dd46
fix: missing functional test script
shumkov 6bf7cd7
chore: remove website
shumkov ca6605e
Merge branch 'v2.1-dev' into evo-sdk
shumkov cd5ea6b
fix: logging secret keys
shumkov 87f6b5a
chore: add engine to package.json
shumkov a5bc666
chore: use same version of packages
shumkov a3ac667
build: fix docker build
shumkov eb1015e
ci: add wasm-pack
shumkov 3f60a03
test: fix tests and run functional in browsers
shumkov 6fffee4
ci: add wasm-pack installation to release and test workflows
shumkov a3f7dbe
chore: update cargo lock
shumkov 0a13165
ci: remove wasm-opt from build js to speed up tests
shumkov 39516a8
build: fix docker build
shumkov 22e6583
ci: add sdk packages to CI
shumkov 547937d
fix: thiserror is not using for WasmSdkError
shumkov e9b2a2a
style: fix formatting
shumkov 7fbd075
fix: wasm bindgen features is missing
shumkov ca0d9c3
fix: missing display and invalid extends
shumkov 5a0e048
refactor: clippy warnings
shumkov 53fa6a7
refactor: more clippy warnings
shumkov 8356093
refactor: more clippy warnings
shumkov 099b4b7
style: formatting
shumkov c5d4b44
refactor: fix linter issues
shumkov 324e1e0
test: fix utilities tests
shumkov dca9e00
test: lint evo sdk tests
shumkov 6f58d3b
test: lint evo sdk tests
shumkov 6a4174b
chore: add eslint for typescript
shumkov fddf8ea
test: fix test
shumkov 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,6 @@ dash-sdk: | |
|
||
rs-sdk-ffi: | ||
- packages/rs-sdk-ffi/** | ||
|
||
wasm-sdk: | ||
- packages/wasm-sdk/** |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.