Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Daksh14

Daksh14 created a review on a pull request on dusk-network/rusk
LGTM

View on GitHub

Daksh14 created a review on a pull request on dusk-network/rusk
LGTM

View on GitHub

Daksh14 created a review on a pull request on dusk-network/rusk
LGTM

View on GitHub

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...

View on GitHub

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...

View on GitHub

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

View on GitHub

Daksh14 created a review comment on a pull request on dusk-network/rusk
Changed to byte array

View on GitHub

Daksh14 created a review on a pull request on dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Change http contract call return value to byte array b59c808

View on GitHub

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 ?

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Add rkyv serialization for the return value of http contract query eba9217

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Add rkyv serialization for the return value of http contract query 689d386

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Add rkyv serialization for the return value of http contract query 637ec35

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk

View on GitHub

Daksh14 opened a pull request on dusk-network/rusk
rusk-wallet: Implement http contract query
Closes #3108
Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Add rkyv serialization for the return value of http contract query be2834b

View on GitHub

Daksh14 created a branch on dusk-network/rusk

contract_query - The reference Dusk platform implementation and tools

Daksh14 pushed 1 commit to develop Daksh14/fitness_llm

View on GitHub

Daksh14 pushed 1 commit to develop Daksh14/fitness_llm

View on GitHub

Daksh14 created a branch on Daksh14/fitness_llm

develop

Daksh14 created a repository: Daksh14/fitness_llm

https://github.com/Daksh14/fitness_llm

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 deleted a branch dusk-network/rusk

fix_sync_status

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

View on GitHub

Daksh14 closed a pull request on dusk-network/rusk
rusk-wallet: Fix syncing check
Insert last pos after we insert notes
Daksh14 created a review comment on a pull request on dusk-network/rusk
We're duplicating a lot of methods here, we have 2 traits that have duplicate methods why is that?

View on GitHub

Daksh14 created a review comment on a pull request on dusk-network/rusk
This logic should be inside the `file.rs` where the rest of `DatFileVersion` structs and magic numbers are defined

View on GitHub

Daksh14 created a review comment on a pull request on dusk-network/rusk
Why do we have network in the wallet path? It seems irrelevant to have it here, we have the `settings.rs` file in the binary folder (which should be moved to the library IMO) which has the network ...

View on GitHub

Load more