-
Notifications
You must be signed in to change notification settings - Fork 2.2k
renaming calls to include a subprotocol prefix #482
Conversation
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
ethereum.js is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
GNU Lesser General Public License for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What prompts this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's only for these 2 js files
Does qt not support binding a nested object? Ex: bind web3.eth to an Eth interface, web3.shh to Shh interface, etc. Then we would have 3 flush and consistent interfaces. |
To my knowledge, it does not support. The only way to bind nested object is to run javascript. And right now, we are sharing interface with go client (ethereum.js). Using Qt binding it would be much harder to achieve. |
renaming calls to include a subprotocol prefix
jsonrpc calls are now having prefixes so we can easily segment the interface.
restore web3.eth.lll