-
Notifications
You must be signed in to change notification settings - Fork 375
feat: ink! v5 #5791
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: ink! v5 #5791
Changes from 22 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
db3822d
adds definitions and types according to ink v5 changes
peetzweg 9f93a19
adds toV5 boilerplate code draft
peetzweg 0cf749e
adds v5 flipper test contract code
peetzweg cfba268
fix license dates
peetzweg 7d404f4
adds test v5 toLatest test
peetzweg 1f9e6f5
implements new scheme to determine event
peetzweg 985365f
apply linter changes
peetzweg 5db72af
adds test result outputs
peetzweg cc946da
change `EventRecord['topics'][0]` type to plain `Hash`
peetzweg 54fd609
adds testcases for decoding payload data of a ink!v4 and ink!v5 event
peetzweg 013ea59
changes `Abi.decodeEvent(data:Bytes)` method interface to `Abi.decode…
peetzweg a028c55
draft implementation with version metadata
peetzweg 3e0d8d1
cleaner implementation of versioned Metadata by actually leveraging t…
peetzweg ada84b3
Merge branch 'polkadot-js:master' into pz/ink-v5
peetzweg 0029e18
trying to make linter happy
peetzweg f000f24
Merge branch 'pz/ink-v5' of github.com:peetzweg/pjs-api into pz/ink-v5
peetzweg 0124e14
makes `ContractMetadataSupported` in internal to `Abi` type and not e…
peetzweg fcb684d
properly types unused parameter for tsc :shrug:
peetzweg 64feb63
adds `@polkadot/types-support` dev dependency
peetzweg df9956c
merge master
peetzweg f1a1b9d
Update yarn.lock
peetzweg 1cda4b9
references `types-support` in `api-contract
peetzweg 246570d
resolving change requests
peetzweg f88fcf7
resolves linter warnings
peetzweg f67a88a
changes ContractMetadataV5 field to `u64` from `Text`
peetzweg 27d6b46
adds contracts and contract metadata compiled with the most recent in…
peetzweg 0e039e7
implements decoding of anonymous events if possible
peetzweg 3b48940
removes done todo comments
peetzweg 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 was deleted.
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.