Restore original MIT license with prior attribution#7
Merged
Conversation
Remove Wire-specific LICENSE.md and add LICENSE with the original MIT license attributed to the upstream authors: EOS Network Foundation (AntelopeIO/abieos) and block.one (EOSIO/abieos).
heifner
force-pushed
the
fix/restore-original-license
branch
from
April 3, 2026 19:34
a0ce094 to
6f7fd20
Compare
bearcubsvet
approved these changes
Apr 3, 2026
heifner
added a commit
that referenced
this pull request
Apr 20, 2026
abieos PR #12 is merged to master as 7ca8512. Update submodule pointer from 9c1000a (feature/wire-sysio-table-id tip) to 7ca8512 (master), which also picks up the BE-key-decoder work (PR #8) and PR #12 review fixups. Rebuilt lib/abieos.node against the new submodule; examples/basic.mjs passes 6/6 positive checks (#7 is the intentional negative test).
heifner
added a commit
that referenced
this pull request
Apr 21, 2026
PR #8 review flagged that examples/tests.mjs surfaced failures as console.log('ERROR ...') without affecting process exit, so `npm test` would pass even when the regression it guards against returned. typeTests now tracks failures and throws at the end. The `expects: ''` entry (non-existent contract '2', table 'null') is an intentional negative test: a throw from getTypeForTable() is the success case and a returned type is the failure case. Both branches now assert that. longNameRegressionTest throws directly on unexpected type or load failure; the finally block still runs deleteContract() for cleanup. Verified: all 7 typeTests pass (including negative #7 as "throws as expected"), long-name regression passes, exit 0.
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
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.
Summary
LICENSE.mdadded in c5eeda9LICENSEwith the original MIT license attributed to the upstream authors: EOS Network Foundation (AntelopeIO/abieos) and block.one (EOSIO/abieos)