Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Daksh14 created a comment on a pull request on dusk-network/rusk
@herr-seppia Just so you know I'm aware the query is just an http request it not a transaction and there's no fees involved, I said fees because we might wanna do http call and not transaction cont...
Daksh14 created a comment on a pull request on dusk-network/rusk
@herr-seppia I combined them because if you wanna call `increment` you **need** to do tx contract call but if you wanna call `read_value` you **need** to do http contract call. If you want I ca...
Daksh14 created a comment on a pull request on dusk-network/rusk
@herr-seppia The http contract call is done alongside already existing contract call so if you do contract call it will send both the transaction and the http request to return values
Daksh14 created a review comment on a pull request on dusk-network/rusk
Changed to byte array
Daksh14 pushed 1 commit to contract_query dusk-network/rusk
- rusk-wallet: Change http contract call return value to byte array b59c808
Daksh14 created a review on a pull request on dusk-network/rusk
I'm not familiar with the new changes but we dont need any checks anymore? Can the user just indefinitely add stake ?
Daksh14 pushed 1 commit to contract_query dusk-network/rusk
- rusk-wallet: Add rkyv serialization for the return value of http contract query eba9217
Daksh14 pushed 1 commit to contract_query dusk-network/rusk
- rusk-wallet: Add rkyv serialization for the return value of http contract query 689d386
Daksh14 pushed 1 commit to contract_query dusk-network/rusk
- rusk-wallet: Add rkyv serialization for the return value of http contract query 637ec35
Daksh14 opened a pull request on dusk-network/rusk
rusk-wallet: Implement http contract query
Closes #3108Daksh14 pushed 1 commit to contract_query dusk-network/rusk
- rusk-wallet: Add rkyv serialization for the return value of http contract query be2834b
Daksh14 created a branch on dusk-network/rusk
contract_query - The reference Dusk platform implementation and tools
Daksh14 opened an issue on dusk-network/rusk
rusk-wallet: Provide both query and transaction contract call
There is undocumented but there are two ways you can call contract method One by transaction other by query. The transaction contract call has the session and is used to mutate the state but it do...Daksh14 pushed 2 commits to master dusk-network/rusk
- rusk-wallet: Fix syncing check Insert last pos after we insert notes Signed-off-by: Daksh <[email protected]... a4e0cfe
- Merge pull request #3083 from dusk-network/fix_sync_status 9fdae5d