Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
830d6fb
switch curve
connor33341 Jul 21, 2025
bd1892d
Update main.py
connor33341 Jul 23, 2025
dd01414
Update general.py
connor33341 Jul 23, 2025
47a48f6
update
connor33341 Jul 23, 2025
9fafa6a
SVM Scaffolding
connor33341 Aug 20, 2025
ca5f058
Update database.py
connor33341 Aug 20, 2025
9ed5263
Move miner
connor33341 Aug 20, 2025
4c30724
bug fix
connor33341 Aug 20, 2025
bf74a25
bug fix
connor33341 Aug 20, 2025
58161ca
update miner
connor33341 Aug 20, 2025
df95e96
Update database.py
connor33341 Aug 21, 2025
be95757
Implement block configuration loading from XML and update reward logic
connor33341 Aug 27, 2025
4156c48
Update miner
connor33341 Aug 27, 2025
c95c2b4
Backwards Compatability
connor33341 Aug 28, 2025
207e356
Update block_utils.py
connor33341 Aug 28, 2025
432101c
Update block_utils.py
connor33341 Aug 28, 2025
fc67d47
Update block_utils.py
connor33341 Aug 30, 2025
39078ad
Update block_config.xml
connor33341 Aug 31, 2025
4548ed3
Update block_config.xml
connor33341 Sep 1, 2025
e1cb05c
add svm
connor33341 Sep 2, 2025
9fef70a
push vm.py
connor33341 Sep 3, 2025
4a4ca74
Pending changes exported from your codespace
connor33341 Sep 3, 2025
52a2c78
Update
connor33341 Sep 4, 2025
727530c
Add deployment tooling
connor33341 Sep 4, 2025
bc0fb72
Update run_node.py
connor33341 Sep 4, 2025
87a4e32
Fix contract HEX
connor33341 Sep 4, 2025
0367db3
fix miner
connor33341 Sep 4, 2025
82f9fac
Fix Database Bug
connor33341 Sep 5, 2025
36d79b5
Update deploy.py
connor33341 Sep 5, 2025
b492fb5
Update vm.py
connor33341 Sep 5, 2025
84b9df0
Bug Fix
connor33341 Sep 6, 2025
552bf9e
Update requirements.txt
connor33341 Sep 6, 2025
4b91b97
restricted vm
connor33341 Sep 9, 2025
6f01fdd
Bug Fixes
connor33341 Sep 10, 2025
ccef21f
bug fix
connor33341 Sep 11, 2025
7b9dcde
deploy.py
connor33341 Sep 11, 2025
aa6cf82
Bug Fix
connor33341 Sep 12, 2025
e1d9ab9
Update database.py
connor33341 Sep 26, 2025
e44a401
update
connor33341 Sep 26, 2025
06905e2
update
connor33341 Sep 26, 2025
e859f8e
update
connor33341 Sep 27, 2025
bedf059
Update main.py
connor33341 Sep 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}
},

"runArgs": [
/*"runArgs": [
"--network=voxacommunications-backend_default"
],
],*/

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -29,7 +29,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "cargo install --git https://github.com/RustPython/RustPython rustpython",
//"postCreateCommand": "cargo install --git https://github.com/RustPython/RustPython rustpython",

// Configure tool-specific properties.
// "customizations": {},
Expand Down
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,16 @@ stellaris-prototype
stellaris-prototype-v2
.pnpm-store
node_modules
.pypirc
.pypirc
*.cache.txt
test_*
stellaris_wallet
deploy_smart_contracts.py
SMART_CONTRACTS.md
docs
deployments.json
debug_sc_transaction.py
*.priv
*.bak
# Refrence
denaro
Loading
Loading