-
Notifications
You must be signed in to change notification settings - Fork 80
v0.11.0 #311
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
Draft
rkalis
wants to merge
85
commits into
master
Choose a base branch
from
next
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- Update libauth to latest @next release and adapt to changes - Remove opcount checks & update bytesize checks to new limit - Update VM used for debugging to BCH_2025_05 - Update bigint tests to check that ints bigger than 64 bits no longer fail
- Remove all old-style covenant functionality and tests - Add semver check with minimum supported cashc version
…#257) Co-authored-by: Rosco Kalis <roscokalis@gmail.com> Co-authored-by: Mathieu Geukens <mr-zwets@protonmail.com>
Co-authored-by: Rosco Kalis <roscokalis@gmail.com>
* rename tx.age to this.age * update grammar docs * Update generated antlr files * Recompile fixture contracts after this.age update * Update cashc tests for new this.age syntax --------- Co-authored-by: Rosco Kalis <roscokalis@gmail.com>
…nt (#287) * rework ElectrumNetworkProvider * update docs for electrumNetworkProvider & release-notes * small docs update * Re-add concurrent connection management + test * Add options object to pass in custom electrum/hostname and re-add manual connection management + tests * Update docs and release notes for ElectrumNetworkProvider changes --------- Co-authored-by: Rosco Kalis <roscokalis@gmail.com>
- Add 'transformations' field to StackItem interface - When a StackItem is "within" an optimisation, we move it to the front of the optimsation, and add all opcodes between the start and the original location to the 'transformations' - Inside logConsoleLogStatement, we apply these transformations *before* running the existing "log" logic - Improve matching and replacement logic to fix whitespace bugs - Add explicit 'OP_SWAP OP_(NUM)EQUALVERIFY' optimisations - Add some extra tests and fixtures
…onbuilder debug() sync
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Add a debugging test with 2 instances of the same contract with different constructor parameters - Fix a bug where 2 instances of the same contract with different constructor parameters show as a single locking script in Bitauth - Add a bunch of TODO debugging tests - Update fixtures after changes
- Add tests for function / parameter name collisions - Add check to disallow contract name collisions and add test for that
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a WIP PR that includes all the work done for the coming v0.11.0 release