Ecosyste.ms: Timeline

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

Daksh14

Daksh14 pushed 78 commits to moonlight-history dusk-network/rusk
  • ci: Allow flexible Rusk binary building in workflow 1339ed3
  • node-data: rename hash to digest - Update comments c7660e0
  • consensus: adjust hash to digest terminology 8133760
  • node: adjust hash to id function calls b480d9a
  • vm: Rename `rusk-abi` to `dusk-vm` baa66e4
  • transfer-contract: Add `dusk-vm` 1f6e259
  • stake-contract: Add `dusk-vm` 7f419f1
  • rusk-recovery: Add `dusk-vm` 57e4789
  • rusk: Add `dusk-vm` 5bec1f6
  • workspace: Move `rusk-abi` to `dusk-vm` 976c723
  • vm: Move host module to the root of the lib a92092b
  • vm: Add VM wrapper type and host_queries module b25cd08
  • rusk-recovery: Add Dusk's `VM` cb788b7
  • transfer-contract: Add Dusk's `VM` 7e2a026
  • stake-contract: Add Dusk's `VM` 3d3f83b
  • rusk: Add Dusk's `VM` b4690a4
  • ci: add parameters received to the job summary - Skip unused features & targets - Fix Matrix configuration - Simplify... 7102004
  • ci: Add workflows README 0db1c0b
  • Merge pull request #3237 from dusk-network/mocello/3235_vm vm: Add dusk-vm 3b60ac2
  • vm: Add transaction execution function 092129e
  • and 58 more ...

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Throw error if archival node is not available 5426767

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk

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

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk
  • rusk-wallet: Seperate http query and transaction contract call 8086729

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to withdraw_partial_rewards dusk-network/rusk

View on GitHub

Daksh14 pushed 451 commits to withdraw_partial_rewards dusk-network/rusk
  • web-wallet: Fix inconsistent terminology usage for "Mnemonic Phrase" Resolves #3035 0e6d4b7
  • explorer: Change Moonlight icon for consistency Resolves #3038 3cd7c4b
  • Merge pull request #3039 from dusk-network/feature-3038 4c42718
  • Merge pull request #3037 from dusk-network/feature-3035 7f3d6c3
  • web-wallet: auto-sync doesn't work after restoring a wallet Resolves #3042 ac84fc9
  • w3sper: Add `query { ... }` to argument given to `network.query` - Remove unused private functions from network module c69d623
  • Merge pull request #3044 from dusk-network/w3sper-network-query w3sper: Add `query { ... }` to argument given to `ne... f4725e2
  • Merge pull request #3043 from dusk-network/feature-3042 web-wallet: auto-sync doesn't work after restoring a wallet 4e9c716
  • web-wallet: Fix application crash on empty amount Stake Flow Resolves #3036 9379871
  • Merge pull request #3045 from dusk-network/feature-3036 web-wallet: Fix application crash on empty amount (Stake Flow) 97c4fa2
  • w3sper: Align tests with actual library usage - Add `@dusk/w3sper` to import map for integration-like testing - Ad... b3b5946
  • Merge pull request #3047 from dusk-network/w3sper-tests w3sper: Align tests with actual library usage 772a6cc
  • web-wallet: use Lux for all calculations, display only in Dusk - removed misleading case in `luxToDusk` tests Resol... ffca6eb
  • rusk: add test for finalized roots a252972
  • rusk: refactor `rusk::session()` - Add `rusk::query_session` for read only queries - Add `rusk::new_block_session` f... 5a64bb3
  • stake-contract: remove unused `check_new_block` b4ea9da
  • Merge pull request #3052 from dusk-network/finalize-tests rusk: add test for finalized roots 5ba6304
  • Merge pull request #3024 from dusk-network/stake-new-block stake-contract: remove unused `check_new_block` d9eaae0
  • Merge pull request #3054 from dusk-network/feature-2860 web-wallet: use Lux for all calculations, display only in Dusk 245bedb
  • web-wallet: Fix incorrect fee deduction Resolves #3056 a9d4d9f
  • and 431 more ...

View on GitHub

Daksh14 pushed 1 commit to withdraw_partial_rewards dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Throw error if archival node is not available 5ba9e27

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Merge moonlight and phoenix histories 3f6349c

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Merge moonlight and phoenix histories eeda6dc

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk

View on GitHub

Daksh14 opened a pull request on dusk-network/rusk
rusk-wallet: Implement history pagenation and search
Closes #3292 Test it out and let me know
Daksh14 created a branch on dusk-network/rusk

history-pagnation-and-search - The reference Dusk platform implementation and tools

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Merge moonlight and phoenix histories 918e8bf

View on GitHub

Daksh14 created a comment on a pull request on dusk-network/rusk
@herr-seppia lets keep the moonlight and phoenix history seperate for now, we dont have to sync if we're just fetching moonlight history

View on GitHub

Daksh14 opened an issue on dusk-network/rusk
rusk-wallet: Large history pollutes stdout implement pagnation for big history
Implementing pagenation for history is simple just use Inquire Select and allow search for tx by hash and set page size
Daksh14 created a comment on a pull request on dusk-network/rusk
> Would be possible to have a tx history containing both Phoenix and moonlight transactions? > Why did you split them? > > Additionally (but not blockers): > - try to store the history in rocksdb ...

View on GitHub

Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Fix transaction direction and sign of amount d7047c8

View on GitHub

Daksh14 opened a pull request on dusk-network/rusk
rusk-wallet: Implement moonlight history
Daksh14 pushed 1 commit to moonlight-history dusk-network/rusk
  • rusk-wallet: Implement moonlight history 3f4a486

View on GitHub

Daksh14 created a branch on dusk-network/rusk

moonlight-history - The reference Dusk platform implementation and tools

Daksh14 pushed 199 commits to contract_query dusk-network/rusk
  • node: fix `get_last_final_block` 2b904ba
  • rusk: add `last_block_pair` to non archival nodes 877ee8a
  • web-wallet: Update to latest w3sper for Stake contract changes - Added missing test for `unstake` Resolves #3145 cd77430
  • w3sper: Fix `faults` property type in `StakeInfo` Resolves #3146 0403fe9
  • node-data: Add BlockState enum instead of relying on &str values - Add more TransactionEvent doc comments - Add more... a27d645
  • rusk: use node-data BlockState enum instead of str const aa19ce4
  • node: use node-data BlockState enum instead of str const e033ee2
  • web-wallet: Remove "Network" section from Settings Resolves #3160 9ebc72f
  • Merge pull request #3149 from dusk-network/feature-3145 web-wallet: Update to latest w3sper for Stake contract changes 25c1a2d
  • ci: Add Rusk build workflow 4c5e0b2
  • Merge pull request #3151 from dusk-network/feature-3146 w3sper: Fix `faults` property type in `StakeInfo` b9606d8
  • Merge pull request #3128 from dusk-network/blocks_tip rusk: add `last_block_pair` to non archival nodes 8b055ae
  • Merge pull request #3144 from dusk-network/3143/add-rusk-build-workflow ci: Add Rusk build workflow bebc73b
  • node-data: bump protocol version for new testnet 3380bcf
  • Merge pull request #3168 from dusk-network/protocol-version node-data: bump protocol version for new testnet 03397cf
  • ci: Fix mac build versions & wasm 832fbf7
  • Merge pull request #3154 from dusk-network/neotamandua/update_node_data node-data: Add BlockState enum c61fe75
  • web-wallet: Update web-wallet with the latest wasm Resolves #3171 68b279c
  • Merge pull request #3172 from dusk-network/feature-3171 web-wallet: Update web-wallet with the latest wasm 0efa226
  • stake-contract: Minor refactor of the stake tests f78a8ae
  • and 179 more ...

View on GitHub

Daksh14 pushed 1 commit to contract_query dusk-network/rusk

View on GitHub

Daksh14 pushed 1 commit to develop Daksh14/dyna-lang

View on GitHub

Daksh14 pushed 1 commit to develop Daksh14/dyna-lang

View on GitHub

Load more