eosnetworkfoundation / mandel-eosjs

Official Javascript Library for Working with EOS Blockchain
Other
22 stars 6 forks source link

GH-52 | Send readonly transaction, part 1. | [Ray] #55

Closed RaycatWhoDat closed 1 year ago

RaycatWhoDat commented 1 year ago

Change

This PR adds the send_readonly_transaction which wraps the exposed endpoint from Leap.

Documentation Additions

N/A.

ericpassmore commented 1 year ago

code looks good. Looking at end-2-end tests using npm run test-node now. I think we want to add a read-only test to the test-node suite. I'm spinning up my locally hosted nodeos now. My luck on quickly spinning up getting end to end tests running is poor. This may take me some time.

ericpassmore commented 1 year ago

Code merged in separate PR #69 with credit to Eric & Ray