EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Removing incompatible version runs of test-types #1053

Closed bradlhart closed 3 years ago

bradlhart commented 3 years ago

Change Description

develop of nodeos has changed some return types for trace api. These new types have been added to develop but the ci/cd needs to change the nightly integration tests for versions that are no longer compatible, like release/22.1.x with develop, and develop with nodeos/2.2.x

API Changes

Documentation Additions